March 2026
New: Location filtering for metrics endpoints
All metrics endpoints now support filtering bylocation_ids. Pass an array of location IDs (retrieved via GET /api/v1/locations) in the filters object to narrow results to specific geographic locations. Use "no-location" to include responses without a location assigned.
New: Get and update individual groups
You can now fetch a single group by ID and update it — rename the group, add websites, or remove websites.- GET /api/v1/groups/ — Retrieve a single group with its associated websites.
- PATCH /api/v1/groups/ — Rename a group, add websites, and/or remove websites.
New: Bulk invite to websites
You can now invite a user to multiple websites in a single API call. The endpoint processes each website independently and returns per-website results, making it easy to onboard users across your organization.- POST /api/v1/invites/bulk — Invite a user to up to 50 websites at once. Supports both direct and email invite methods.
February 2026
New: Groups endpoints
You can now create and manage groups of websites via the API. Groups let you organize multiple websites under a single entity within your organization.- GET /api/v1/groups — List all groups for your organization, including associated websites.
- POST /api/v1/groups — Create a new group with one or more websites.