cURL
curl -X GET 'https://admin-api.exa.ai/team-management/api-keys/{id}' \ -H 'x-api-key: YOUR-SERVICE-KEY'
{ "apiKey": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "rateLimit": 123, "budgetCents": 123, "isOverBudget": true, "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2023-11-07T05:31:56Z" } }
Retrieve details of a specific API key by its ID.
Documentation IndexFetch the complete documentation index at: https://exa.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://exa.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Service API key for team authentication
The unique identifier of the API key
API key retrieved successfully
Show child attributes