๐ฅ๏ธUsing our REST/HTTPS API
We've created an API, that your business can utilize to introduce dynamic IP Routing, and much more.
Authentication
Get all Forwarding Rules for specific IPv4
Parameter
Value
Required
>curl "https://vpnaas.org/api/ip/rules?key=test&ip=202.181.177.177"
[
{
"id": 4579, # this is the Rule ID!
"businessId": 1,
"ipId": 9999,
"ruleId": 2, # don't worry about the ruleId parameter.
"label": "Test Rule",
"arguments": "targetHost=1.1.1.1",
"enabled": true,
"date": "2024-07-08 08:47:53.862"
}
]Delete specific Forwarding Rule for IPv4
Parameter
Value
Required
Create new Forwarding Rule for Specific IPv4
Last updated