Skip to main content

malipopaycentralapi_WhitelistEntry

_idstring

Entry id. Pass it to DELETE to remove the entry.

Example: 6890f1c2a4b19e3f2c7d5a10
ip_addressstring

The whitelisted address.

Example: 196.192.0.10
namestring

Label you gave the entry.

Example: Production API server
activeboolean

Only active entries are accepted by the approval gate.

Example: true
createdAtstring

ISO 8601 creation timestamp.

Example: 2026-08-18T08:15:32.000Z
malipopaycentralapi_WhitelistEntry
{
"_id": "6890f1c2a4b19e3f2c7d5a10",
"ip_address": "196.192.0.10",
"name": "Production API server",
"active": true,
"createdAt": "2026-08-18T08:15:32.000Z"
}