🖥️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

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

Example Request & Response:

>curl -XDELETE "https://vpnaas.org/api/ip/rules?key=test&ip=202.181.177.177&id=4581"
1

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