List product categories

Returns a list of all your product categories

image-png-Mar-22-2024-01-24-05-8317-PM /categories/categories

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

Request

 

Query Parameters:  
api_key *  
per_page (int) If not sent, the default is 20. Maximum 50
page (int) If not sent, the first 20 result will be sent
order ASC or DESC. Default DESC

Response sample

application/json

{
"success": true,
  "product_categories": [
  {
    "id": 1,
      "code": "INJECT",
      "name": "Injectables",
    "image": "img.png",
      "tax_id": 0
    }
  ]
}