GET
/
licenses
/
{license}
/
ips
curl --request GET \
  --url https://orbitflare.com/api/customer/v1/licenses/{license}/ips \
  --header 'X-ORBIT-KEY: <api-key>'
{
  "message": "<string>",
  "ips": {}
}

Authorizations

X-ORBIT-KEY
string
header
required

Path Parameters

license
string
required

The license identifier.

Response

200
application/json
IPs retrieved successfully.

The response is of type object.