cURL
curl --request GET \ --url http://sandbox.mintlify.com/organizations/{organizationId}/api-keys \ --header 'Authorization: Bearer <token>'
List all API keys for an organization (requires authentication)
curl -X GET http://localhost:3001/api/organizations/acme-corp/api-keys \ -H "Authorization: Bearer <token>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API keys retrieved successfully