Mediloop

WEBHOOKS

Webhooks API Reference

Reference for webhook endpoint management, event delivery, signatures and retry behavior.

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

Endpoint management

MethodEndpointPurpose
POST/webhooksCreate endpoint
GET/webhooksList endpoints
GET/webhooks/{id}Get endpoint
PATCH/webhooks/{id}Update endpoint
DELETE/webhooks/{id}Delete endpoint
POST/webhooks/{id}/testTrigger sandbox test

Delivery attempts

MethodEndpoint
GET/webhooks/{id}/attempts
GET/webhooks/{id}/attempts/{attempt_id}
POST/webhooks/{id}/attempts/{attempt_id}/redeliver

Event envelope

Headers

HeaderPurpose
Mediloop-SignatureHMAC signature + timestamp
Mediloop-Event-IdUnique event ID
Content-Typeapplication/json

Event types

Response codes

HTTPMeaning
200/201Success
400Invalid request
401/403Auth/permission failure
404Not found
409Conflict
429Rate limit

Limits

Endpoint limits, event retention and delivery-attempt retention vary by plan and production contract.