π 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_urlor inspect records in Admin/DB.