Category Details
GET {{baseUrl}}/categories/:category
This endpoint allows you to return the complete details for a specific category by providing the ID of the category you want to get its details in the category path parameter.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"id":"\u003cnumber\u003e","name":"\u003cstring\u003e","urls":{"customer":"\u003cstring\u003e","admin":"\u003cstring\u003e"},"items":[{"value":"\u003cCircular reference to #/components/schemas/Category detected\u003e"}],"parent_id":"\u003cinteger\u003e","status":"hidden","sort_order":"\u003cinteger\u003e"}}