Canary Speech

RefreshAuthToken

POST - /v3/auth/tokens/refresh

Description

Refreshes an access session and issues a new access token without having to re-engage the authorization process. This can be used in scenarios where the API Key is kept in secure storage and it would be inconvenient or insecure to continuously retrieve it.

Headers

Header KeyDescriptionExample
Csc-Refresh-Token
The refresh token that was issued at the same time as the access token.
Content-Type
The content type for this request.
application/json

Successful Response

A successful response

Field NameTypeDescription
accessTokenstring
refreshTokenstring

Code Example