v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-11-287137165.5 KB
Authentication

Refresh authentication token

Issues a new authentication token using a valid refresh token.

post/accounts/refresh-token

Request body

auth_tokenstring required

Current authentication token

refresh_tokenstring required

Refresh token to use for generating a new authentication token

Example request

{
  "auth_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
  "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}

Response

New authentication token issued