VPN Profiles

Operations done on VPN Profiles

Base URL

https://app.pentest-tools.com/api/v2


Method
get
Path
/vpn_profiles

Responses

Authorization

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

Bearer

Request

GET
/vpn_profiles
curl --request GET \
  --url https://app.pentest-tools.com/api/v2/vpn_profiles \
  --header 'accept: application/json' \
  --header 'authorization: Bearer {token}'