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.10namestring
Label to recognise the entry by.
Example:
Production API serverurlstring
Optional note recording which system this IP belongs to.
Example:
https://api.example.co.tzmalipopaycentralapi_CreateWhitelistRequest
{
"ip_address": "196.192.0.10",
"name": "Production API server",
"url": "https://api.example.co.tz"
}