cURL
curl --request GET \ --url https://app.pentest-tools.com/api/v2/vpn_profiles \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "990a9f5c-d0df-4903-91fb-35b9fea0077d", "name": "Internal Network Agent", "type": "VPN Agent" } ] }
Use the "API key" from the profile page as the token
OK
Show child attributes
Was this page helpful?