Skip to main content
GET
cURL

What this endpoint returns

One availability schedule, with the same fields as the list endpoint.

Access

You can only read schedules on your own account. Another account’s schedule returns 403 access_denied. An unknown ID returns 404 resource_not_found.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

ID of the availability schedule

Response

200 - application/json

Availability response

success
boolean
required

Indicates whether the request was successful

Example:

true

data
object
required