Skip to main content

malipopaycentralapi_CreateWhitelistRequest

ip_addressstringrequired

The public IPv4 or IPv6 address your server calls from. Matched as an exact string - CIDR ranges are not supported, so add every egress IP separately.

Example: 196.192.0.10
namestring

Label to recognise the entry by.

Example: Production API server
urlstring

Optional note recording which system this IP belongs to.

Example: https://api.example.co.tz
malipopaycentralapi_CreateWhitelistRequest
{
"ip_address": "196.192.0.10",
"name": "Production API server",
"url": "https://api.example.co.tz"
}