Skip to main content

Add an IP to Allowlist

POST 

/partner/auth/ip_addresses

Add a specified IP address to the allowlist. Both IPv4 and IPv6 are supported.

Request

Responses

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