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, "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2023-11-07T05:31:56Z" } }
Retrieve details of a specific API key by its ID.
Service API key for team authentication
The unique identifier of the API key
API key retrieved successfully
Show child attributes