List Groups
Returns all groups for your organization, including associated websites. Requires a global API key. Partner integrations may pass external_id as a query parameter to find the Athena group mapped to a partner-supplied identifier. Partner responses additionally include externalId on each group and on every website object inside websites (null when no mapping exists), so sites can be matched by your own identifier instead of by URL.
Query Parameters
Partner-only. Filter results to the group mapped to this partner-supplied identifier. Accepted only when authenticating with a partner API key — direct customers that pass this parameter receive 403 Forbidden. Exact match, scoped to your organization; unmapped IDs return an empty array.
1Response
Successful response with list of groups. Partner responses include an externalId field on each item (string or null); direct-customer responses omit the field entirely.