Documentation

Versioned from the first release. All routes live under /v1.

curl https://api.example.com/v1/tickets \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"title":"Order not delivered","customer_id":"cus_123"}'
  • Errors are RFC 7807 problem documents with a stable code field.
  • Lists are cursor paginated, so new rows never shift a page.
  • Resource-creating requests accept an Idempotency-Key.