Retrieve availability of a service point
GET {{servicePointsBaseUrl}}/service-points/:service_point_id/check-availability?access_token=<string>
Retrieve a true or false value which reflects the current availability of a given service point id.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
access_token | string | A JSON Web Token encoding either an “id” (user ID) or “iid” (integration ID) property. Alternatively, a public API key. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
"\u003cboolean\u003e"