POST
/
api
/
v1
/
vpn
curl --request POST \
  --url https://app.aegister.com/api/v1/vpn \
  --header 'Content-Type: application/json' \
  --header 'X-Aegister-Token: <api-key>' \
  --data '{
  "organization": 1,
  "email": "jdoe@sample.com"
}'
{
  "error": 0,
  "messages": [],
  "vpn": 123
}

Authorizations

X-Aegister-Token
string
header
required

Body

Response

201
application/json

The response is of type object.