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

Get service category

Returns info about a single service category

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

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

Request

 

Response sample

application/json

{
"success": true,
  "service_categories": [
    {
    "id": 1,
    "code": "123",
      "name": "Anti-wrinkle Injections",
      "image": "",
      "tax_id": 0
  }
]
}