v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
IpAddresses

IpAddress

Get all IP addresses that are in use by Pay.

get/v2/ipaddresses

Response

OK

ipAddressesstring[]
totalinteger nullable

The total items the collection contains

Example response

{
  "ipAddresses": [
    "10.11.12.13"
  ],
  "total": 10
}