Tymbug

A platform for webhook testing and debugging

POST /api/webhooks/{provider} HTTP/1.1
Content-Type: application/json
Authorization: Bearer {your-token}

{
  "event": "object.updated",
  "data": { ... }
}