Secure VPN
Create
Secure VPN
Create
Create a new VPN License
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 Token
Body
application/json
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>"
}'