v1

latestOpenAPI 3.1.02026-07-13251319.3 KB
authentication

Refresh Token Endpoint

Refresh the access token using the refresh token

This route refreshes the access token by using the refresh token. It's different from the /auth/token route because it does not require the reseller's id and secret.

post/auth/refresh_token

Request body

refresh_tokenstring required

Response

Successful Response

access_tokenstring required
expires_instring date-time required
refresh_tokenstring required
refresh_token_expires_instring date-time required
token_typestring