curl --request POST \
--url https://api.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>"
]
}'
curl --request POST \
--url https://api.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>"
]
}'
JWT token obtained from the authentication endpoint
Webhook test successful