Skip to main content
POST
Refresh Token

Body

application/x-www-form-urlencoded
client_id
string
required

The application's client ID

Example:

"YOUR_CLIENT_ID"

client_secret
string
required

The application's client secret

Example:

"YOUR_CLIENT_SECRET"

token
string
required

The refresh token received from the token endpoint

Example:

"REFRESH_TOKEN"

Response

Successful token refresh

data
object