Skip to main content
GET
/
tyk
/
keys
List keys.
curl --request GET \
  --url https://{tenant}/tyk/keys \
  --header 'X-Tyk-Authorization: <api-key>'
{
  "keys": [
    "<string>"
  ]
}

Authentication

✅ Organization User (CustomerEmployee)
✅ Delegated User (EndUser)
✅ Service Account

Required Permissions

Keys:Read: Always required.

Authorizations

X-Tyk-Authorization
string
header
required

Api key

Response

List of all API keys.

keys
string[] | null