Skip to main content
POST
/
vpn
Create
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>"
}
'
This response has no body data.

Authorizations

Authorization
string
header
required

Authorization Token

Body

application/json
account_name
string
required

Account name (mandatory)

notes
string

Addition notes

Response

200 - undefined