How can I obtain the IP address range for my region where AudioHook protocol requests could originate from so that I can add it to my allowlist?

To obtain the IP address range for AudioHook Monitor specific to the region of your organization, you can make a request to the following Genesys Cloud Public API endpoint: Get public ip address ranges for Genesys Cloud.

The request returns a list of IP ranges. Use the range that is marked as “audiohook”.

{
  "entities": [
    {
      "cidr": "52.200.73.32/32",
      "service": "data-actions",
      "region": "us-east-1"
    },
    {
      "cidr": "52.200.73.32/32",
      "service": "smtp",
      "region": "us-east-1"
    },
    {
      "cidr": "52.200.73.32/32",
      "service": "open-messaging",
      "region": "us-east-1"
    },
    {
      "cidr": "52.200.73.32/32",
      "service": "audiohook",
      "region": "us-east-1"
    },
    {
      "cidr": "52.73.166.199/32",
      "service": "data-actions",
      "region": "us-east-1"
    },
    …
  ]
}