cURL
curl --request GET \ --url https://orbitflare.com/api/customer/v2/licenses/{license}/ips \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "ips": {} } }
Get whitelisted IPs for this license.
Bearer token from device or wallet auth
IPs retrieved.
true
Show child attributes
Was this page helpful?