Logo
Akamai APIs API Documentation

Notifications

Number of APIs: 5


1. Create a notification

POST https://{{host}}/invoicing-api/v4/notifications

Creates a notification informing a set of users about new invoices or credit memos for a set of contracts. Each notification needs to specify a unique set of contracts. The request yields an error if the set of contractId values matches that of another notification.



2. List notifications for an account

GET https://{{host}}/invoicing-api/v4/notifications

Returns notifications for the current account. Notifications inform a set of users whenever there are changes to an invoice or credit memo.



3. Get a notification

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

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



4. Modify a notification

PUT https://{{host}}/invoicing-api/v4/notifications/:notificationId

Updates a notification. Any read-only members retained from a GET operation are ignored on subsequent PUTs.



5. Remove a notification

DELETE https://{{host}}/invoicing-api/v4/notifications/:notificationId

Deletes a notification.



ENDPOINTS