Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all API keys for the organization. Only org admins can list keys.
cURL
curl --request GET \ --url https://api.example.com/api_keys
{ "api_keys": [ { "created_by": "<string>", "id": "<string>", "key_prefix": "<string>", "name": "<string>", "org_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "description": "<string>", "last_used_at": "2023-11-07T05:31:56Z", "revoked_at": "2023-11-07T05:31:56Z", "scopes": [ { "resource_id": "<string>", "resource_type": "<string>" } ], "sharing_group_ids": [ "<string>" ] } ] }
Successful Response
Response model for listing API keys.
List of API keys.
Show child attributes
Was this page helpful?