AplasAplas API Reference

List all styles

GET
/style

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/style"
[
  {
    "id": "id",
    "name": "Style A",
    "description": "A description of my style",
    "mapId": "id_map"
  }
]
{
  "code": 500,
  "message": "Internal server error"
}