Skip to content

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

MethodPathRequired permissionAuthenticationSummary
get/v1/m/notify/deliveriesnotify:delivery:readBearer tokennotify module route (requires notify:delivery:read)
get/v1/m/notify/destinationsnotify:route:readBearer tokennotify module route (requires notify:route:read)
get/v1/m/notify/routesnotify:route:readBearer tokennotify module route (requires notify:route:read)
post/v1/m/notify/routesnotify:route:writeBearer tokennotify module route (requires notify:route:write)
get/v1/m/notify/routes/{id}notify:route:readBearer tokennotify module route (requires notify:route:read)
put/v1/m/notify/routes/{id}notify:route:writeBearer tokennotify module route (requires notify:route:write)
delete/v1/m/notify/routes/{id}notify:route:adminBearer tokennotify module route (requires notify:route:admin)
post/v1/m/notify/routes/{id}/testnotify:route:adminBearer tokennotify module route (requires notify:route:admin)