List Dedicated IP Groups
List the active per-region dedicated-IP groups allocated to the calling user's account. A group bundles one dedicated IP per region and is geo-routed: visitors resolve to the nearest regional IP via a single GeoDNS hostname. Endpoints attach to the group (not to an individual IP) and are published as a CNAME to the group's geo FQDN.
This complements GET /v1/dedicated-ips, which lists individual single-mode assignments. An endpoint may use a single IP or a group, but never both at once.
Account scope: groups are an account-level resource — they are visible to the members of your active account per your role's permissions. A legacy token without an active account has no groups and receives an empty list.
Provision a group via POST /v1/dedicated-ips/requests with selection_mode: "per_region"; the operator auto-assigns one IP per requested region on approval. Attach it to an endpoint with POST /v1/endpoints/{uuid}/dedicated-ip-group and release the whole group with POST /v1/dedicated-ips/groups/{id}/release.
Response (200 OK)
JSON object with an items array of active groups:
endpoint (a group fronting one or more endpoints).per_region for groups (geolocation GeoDNS).active groups.grp-<id>.<geo-zone>) that attached endpoints CNAME at. Empty if GeoDNS is not configured on the server.region_slug (string) and ip_address (string).Errors
ips:read permission in the active account.