Skip to main content
GET
List API Keys
Returns all API keys for the organization. The full key value is never returned — only the key prefix is shown for identification purposes.

Auth

Requires a valid Bearer token. User must be a member of the organization.

Path Parameters

string
required
Organization identifier.

Response

boolean
Always true on success.
array
Array of API key objects.

Example