cURL
curl --request POST \ --url https://orbitflare.com/api/customer/v2/api-keys/{apiKey}/ips \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ip": "127.0.0.1" } '
{ "success": true, "message": "<string>", "data": {} }
Add an IP to the API key’s IP whitelist.
Bearer token from device or wallet auth
IP added.
true
Was this page helpful?