v1
latestOpenAPI 3.0.02026-07-175989869.3 KBAdvanced authentication
Get Bearer Token
Returns a bearer token that can be used to authenticate other endpoint.
You can find the tutorial on using the disposable bearer token here.
post/auth/api-key
Request body
Example request
{
"apiKey": "9VxMaPgsaFg7EBqmuspSzF7"
}Response
Success
Example response
{
"access_token": "est",
"token_type": "qui nulla l",
"refresh_token": "cillum",
"expires_in": 3600
}