cURL
curl --request GET \ --url https://{tenant}/api/apis/keys \ --header 'Authorization: Bearer <token>'
{ "data": { "keys": [ "<string>" ] }, "pages": 123 }
Return a paginated list of keys.
The Tyk Dashboard API Access Credentials
Use p query parameter to say which page you want returned. Send number less than 0 to return all items.
Paginated key IDs.
Show child attributes
Was this page helpful?