VPN Profiles
Operations done on VPN Profiles
Base URL
https://app.pentest-tools.com/api/v2
Authorization
Use the "API key" from the profile page as the token
Endpoints
- Method
- get
- Path
- /vpn_profiles
Responses
500Internal server error
Request
GET
/vpn_profilescurl --request GET \
--url https://app.pentest-tools.com/api/v2/vpn_profiles \
--header 'accept: application/json' \
--header 'authorization: Bearer {token}'
Response
[
{
"id": "990a9f5c-d0df-4903-91fb-35b9fea0077d",
"name": "Internal Network Agent",
"type": "VPN Agent"
}
]
OK