v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

Generate Auth Key SSO

Generate an authorisation key that needs to be passed into subsequent API calls as auth-key header

get/auth

Headers

api-keystring required

API Key

access-keystring required

Access Key

Response

200

statusinteger
authKeystring

Example response

{
  "status": 200,
  "authKey": "<jwt-token>"
}
All 68 operations