Skip to main content
GET
/
api
/
api-keys
List API keys
curl --request GET \
  --url https://app.dacard.ai/api/api-keys \
  --cookie __session=
{
  "keys": [
    {
      "id": "<string>",
      "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "keyPrefix": "dck_live_a3f9...",
      "enabled": true,
      "lastUsedAt": "2023-11-07T05:31:56Z",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "planRequired": "team"
}

Authorizations

__session
string
cookie
required

Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.

Response

API key list

keys
object[]
planRequired
string

Present when the plan does not include API access

Example:

"team"