v1
latestOpenAPI 3.0.02026-07-2640301.0 MBAccount 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"
}