Skip to main content
GET
/
v0
/
api-keys
List API keys for an application
curl --request GET \
  --url https://api.avidoai.com/v0/api-keys \
  --header 'x-api-key: <api-key>' \
  --header 'x-application-id: <api-key>'
{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "keyId": "avido_12345678ab",
      "name": "Production API Key",
      "applicationId": "app-123e4567-e89b-12d3-a456-426614174000",
      "createdAt": "2024-01-05T12:34:56.789Z",
      "updatedAt": "2024-01-05T12:34:56.789Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.avidoai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Response

Successfully retrieved API keys

Response containing a list of API keys

data
ApiKey · object[]
required

Array of API keys