Get store category

Get a store category by ID

GET
/stores/categories/{categoryId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

categoryIdstring

ID of the category

Response Body

curl -X GET "https://eu1.api.bivariant.com/v1/stores/categories/string"
{
  "createdAt": "string",
  "description": "string",
  "icon": "string",
  "id": "string",
  "name": "string",
  "parentId": "string",
  "storeId": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}