WEBHOOKS
Delivery attempts
Inspect delivery history, response codes, latency and retry state for webhook events.
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
| Field | Purpose |
|---|---|
| attempt_id | Delivery attempt ID |
| event_id | Webhook event |
| endpoint_id | Destination endpoint |
| status | pending / delivered / failed |
| response_code | Endpoint HTTP result |
| duration_ms | Delivery latency |
| attempted_at | Attempt timestamp |
List attempts
GET
GET https://api.mediloop.com/v1/webhooks/wh_123/attempts?status=failedAttempt details
GET attempt
GET https://api.mediloop.com/v1/webhooks/wh_123/attempts/att_456Response 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.