cURL
curl --request POST \ --url https://visitorquery.com/api/v1/projects/{projectId}/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "proxy_vpn_detect", "url": "<string>" }'
{ "data": "<any>" }
Creates a new webhook for the specified project
The developer API key from your account
Body
proxy_vpn_detect
200