Get a notification

GET https://{{host}}/invoicing-api/v3/notifications/:notificationId

Accesses a specific notification, for example when making modifications to a specific notification.

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(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

KeyDatatypeRequiredDescription
Acceptstring

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"}