Skip to main content
GET
/
accounts
/
api-keys
View API keys
curl --request GET \
  --url https://api.quiva.ai/accounts/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "last_4_characters": "<string>",
      "created_on": "2023-11-07T05:31:56Z",
      "expires_on": "2023-11-07T05:31:56Z",
      "account": "<string>"
    }
  ]
}

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

API keys retrieved successfully

data
object[]
required