Appointments
Create an appointment (book)
Requires the appointments:write scope.
post/v1/appointments
Request body
Example request
{
"time": "10:30:00"
}Response
The booked appointment
Changes
No recorded changes to this endpoint across all 1 revision of this API.