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
The body is of type object.
object
200
The response is of type object.