Skip to main content
GET
/
vpn_profiles
Get all VPN profiles
curl --request GET \
  --url https://app.pentest-tools.com/api/v2/vpn_profiles \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "990a9f5c-d0df-4903-91fb-35b9fea0077d",
    "name": "Internal Network Agent",
    "type": "VPN Agent"
  }
]

Authorizations

Authorization
string
header
required

Use the "API key" from the profile page as the token

Response

OK

id
string
Example:

"990a9f5c-d0df-4903-91fb-35b9fea0077d"

name
string
Example:

"Internal Network Agent"

type
enum<string>
Available options:
VPN Agent,
OpenVPN Server