- [EXPERIMENTAL] Get list of all categories of an entity
[EXPERIMENTAL] Get a category of an entity with specified code
[EXPERIMENTAL] Create or Update a category of an entity with specified code
[EXPERIMENTAL] Delete an existing category of entity with specified code
[EXPERIMENTAL] Get list o...
[EXPERIMENTAL] This endpoint allows you to retrieve list of categories of an entity.
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/categories/{entity}
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/categories/{entity}
curl -i -X GET \
'https://developer.conundra.eu/_mock/apis/order-book/order-book-api/categories/{entity}?page=1&page_size=10' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'