Runtime failures that are deployment/config related (unbound or unready delivery profile, etc.) return:
- HTTP
503 code:EVENT_DELIVERY_PROFILE_NOT_READY- Message like:
Delivery profile "reliable" is not ready. Contact your administrator.
Only profile-level messages are returned to the SDK.
| Op | Method | Path |
|---|---|---|
| Publish | POST | /event/v1/publish |
| Subscribe | POST | /event/v1/subscribe |
| Unsubscribe | DELETE | /event/v1/subscribe/:subscriptionId |
| Listen | GET | /event/v1/listen |