cURL
curl --request GET \ --url http://sandbox.mintlify.com/organizations/{organizationId}/api-keys/{id} \ --header 'Authorization: Bearer <token>'
Retrieve details of a specific API key
curl -X GET http://localhost:3001/api/organizations/{organizationId}/api-keys/{id} \ -H "Authorization: Bearer <token>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API key retrieved successfully