Authentication
The platform supports both Token Authentication and Session Authentication:
Token Authentication (Primary): After successful login, a token
keyis returned. Include this in theAuthorization: Token <key>header for subsequent API requests.Session Authentication (Fallback): Session cookie
sessionid=<value>can be used on authenticated endpoints.CSRF Protection: For unsafe methods (POST/PUT/PATCH/DELETE) include
X-CSRFTokenwith the token issued by the site when using session auth.
Last updated
Was this helpful?

