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>" ] }'
JWT token obtained from the authentication endpoint
Webhook test successful