Appearance
--- aside: false outline: false --- Powered by VitePress OpenAPI
Get a service
GET
/clients/{clientId}/services/{id}
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
clientId*
Type
Requiredstring
Pattern
"^cl_"id*
Type
Requiredstring
Pattern
"^srvc_"Responses
Service object
application/json
JSON "id": "string", "createdAt": "string", "updatedAt": "string", "client": "string", "dropOffOnly": true, "dropOffEligible": true, "pickupEligible": true, "waiterEligible": true, "estimatedMinutes": 0, "internalNotes": "string", "name": "string"
{
}