Appointments
To Fetch Appointments
Get Appointments
GET https://app.appointo.me/api/appointments
Fetch Appointments
Query Parameters
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
APPOINTO-TOKEN*
String
Appointo API token
[{
id: 123,
...
}]{"error_code":"invalid_api_token","message":"API token is invalid. Please check token in Appointo settings."}
Get Availability for Appointment
GET https://app.appointo.me/api/appointments/:appointment_id/calendar_availability
Fetch Availability for the Appointment
Query Parameters
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
APPOINTO-TOKEN*
String
Appointo API token
{"error_code":"invalid_api_token","message":"API token is invalid. Please check token in Appointo settings."}
Upsert Appointment Config
PUT https://app.appointo.me/api/appointments/:appointment_id
Upsert Availability config and date overrides
Headers
APPOINTO-TOKEN*
String
Appointo API token
{"error_code":"invalid_api_token","message":"API token is invalid. Please check token in Appointo settings."}
Last updated