Refresh Partner Token
Authentication API
Refresh Partner Token
Exchange a valid refresh_token for a new partner access token. Refresh before the current token expires.
POST
Refresh Partner Token
Authorizations
HTTP Basic authentication using base64(client_id:secret_key).
Headers
Body
application/x-www-form-urlencoded
The refresh token returned when the partner access token was issued.
Response
200 - application/json
Partner access token refreshed