POST
/
vpn
curl --request POST \
  --url https://app.onefirewall.com/api/v1/vpn \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "account_name": "<string>",
  "notes": "<string>"
}'

Authorizations

Authorization
string
header
required

Authorization Token

Body

application/json
account_name
string
required

Account name (mandatory)

notes
string

Addition notes