Authorizations
Authorization Token
Path Parameters
VPN ID (Starts with OFA-VID-LIC prefix)
Response
200 - application/json
The response is of type string.
curl --request GET \
  --url https://app.onefirewall.com/api/v1/vpn/{vid} \
  --header 'Authorization: <api-key>'{
  "vid": "OFA-VID-LIC-XXXXXX",
  "account_name": "Test",
  "notes": "",
  "ts": 1720917876,
  "user": {
    "guid": "OFA-GUID-2091-4193-9813",
    "name": "Name",
    "surname": "Surname",
    "username": "[email protected]",
    "role": 0,
    "unsuccessful_login": 0,
    "member_of": {
      "gid": "OFA-GID-XXXXXXX",
      "name": "OneFirewall Alliance LTD",
      "trust": 0.85,
      "delay": "0",
      "credit_tokens": 20003000,
      "debit_tokens": 2597036,
      "is_public": 0
    }
  },
  "mgid": "OFA-GID-XXXXXXXXX",
  "exist": true
}Get Information and Installation instruction of a given VPN License ID
curl --request GET \
  --url https://app.onefirewall.com/api/v1/vpn/{vid} \
  --header 'Authorization: <api-key>'{
  "vid": "OFA-VID-LIC-XXXXXX",
  "account_name": "Test",
  "notes": "",
  "ts": 1720917876,
  "user": {
    "guid": "OFA-GUID-2091-4193-9813",
    "name": "Name",
    "surname": "Surname",
    "username": "[email protected]",
    "role": 0,
    "unsuccessful_login": 0,
    "member_of": {
      "gid": "OFA-GID-XXXXXXX",
      "name": "OneFirewall Alliance LTD",
      "trust": 0.85,
      "delay": "0",
      "credit_tokens": 20003000,
      "debit_tokens": 2597036,
      "is_public": 0
    }
  },
  "mgid": "OFA-GID-XXXXXXXXX",
  "exist": true
}Authorization Token
VPN ID (Starts with OFA-VID-LIC prefix)
The response is of type string.