cURL
curl --request GET \ --url https://{tenant}/admin/org/keys \ --header 'Admin-Auth: <api-key>'
{ "data": { "keys": [ "<string>" ] }, "pages": 123 }
Lists keys that grant access to the API with the ID .
Api key
Paginated key IDs.
Show child attributes
Was this page helpful?