cURL
curl --request POST \ --url https://{defaultHost}/v1/auth/{app_id}/tokens/refresh \ --header 'Authorization: Bearer <token>' \ --header 'X-Authorization: <api-key>'
{ "access": "<string>", "csrf": "<string>", "access_expires_at": "2023-11-07T05:31:56Z", "user_id": "<string>", "key_id": "<string>" }
Refresh the access token using a valid refresh token. The refresh token must be provided in the Authorization header.
API Secret token
User Access token
App ID
token refreshed successfully
New JWT access token
CSRF token for protected operations
Access token expiration timestamp
App user ID
App key ID for JWT verification
Was this page helpful?