Mediloop

WEBHOOKS

Delivery attempts

Inspect delivery history, response codes, latency and retry state for webhook events.

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

Attempt model

FieldPurpose
attempt_idDelivery attempt ID
event_idWebhook event
endpoint_idDestination endpoint
statuspending / delivered / failed
response_codeEndpoint HTTP result
duration_msDelivery latency
attempted_atAttempt timestamp

List attempts

GET

GET https://api.mediloop.com/v1/webhooks/wh_123/attempts?status=failed

Attempt details

GET attempt

GET https://api.mediloop.com/v1/webhooks/wh_123/attempts/att_456

Response metadata

Response body snippets are bounded and sanitized; secrets and sensitive authorization values are never exposed.

Redelivery

Authorized users can request redelivery of a prior event where the event remains within retention.

Troubleshooting

Retention

Delivery-attempt retention depends on plan and compliance requirements.