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 bills for a contract | GET | /contracts/{contractId}/invoices |
Download a bill file | GET | /contracts/{contractId}/invoices/{invoiceId}/download |
List bills 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} |