Skip to main content
GET
/
customer
/
v1
/
licenses
/
{license}
/
ips
Get Whitelisted IPs (v1)
curl --request GET \
  --url https://orbitflare.com/api/customer/v1/licenses/{license}/ips \
  --header 'X-ORBIT-KEY: <api-key>'
{
  "message": "<string>",
  "ips": {}
}
Deprecated. This endpoint is part of Customer API v1. Use Customer API v2 instead.

Authorizations

X-ORBIT-KEY
string
header
required

API key for v1 and v2 (when not using Bearer token)

Path Parameters

license
string
required

The license identifier.

Response

IPs retrieved successfully.

message
string
ips
object