Webhooks
curl -X GET "https://example.com/apps/string/webhooks"Empty
Path Parameters
appId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps/string/webhooks" \ -H "Content-Type: application/json" \ -d '{ "url": "https://yourapp.com/webhooks/mailmus", "events": [ "email.sent", "send.delivered" ] }'Empty
Path Parameters
id*string
appId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/apps/string/webhooks/string" \ -H "Content-Type: application/json" \ -d '{}'Empty
curl -X DELETE "https://example.com/apps/string/webhooks/string"Empty
curl -X POST "https://example.com/apps/string/webhooks/string/rotate-secret"Empty
curl -X GET "https://example.com/apps/string/webhooks/string/deliveries"Empty
curl -X POST "https://example.com/apps/string/webhooks/string/deliveries/string/replay"Empty
curl -X POST "https://example.com/apps/string/webhooks/string/test"Empty