Authorizations
JWT token obtained from the authentication endpoint
Response
Webhook received and signature verified
curl --request POST \
--url https://api.parcha.ai/api/v1/testWebhookReceiver \
--header 'Authorization: Bearer <token>'
curl --request POST \
--url https://api.parcha.ai/api/v1/testWebhookReceiver \
--header 'Authorization: Bearer <token>'
JWT token obtained from the authentication endpoint
Webhook received and signature verified