Skip to main content
POST
/
accounts
/
auth-with-api-key
Authenticate with API key
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
  }
}

Body

application/json
api_key
string
required

Api key

Response

Authentication successful

data
object
required