cURL
curl --request GET \ --url https://api.edgee.app/v1/projects/{id}/components/{componentId}/counters \ --header 'Authorization: Bearer <token>'
{ "object": "project_counters", "user_count": 123, "track_count": 456, "page_count": 789, "day": "2023-12-25", "project_id": "6d614bd5-4d81-4a9b-8ba4-6fe3ffd33748", "component_id": "abcdef" }
List all Counters for a given project component.
Was this page helpful?