cURL
curl --request POST \ --url https://api.metronome.com/v2/notifications/system/list \ --header 'Authorization: Bearer <token>'
{ "data": [ { "type": "SYSTEM_LIFECYCLE_EVENT", "policy": { "type": "contract.create" } } ], "cursor": null }
List available system lifecycle event types for notifications. These are read-only event types that can be used when creating offset notifications.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes
Indicates this is a system lifecycle event notification
The type of lifecycle event (e.g., "contract.create", "contract.start")
Whether or not webhook publishing for this lifecycle event is enabled