v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Account 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

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

AuthorizedIPsstring required

A comma delimited list of valid IP addresses

Example response

{
  "Success": true,
  "AuthorizedIPs": "127.0.0.1, 0.0.0.0"
}