cURL
curl --request POST \ --url https://api.quiva.ai/accounts/refresh-token \ --header 'Content-Type: application/json' \ --data ' { "auth_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." } '
{ "data": { "refresh_token": "<string>", "auth_token": "<string>", "passkey_enabled": true, "totp_enabled": true } }
Issues a new authentication token using a valid refresh token.
Current authentication token
Refresh token to use for generating a new authentication token
New authentication token issued
Show child attributes