latestOpenAPI 3.0.22026-08-1041321430.0 KB

c88faa17bc25

auth

Authenticate

Exchange API Key credentials for JWT tokens

post/auth/token

Request body

workspacestring required

Target workspace

apiKeyIdstring required

API Key id

apiKeySecretstring required

API Key secret

Response

Successful response

accessTokenstring required

JSON Web Token used to authenticate requests

expiresInSecondsnumber required

JWT validity period (in seconds)

refreshTokenstring required

Refresh token used to obtain new JWT

refreshExpiresInSecondsnumber required

Refresh token validity period (in seconds)