Onsched Consumer
Connector for the onsched-consumer API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://sandbox-api.onsched.com - Auth: OAuth 2.0 client-credentials — the tool fetches a token from
https://sandbox-identity.onsched.com/connect/tokenusing yourclientId/clientSecret, then calls the API.
Operations
get_consumer_v1_appointments— GET /consumer/v1/appointments — Get Appointmentsget_consumer_v1_appointments_bookingfields— GET /consumer/v1/appointments/bookingfields — Get Custom Fields Labelsget_consumer_v1_appointments_customfields— GET /consumer/v1/appointments/customfields — Get Custom Fields Listget_consumer_v1_appointments_id— GET /consumer/v1/appointments/{id} — Get Appointmentget_consumer_v1_availability_serviceid_startdate— GET /consumer/v1/availability/{serviceId}/{startDate}/{endDate} — Get Available Timesget_consumer_v1_customers— GET /consumer/v1/customers — List Customers
Inputs
clientId/clientSecret— your onsched-consumer OAuth app credentialsscope— OAuth scopes (optional; defaults from the spec)operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_consumer_v1_appointments
clientId: <your client id>
clientSecret: <your client secret>