POST
/
v2
/
notifications
/
system
/
list
List system notification event types
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Success

data
object[]
required
cursor
string | null