List notifications for an account
GET https://{{host}}/invoicing-api/v3/notifications
Returns notifications for the current account. Notifications inform a set of users whenever there are changes to an invoice or credit memo.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"contracts":["1-ABCDEF"],"creationDate":"2020-12-09T08:30:14Z","emails":["user@example.com"],"modificationDate":"2020-12-09T08:30:14Z","notificationId":25056,"notificationStatus":"ACTIVE","notificationTitle":"Notification for 1-ABCDEF"},{"contracts":["2-FEDCBA"],"creationDate":"2020-12-09T08:30:14Z","emails":["user@example.com"],"modificationDate":"2020-12-09T08:30:14Z","notificationId":25059,"notificationStatus":"SUSPENDED","notificationTitle":"Notification for 2-FEDCBA"}]