See the API's various operations for details on their request parameters and response data.
You can also run this API with a Postman collection.
Operation | Method | Endpoint |
---|---|---|
Invoices | ||
List invoices and credit memos for a contract | GET | /contracts/{contractId}/invoices |
Download an invoice or a credit memo file | GET | /contracts/{contractId}/invoices/{invoiceId}/download |
List invoices and credit memos for an account | GET | /invoices |
Notifications | ||
List notifications for an account | GET | /notifications |
Create a notification | POST | /notifications |
Remove a notification | DELETE | /notifications/{notificationId} |
Get a notification | GET | /notifications/{notificationId} |
Modify a notification | PUT | /notifications/{notificationId} |