- API >
- Public API Resources >
- Invoices
Invoices¶
Use the invoices
resource to view invoices for a Cloud Manager
organization.
Base URL: https://cloud.mongodb.com/api/public/v1.0
Endpoints¶
Method | Endpoint | Description |
---|---|---|
GET |
/api/public/v1.0/orgs/{ORG-ID}/invoices/ | Get all invoices for the Cloud Manager organization identified by
{ORG-ID} . |
GET |
/api/public/v1.0/orgs/{ORG-ID}/invoices/{INVOICE-ID} | Get the invoice identified by {INVOICE-ID} for the Cloud Manager
organization identified by {ORG-ID} . |
GET |
/api/public/v1.0/orgs/{ORG-ID}/invoices/pending | Get the pending invoice for the Cloud Manager organization
identified by {ORG-ID} . |