Skip to main content
POST
/
projects
/
{projectId}
/
webhooks
POST create project webhook
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": null
}

Documentation Index

Fetch the complete documentation index at: https://docs.visitorquery.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The developer API key from your account

Path Parameters

projectId
string
required

Body

application/json

Body

type
enum<string>
required
Available options:
proxy_vpn_detect
url
string<uri>
required

Response

200

data
unknown