Appointments

To Fetch Appointments

Get Appointments

GET https://app.appointo.me/api/appointments

Fetch Appointments

Query Parameters

Name
Type
Description

appointment_id

integer

to fetch single appointment

product_id

integer

to fetch appointments for product

limit

integer

Default and Max value: 100

offset

integer

Default: 0

Headers

Name
Type
Description

APPOINTO-TOKEN*

String

Appointo API token

[{
    id: 123,
    ...
}]

Get Availability for Appointment

GET https://app.appointo.me/api/appointments/:appointment_id/calendar_availability

Fetch Availability for the Appointment

Query Parameters

Name
Type
Description

start_date*

string

YYYY-MM-DD format. start date for availability

end_date

string

YYYY-MM-DD format. end date for availability

impersonated_tms

[integer]

To show availability for specific team members. Example: [123, 234]

Headers

Name
Type
Description

APPOINTO-TOKEN*

String

Appointo API token

Upsert Appointment Config

PUT https://app.appointo.me/api/appointments/:appointment_id

Upsert Availability config and date overrides

Headers

Name
Type
Description

APPOINTO-TOKEN*

String

Appointo API token

Last updated