cURL
curl --request POST \ --url https://api.quiva.ai/accounts/auth-with-api-key \ --header 'Content-Type: application/json' \ --data ' { "api_key": "ms-d28f9a3c5b6e7d4a1c8f9a3c5b6e7d4a" } '
{ "data": { "refresh_token": "<string>", "auth_token": "<string>", "passkey_enabled": true, "totp_enabled": true } }
Authenticates a user using an API key.
Api key
Authentication successful
Show child attributes