Skip to main content
GET
/
organizations
/
{organizationId}
/
api-keys
List organization API keys
curl --request GET \
  --url http://sandbox.mintlify.com/organizations/{organizationId}/api-keys \
  --header 'Authorization: Bearer <token>'
Lists all API keys for an organization.

Permissions

User must be owner or admin.

Response

Returns API keys with:
  • Key ID and prefix (sk_…)
  • Key name and description
  • Creation date and last used
  • Status (active/revoked)
Note: Full API key values are only shown once during creation.

Example

curl -X GET http://localhost:3001/api/organizations/acme-corp/api-keys \
  -H "Authorization: Bearer <token>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Response

API keys retrieved successfully