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
Example response
{
"Success": true,
"AuthorizedIPs": "127.0.0.1, 0.0.0.0"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.