Get JWT tokens

Exchange API Key credentials for JWT tokens.

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
Request Body schema: application/json

The authentication payload

api_key_id
required
string

The API Key ID of your API user

api_key_secret
required
string

The API Key Secret of your API user

Responses
200

JWT tokens

401

Unauthorized

post/auth/token
Request samples
application/json
{
  • "api_key_id": "2khK02ZRc_TE9nYJyGIfIQ",
  • "api_key_secret": "jI0X2n55EHnNaZasmzfOL36wXx6b4D7Wmw-riZCeGWE"
}
Response samples
application/json
{
  • "access_token": "string",
  • "expires_in": 300,
  • "refresh_token": "string",
  • "session_state": "string",
  • "token_type": "Bearer"
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.