Subscriber Tokens

Refresh Subscriber token

Exchanges a valid refresh token for a new Subscriber Access Token (SAT) and a new refresh token. Call it from your server to continue a known subscriber's session without issuing a token from profile data again. The new access token is valid for 2 hours, and the new refresh token is valid for 2 hours and 5 minutes.

This operation consumes the refresh_token returned by Create Subscriber token. A Browser SDK client with a fingerprint-bound sat:refresh token can refresh through the client flow instead.

Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice, Messaging, Fax, or Video.

Learn more about API scopes.

post/api/fabric/subscribers/tokens/refresh

Request body

refresh_tokenstring jwt required

Response

The request has succeeded and a new resource has been created as a result.

tokenstring jwt required
refresh_tokenstring jwt required

Changes

No changes found, but 3 of the 138 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.