Skip to main content
GET
/
api
/
apis
/
{apiId}
/
keys
/
search
Search keys by API.
curl --request GET \
  --url https://{tenant}/api/apis/{apiId}/keys/search \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "keys": [
      "5e9d9544a1dcd60001d0ed20itachi",
      "5e9d9544a1dcd60001d0ed20ns-itachi"
    ]
  },
  "pages": 1
}

Documentation Index

Fetch the complete documentation index at: https://tyk.io/docs/llms.txt

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

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

apiId
string
required

ID of the API.

Query Parameters

q
string

Filter and return all keys that contain this text in there key ID.

p
integer

Use p query parameter to say which page you want returned. Send number less than 0 to return all items.

Response

Paginated key IDs

data
object
pages
integer