malipopaycentralapi_WhitelistEntry
_idstring
Entry id. Pass it to DELETE to remove the entry.
Example:
6890f1c2a4b19e3f2c7d5a10ip_addressstring
The whitelisted address.
Example:
196.192.0.10namestring
Label you gave the entry.
Example:
Production API serveractiveboolean
Only active entries are accepted by the approval gate.
Example:
truecreatedAtstring
ISO 8601 creation timestamp.
Example:
2026-08-18T08:15:32.000Zmalipopaycentralapi_WhitelistEntry
{
"_id": "6890f1c2a4b19e3f2c7d5a10",
"ip_address": "196.192.0.10",
"name": "Production API server",
"active": true,
"createdAt": "2026-08-18T08:15:32.000Z"
}