POST
/
projects
/
{projectId}
/
webhooks
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>"
}

Authorizations

Authorization
string
header
required

The developer API key from your account

Path Parameters

projectId
string
required

Body

application/json

Body

The body is of type object.

Response

200
application/json

200

The response is of type object.