API Reference
Test webhook
Getting Started
Checks Results
- Check Result Object
- Business (KYB) Checks
- Individual (KYC) Checks
API Reference
- POSTStart a KYB agent job
- POSTStart a KYC agent job
- GETGet job by ID
- GETGet jobs by case ID
- POSTRun a check
- POSTUpload base64 document
- GETGet feedback inputs by key
- POSTSend feedback
- POSTTest webhook
- POSTTest webhook receiver
- POSTDownload report
- POSTGenerate report to Google Drive
- POSTGenerate bulk case reports
- GETExport CSV batch
- GETGet job batches
- GETGet batch jobs
- POSTEnqueue jobs from CSV
- POSTRun flash check
- GETGet checks overview data
- POSTStart a Persona KYB job
- POSTStart a Persona KYC job
API Reference
Test webhook
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
JWT token obtained from the authentication endpoint
Body
application/json
Response
200
Webhook test successful
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>"
]
}'