Перейти к основному содержанию
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": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.orbitflare.com/llms.txt

Use this file to discover all available pages before exploring further.

Устарело. Этот эндпоинт относится к 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