Beta module namespace
notify
Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.
Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.
8 operations
| Method | Path | Required permission | Authentication | Summary |
|---|---|---|---|---|
| get | /v1/m/notify/deliveries | notify:delivery:read | Bearer token | notify module route (requires notify:delivery:read) |
| get | /v1/m/notify/destinations | notify:route:read | Bearer token | notify module route (requires notify:route:read) |
| get | /v1/m/notify/routes | notify:route:read | Bearer token | notify module route (requires notify:route:read) |
| post | /v1/m/notify/routes | notify:route:write | Bearer token | notify module route (requires notify:route:write) |
| get | /v1/m/notify/routes/{id} | notify:route:read | Bearer token | notify module route (requires notify:route:read) |
| put | /v1/m/notify/routes/{id} | notify:route:write | Bearer token | notify module route (requires notify:route:write) |
| delete | /v1/m/notify/routes/{id} | notify:route:admin | Bearer token | notify module route (requires notify:route:admin) |
| post | /v1/m/notify/routes/{id}/test | notify:route:admin | Bearer token | notify module route (requires notify:route:admin) |