Mediloop

WEBHOOKS

Webhook errors

Diagnose endpoint configuration, signature, delivery and response errors.

Open in API Explorer

Real-time

Event driven

As events happen

Reliable delivery

Automatic retries

Exponential backoff

Signatures

HMAC SHA-256

Verify every payload

Endpoint limit

100 endpoints

Per tenant

Payload

JSON

Versioned envelope

Configuration errors

ErrorCause
invalid_urlEndpoint is not valid HTTPS
invalid_eventUnknown/unauthorized event type
endpoint_limitTenant endpoint limit reached

Delivery errors

ErrorCause
timeoutEndpoint did not respond in time
connection_failedTLS/network connection failed
non_success_statusEndpoint returned non-2xx

Signature errors

Signature failures should be diagnosed on the consumer side using raw-body verification and timestamp handling.

HTTP responses

HTTPMeaning
400Invalid webhook configuration
401/403Authentication/permission issue
404Endpoint not found
409Configuration conflict
429Rate limit
500Platform error

Retry behavior

Troubleshooting