cURL
curl -X GET 'https://admin-api.exa.ai/team-management/api-keys' \ -H 'x-api-key: YOUR-SERVICE-KEY'
{ "apiKeys": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "rateLimit": 123 } ] }
Retrieve all API keys belonging to your team with their metadata.
Service API key for team authentication
Optional API key ID to retrieve a specific key
List of API keys retrieved successfully
Show child attributes