v1
latestOpenAPI 3.0.02026-07-2640301.0 MBAccount Endpoints
account/authorized-ips
This endpoint allows an account's authorized IP addresses to be updated. As updating the authorized IP addresses will overwrite the existing list, GET the list prior to issuing a POST if you wish to append a value.
post/account/authorized-ips
Response
Example response
{
"Success": true,
"AuthorizedIPs": "127.0.0.1, 0.0.0.0"
}