Skip to main content
GET
/
accounts
/
recovery-codes
View recovery codes
curl --request GET \
  --url https://api.quiva.ai/accounts/recovery-codes \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "ABCD-1234",
    "EFGH-5678",
    "IJKL-9012"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

email
string<email>

User email (optional, defaults to current user)

Response

Recovery codes retrieved successfully

data
string[]
required