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