πŸ” Authentication

All v1 endpoints are protected by a token.

Important: the service expects the header name AUTHORIZATION (not Authorization):

  • AUTHORIZATION: Bearer <AUTHORIZATION_TOKEN>

The token value is taken from settings.AUTHORIZATION_TOKEN.

🌐 Base URLs

  • API root: /api/
  • v1: /api/v1/
  • Redoc: /api/docs/

Current API is β€œcreate-only”: it returns the created request metadata. To receive results, use callback_url or inspect records in Admin/DB.