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

Example

curl -s https://getappointo.com/api/v1/me.php \
  -H "Authorization: Bearer apt_YOUR_KEY_HERE"