Using our REST/HTTPS API
We've created an API, that your business can utilize to introduce dynamic IP Routing, and much more.
Authentication
All requests utilize a key parameter, which will contain your API Key.
Gain unrestricted access - Absolutely free.
Get in touch with your account-manager in order to get your network authorized to access our REST API, without being restricted by our Firewall Rules etc.
Get all Forwarding Rules for specific IPv4
You must be using the API Key assigned to the relevant business managing said IPv4 address on our system.
Endpoint: vpnaas.org/api/ip/rules
Request Method: GET
key
API Key
Yes
ip
IPv4 Address
Yes
Example Request & Response:
Delete specific Forwarding Rule for IPv4
You must be using the API Key assigned to the relevant business managing said IPv4 address on our system.
Endpoint: vpnaas.org/api/ip/rules
Request Method: DELETE
key
API Key
Yes
ip
IPv4 Address
Yes
id
the ID parameter for your specified rule.
Yes
Example Request & Response:
All of our REST APIs will return relevant HTTP Error Codes if any errors are present with your request, otherwise you will be given a JSON or 1
response.
Create new Forwarding Rule for Specific IPv4
Last updated
Was this helpful?