Skip to main content
POST
/
v1
/
projects
/
{projectId}
/
webhooks
/
check
Check webhook
curl --request POST \
  --url https://api.pathors.com/v1/projects/{projectId}/webhooks/check \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{
  "exists": true,
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Developer key created from the dashboard (Settings → Developer Keys)

Path Parameters

projectId
string
required

The ID of your project

Body

application/json
url
string<uri>
required

Response

OK

exists
boolean
required
id
string