v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Authentication

Get CSRF token

Retrieve a CSRF token for state-changing requests. This endpoint must be called before making POST, PUT, or DELETE requests. The token should be included in the X-CSRF-Token header.

get/csrf-token

Response

CSRF token generated successfully

doneboolean required

Indicates if the operation was successful

titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "body": {
    "token": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6"
  },
  "message": "Operation completed successfully"
}
All 133 operations