Refresh JWT tokens

Exchange refresh_token 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
refresh_token
required
string

The refresh_token used to get new JWTs

Responses
200

JWT tokens

401

Unauthorized

post/auth/token/refresh
Request samples
application/json
{
  • "refresh_token": "string"
}
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.