Add an IP address to the whitelist for a given license and location.
cURL
curl --request POST \ --url https://orbitflare.com/api/customer/v1/licenses/{license}/whitelist-ip \ --header 'Content-Type: application/json' \ --header 'X-ORBIT-KEY: <api-key>' \ --data ' { "ip_address": "127.0.0.1", "location_id": 123, "expires_at": "2023-11-07T05:31:56Z" } '
{ "message": "<string>" }
API key for v1 and v2 (when not using Bearer token)
The license identifier.
IP address and location ID to whitelist.
Optional expiration
IP whitelisted successfully.
Была ли эта страница полезной?