Refresh a session
Refresh an existing session using the refresh token. If a session’s access token has expired but the refresh token is still valid, the existing session can be refreshed. New access and refresh tokens will be returned.
The refresh token should be used in place of the access token in the authorization header for Bearer authentication.
This is a faster operation than creating a new session and refreshing should be preferred to creating new sessions where possible.
Headers
Header with the refreshToken for the current session
Body
NOTE: This request body is deprecated, plase pass the refresh token as part of the authorization header instead
Pass the refresh token in the authorization header instead of using this request body