cURL
curl --request GET \ --url https://{tenant}/tyk/keys \ --header 'X-Tyk-Authorization: <api-key>'
{ "keys": [ "<string>" ] }
List all the API keys.
Api key
List of all API keys.
Was this page helpful?