cURL
curl --request GET \ --url https://api.example.com/api/v1/api-keys
[ { "id": "...", "name": "Production Backend", "scopes": ["usage.write"], "status": "ACTIVE", "created_at": "2025-01-01T00:00:00Z", "last_used_at": "2025-01-15T10:30:00Z" } ]
Retrieve all API keys for the organization.
Was this page helpful?