Overview
Internal pub/sub messaging infrastructure for PADS4 microservices. Manages message queues, subscriptions, and event routing between services. Not typically called directly by external clients.Authentication
All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:Replacehttps://<your-server>with your PADS4 server address and<ServiceName>with the service path shown above.
Endpoint Reference
Request & Response Examples
POST /api/v1/messaging/subscribe
Request:
200 OK:
POST /api/v1/messaging
Request:
200 OK:
POST /api/v1/messaging/unsubscribe
Request:
200 OK:

