Notifications subscriptions overview
Notifications subscriptions define when Eyer should deliver notification events for your environment.
Authentication
Use the standard bearer-token pattern described in Authorization details. These endpoints authorize against your environment and return only subscriptions for that environment.
Filter behavior
- Each subscription includes a required filter
- Filters determine which notification events are delivered to that subscription
- Invalid filters are rejected when the subscription is created
For filter details and examples, see Notification filters overview.
Status lifecycle
- New subscriptions are created with
status: active pausedsubscriptions do not deliver notifications until resumedstatusReasonismanualwhen paused by the pause endpointstatusReasoniscircuit_breakerwhen the system auto-pauses a subscription after 128 consecutive delivery failures over at least 24 hours
Configuration returned by the API
The list and create endpoints can return environment-level notification configuration data:
xNotificationTokenis the token used on outbound notification requestsrsaKey.publicis the public key used to verify signed notification requests
For verification guidance, see Verify notification deliveries.