List API Keys

GEThttps://sandbox-api.truthlocks.com/v1/api-keysAuth required

Returns all API keys for the authenticated organization. Secrets are masked and not returned in this endpoint.

Responses

[
  {
    "id": "880e8400-e29b-41d4-a716-446655440000",
    "name": "Production API Key",
    "prefix": "tl_live_",
    "status": "ACTIVE",
    "scopes": [
      "attestations:mint",
      "attestations:read"
    ],
    "daily_quota": 10000,
    "rate_limit_per_minute": 1000,
    "created_at": "2026-01-01T00:00:00Z"
  },
  {
    "id": "880e8400-e29b-41d4-a716-446655440001",
    "name": "Development Key",
    "prefix": "tl_dev_",
    "status": "ACTIVE",
    "scopes": [
      "*"
    ],
    "daily_quota": 1000,
    "rate_limit_per_minute": 100,
    "created_at": "2026-01-05T00:00:00Z"
  }
]
GET/v1/api-keys
Language
CredentialsHEADER
Authorization
cURL Request
Examples ▾
curl --request GET \
  --url https://sandbox-api.truthlocks.com/v1/api-keys \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --data '{}'
Response

Click Try It! to send a real request, or view sample responses: