Skip to main content

Overwrite IP Allowlist

PUT 

/partner/auth/ip_addresses

Overwrite the existing IP allowlist with the provided entries.

Request

Responses

200Success
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"data": {
"ip_addresses": [
"203.0.113.50"
],
"count": 2
}
}
Schema Details
FieldTypeDescription
messageobject
dataobject