Skip to content
--- aside: false outline: false ---

Get a service

GET
/clients/{clientId}/services/{id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

clientId*
Type
string
Required
Pattern
"^cl_"
id*
Type
string
Required
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"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI