Skip to main content
GET
/
v1
/
meta
/
webhook-ips
GET /v1/meta/webhook-ips — IP allowlist hint for webhook subscribers.
curl --request GET \
  --url https://api.pegana.xyz/v1/meta/webhook-ips
{
  "ips": [
    "<string>"
  ],
  "recheck_after": "2023-11-07T05:31:56Z"
}

Response

200 - application/json

Webhook egress IP allowlist

ips
string[]
required

IPv4 / IPv6 addresses Pegana POSTs from when delivering webhooks. Subscribers running zero-trust ingress can allowlist these.

recheck_after
string<date-time>
required

Hint to refresh this list weekly — IPs can change without notice during infrastructure migrations.