curl --request GET \
  --url https://api.splose.com/v1/services/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 1,
  "for": "appointment",
  "name": "Initial Consultation",
  "description": "This is a sample service",
  "type": "Other",
  "code": "ABC123",
  "duration": 90,
  "unit": "Hour",
  "pricing": 193.99,
  "taxType": "STANDARD",
  "allowProviderTravel": false,
  "providerTravelItemCode": "",
  "providerTravelPricing": 0,
  "allowProviderTravelNonLabourCosts": false,
  "providerTravelNonLabourCostsItemCode": "",
  "providerTravelNonLabourCostsPricing": 0,
  "serviceTags": [
    "NDIS"
  ],
  "archived": false,
  "createdAt": "2023-07-30T09:00:00.000Z",
  "updatedAt": "2023-07-30T09:00:00.000Z",
  "deletedAt": "2023-07-30T09:00:00.000Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required
Required range: x > 0
Example:

1

Response

200 - application/json

Object with service data.

The response is of type object.