Authenticate every request with a secret API key in the Authorization header. Generate one from Settings → Developer — it can only read and write data inside that workspace.
The API exposes the same entities you work with every day — appointments, clients, services, staff and locations.
Pull live availability and create appointments straight from your own website or app.
Mirror clients and their full appointment history into HubSpot, Salesforce or your own CRM.
Stream appointments, revenue and no-shows into your warehouse, Looker or a finance sheet.
React to webhooks to fire your own SMS, Slack pings or post-visit follow-ups.
Let an assistant read open slots and book on a client's behalf, then confirm over chat.
Manage staff working hours and roll multiple locations' calendars up to one dashboard.
Register an endpoint and Appointer POSTs a JSON payload the moment an event fires. Every delivery is signed with a per-endpoint secret in the X-Appointer-Signature header — recompute the HMAC-SHA256 of the raw body and compare in constant time to confirm it came from us.