Create REST API keys and outbound webhooks for bookings (Grow+ plans).
API Access and Webhooks are available on Grow, Scale, and Team plans. Upgrade to continue.
Your API keys
Keys are shown once at creation. Store them like passwords. Max 5 active keys.
Name
Prefix
Created
Last used
Endpoints (v1)
Base URL: https://getappointo.com/api/v1/
Auth header: Authorization: Bearer apt_… or X-API-Key: apt_…
GET /api/v1/me.php
GET /api/v1/event-types.php
GET /api/v1/event-types.php?id=123
GET /api/v1/bookings.php?status=scheduled&limit=50
GET /api/v1/bookings.php?from=2026-07-01&to=2026-07-31
GET /api/v1/slots.php?event_type_id=123&date=2026-07-25
Appointo POSTs JSON to your HTTPS URL when bookings are created or cancelled.
Verify X-Appointo-Signature with your signing secret (HMAC-SHA256 of the raw body).
Max 5 active endpoints.