Getting Started

Sections

Theme switcher

Refresh Token Endpoint

Header Parameters

x-client-idstring
x-signaturestring
x-timestampstring
Authorizationstring
Content-Typestring

Body Parameters

grant_typestring Required

Must be "refresh_token"

Enum values:
refresh_token
refresh_tokenstring Required

The refresh token from initial token exchange

client_idstring Required

Your partner client ID

client_secretstring Required

Your partner client secret

Response

200
Object
Token refreshed successfully

Response Attributes

statusstring
messagestring
dataobject

Show child attributes

400
Object
Bad Request - Invalid or missing parameters

Response Attributes

statusstring
messagestring
codestring
detailsobject
errorsarray

Show child attributes

403
Object
Forbidden - Invalid refresh token

Response Attributes

statusstring
messagestring
codestring
detailsobject
errorsarray

Show child attributes

Was this section helpful?

POST

/

Select
1

Response

Was this section helpful?
View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot