Exchange a refresh token for a new subscriber access token
POST/subscribers/tokens/refresh
Exchanges a valid refresh token for a new subscriber access token and a new refresh token. The new access token is valid for 2 hours, and the new refresh token is valid for 2 hours and 5 minutes.
Request
Responses
- 201
- 401
- 404
- 422
The request has succeeded and a new resource has been created as a result.
Access is unauthorized.
The server cannot find the requested resource.
Client error