Skip to main content
This page documents all notable changes to the AthenaHQ API, including new features, improvements, and bug fixes. We recommend reviewing this changelog regularly to stay informed about updates that may affect your integration.

March 2026

New: Location filtering for metrics endpoints

All metrics endpoints now support filtering by location_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. Both endpoints require a global API key.

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.

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. Both endpoints require a global API key.