Auth

Authentication endpoints: exchange API key for a Bearer JWT.

Exchange API key for Bearer token

get
/auth/token

Accepts an API key and returns a Bearer JWT token. The API key can be retrieved from the Cockpit. There is one API Key per Tenant.

Query parameters
tenantIdinteger · int32Required

Required to identify the tenant. The tenantId can be retrieved from the Cockpit.

Header parameters
x-api-keystringRequired

API key to exchange for a Bearer token. The API key can be retrieved from the Cockpit.

Responses
chevron-right
200

OK

text/plain
stringOptional

JWT bearer token

get
/auth/token

Last updated