POST
/
testWebhook
curl --request POST \
  --url https://demo.parcha.ai/api/v1/testWebhook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "webhook_url": "<string>",
  "tool_webhook_url": "<string>",
  "tool_webhook_ids": [
    "<string>"
  ]
}'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Body

application/json
webhook_url
string
tool_webhook_url
string
tool_webhook_ids
string[]

Response

200
_mintlify/placeholder

Webhook test successful