cURL
curl --request GET \ --url https://{tenant}/api/apis/{apiId}/keys/search \ --header 'Authorization: Bearer <token>'
{ "data": { "keys": [ "5e9d9544a1dcd60001d0ed20itachi", "5e9d9544a1dcd60001d0ed20ns-itachi" ] }, "pages": 1 }
Lists keys that grant access to the API with the ID . When q query parameter is passed it will only return keys that contains the string sent by q.
Show child attributes
Was this page helpful?