Get API token
GET /v2/identity/auth/token
GET
/v2/identity/auth/token
Get a token for valid API credentials.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” key
required
string
The API key
secret
required
string
The API key secret
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”Token result.
object
id
required
The unique identifier for the API key
string
key
required
The API key used for authentication
string
secret
required
The API key secret hash
string
description
required
The API key secret hash
string
status
required
The status of the API key
string
createdAt
required
The timestamp of the API key creation
string
lastUsedAt
required
The timestamp of the API key last used
string
expiresAt
required
The timestamp of the API key expiration
string