Перейти к основному содержанию
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": {}
}
Устарело. Этот эндпоинт относится к Customer API v1. Используйте Customer API v2 вместо него.

Авторизации

X-ORBIT-KEY
string
header
обязательно

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

Параметры пути

license
string
обязательно

The license identifier.

Ответ

IPs retrieved successfully.

message
string
ips
object