AplasAplas API Reference

List all maps

GET
/map

Authorization

BearerAuth
AuthorizationBearer <token>

API authentication via Authorization: Bearer <your-api-key>. Obtain your API key from Config → API in the Aplas web app.

In: header

Response Body

*/*

*/*

curl -X GET "https://api.au.aplas.com/api/v2/map"
[
  {
    "id": "id",
    "name": "Map A",
    "description": "More information",
    "applicationFilter": "mapSize = 'small'",
    "indexId": "id_index",
    "tagGroupId": "id_tag_group"
  }
]
{
  "code": 500,
  "message": "Internal server error"
}