Entylink
← Back to docs
Account
GET/v1/keys

List API keys endpoint

Use the list API keys endpoint to load key management views and inspect active versus revoked keys for the current account.

When to use it

Practical implementation contexts

Load API key management UI

Audit active and revoked keys

Surface last-used metadata for account admins

Auth

Access model

Authentication

Dashboard session

Request
curl https://api.entylink.com/v1/keys \ -H "Authorization: Bearer etl_session_..."
Response
Response exampleapplication/json
{
  "data": [
    {
      "id": "key_abc123",
      "name": "Production",
      "keyPrefix": "etl_live_123456",
      "isActive": true
    }
  ]
}
Next step

Move from docs into a real registry workflow.

Entylink is built for teams embedding UK company data, verification, and monitoring into products rather than manually browsing the register.