Skip to main content
POST
/
v1
/
webhooks
/
resend
Resend webhook
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>"
  }
}

Authorizations

X-Api-Key
string
header
required

API key for authentication. Access https://console.beltic.com/ to obtain your API key.

Body

application/json
data
object
required

Response

Webhook delivery queued

meta
object
required