Authentication

Authenticate

post

Exchange API Key credentials for JWT tokens

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
workspacestringRequired

Target workspace

apiKeyIdstringRequired

API Key id

apiKeySecretstringRequired

API Key secret

Responses
chevron-right
200

Successful response

application/json
accessTokenstringRequired

JSON Web Token used to authenticate requests

expiresInSecondsnumberRequired

JWT validity period (in seconds)

refreshTokenstringRequired

Refresh token used to obtain new JWT

refreshExpiresInSecondsnumberRequired

Refresh token validity period (in seconds)

post
/auth/token

Refresh token

post

Exchange refreshToken for JWT tokens

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
workspacestringRequired

Target workspace

refreshTokenstringRequired

Refresh token

Responses
chevron-right
200

Successful response

application/json
accessTokenstringRequired

JSON Web Token used to authenticate requests

expiresInSecondsnumberRequired

JWT validity period (in seconds)

refreshTokenstringRequired

Refresh token used to obtain new JWT

refreshExpiresInSecondsnumberRequired

Refresh token validity period (in seconds)

post
/auth/token/refresh

Last updated