Categories

Get categories and platform categories by platformId

Returns categories and platform categories by platform ID.

GET
/api/v2/categories/by-platform/{platformId}

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Path Parameters

platformId*integer

Response Body

application/json

curl -X GET "https://example.com/api/v2/categories/by-platform/76"
{  "platformCategories": [    "default"  ],  "allCategories": [    "default, auth"  ]}
Empty
Empty
Empty