Skip to main content

List API Keys

GET 

/organizations/:organizationId/api-keys

List all API keys for the organization. Note: The key hash/secret is NEVER returned - only the prefix for identification.

Request

Path Parameters

    organizationId stringrequired

    Organization ID

Query Parameters

    includeRevoked boolean

    Default value: false

    Whether to include revoked keys

Responses

Schema
    data object[]required

    Array of API keys

  • Array [
  • ]
Loading...
Was this page helpful?