Get service

Returns all the information about a particular service

image-png-Mar-22-2024-01-24-05-8317-PM/services/{service_id}

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

Request

 

Query Parameters:  
api_key *  
service_id * System ID of the required service

Response sample

application/json

{
"success": true,
  "total": 2,
  "services": [
    {
    "id": 1,
    "service_name": "Laser",
      "price": "80.00",
      "duration": "00:05",
    "category_name": "Laser Test",
      "service_color": "#81c784",
      "most_frequent_color": "Green",
      "disabledusers": "",
      "tax_id": null,
      "tax": null,
    "product_id": 2,
"category: "Category A"
  }
  ]
}