List allowed IP addresses
GET
/v2/ipaddressesRequest
Use this request to retrieve a list of IP addresses that are allowed to access the API.Query parameters
The maximum number of items to return. For example,
limit=25. By default, this is set to 100.Allowable values: [ 1 .. 100000 ]The number of items to skip before returning the results. For example,
offset=200. By default, this is set to 0.Allowable values: A valid integerResponse
If your request is successful, you’ll receive a200 response containing a list of the IP addresses that can currently access the API, sorted in numerical order by ip.
Add an IP address
POST
/v2/ipaddressesRequest
Use this request to allow a new IP address to access the API.Request body schema
The IP address that you want to add.Allowable values: ≤ 50 characters
A description of the IP address.Allowable values: ≤ 256 characters
Response
If your request is successful, you’ll receive a201 response containing details about the newly-added IP address.