v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Account Endpoints

account/authorized-ips

This endpoint retrieves an account's authorized IP addresses.

get/account/authorized-ips

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

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"
}