Get a webhook
GET
https://myagentmail.com/v1/webhooks/{id}For agents View as Markdown
Path parameters
idrequired string |
Responses
200application/jsonOK
idstring | format: uuid |
urlstring | format: uri |
events"message.received" | "message.sent" | "message.bounced"[] | |
secretstring | HMAC-SHA256 secret. Only returned on creation. |
isActiveboolean | |
createdAtstring | format: date-time |
Authentication
Send your API key in the X-API-Key header (or Authorization: Bearer <key>). Any prefix accepted by this endpoint — tk_, wk_, ak_, or sa_ — is documented in the key prefix table.