Manually trigger a webhook notification for a specific document and status.
Use Cases:
Behavior:
cURL
curl --request POST \ --url https://api.beltic.com/v1/webhooks/resend \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "data": { "type": "webhook_resend", "attributes": { "document_id": "123e4567-e89b-12d3-a456-426614174000", "webhook_config_id": "123e4567-e89b-12d3-a456-426614174000" } } } '
{ "meta": { "message": "<string>" } }
API key for authentication. Access https://console.beltic.com/ to obtain your API key.
Show child attributes
Webhook delivery queued
Was this page helpful?