POST
/
vpn
/
connection
/
get
curl --request POST \
  --url https://demo.onlinebillingform.com/api/v1/vpn/connection/get \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'token: <api-key>' \
  --data user_id=48 \
  --data server_id=37
{
  "status": true,
  "message": "VPN file successfully generated!"
}

Authorizations

token
string
header
required

Body

application/x-www-form-urlencoded

Response

200 - application/json

OK

The response is of type object.