IP Whitelisting
This security feature limits access to a system or network exclusively to approved IP addresses. By rejecting requests from non-whitelisted IPs, it enhances protection against unauthorized access.
To Get Started:
Authorization
Set value to Bearer {{MERCHANT_AUTH_TOKEN}}
{
"whitelistedIps": ["127.0.0.1"],
"password": "@mypassword"
}{
"success": true,
"message": "Whitelisted IPs updated successfully",
"data": {
[ ]
}
{
"whitelistedIps": [
"127.0.0.1"
],
}
}Last updated