Body
application/json
Refresh token to exchange for a new access token
Request to refresh an access token
Refresh token used to generate a new access token
Example:
"2c35b6f3-c4b9-48e3-978a-d4d0f1d42e24"
Response
Access token successfully refreshed
User authentication session containing tokens and user information
JWT token for authenticating API requests
Example:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Expiration time of the access token in seconds
Example:
900
Identifier for the refresh token
Example:
"2c35b6f3-c4b9-48e3-978a-d4d0f1d42e24"
Token used to refresh the access token
Example:
"2c35b6f3-c4b9-48e3-978a-d4d0f1d42e24"
User profile and account information