Skip to content
  • There are no suggestions because the search field is empty.

Get product category

Returns info about a single product category

image-png-Mar-22-2024-01-24-05-8317-PM /categories/products/{category_id}

https://api.oauth.pabau.com/{api_key}/categories/products/{category_id}

Request

 

Response sample

application/json

{
  "status": true,
  "category": {
  "id": {id},
    "code": "123",
    "name": "Consumables",
    "image": "",
    "tax_id": null
  }
}