Generate a new JWT access token using a valid refresh token. The refresh token used will be revoked and a new one will be issued.
Refresh token to exchange for a new access token
Request to refresh an access token
Refresh token used to generate a new access token
"2c35b6f3-c4b9-48e3-978a-d4d0f1d42e24"
Access token successfully refreshed
User authentication session containing tokens and user information
JWT token for authenticating API requests
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Expiration time of the access token in seconds
900
Identifier for the refresh token
"2c35b6f3-c4b9-48e3-978a-d4d0f1d42e24"
Token used to refresh the access token
"2c35b6f3-c4b9-48e3-978a-d4d0f1d42e24"
User profile and account information