Invoices¶
Use the invoices
resource to view invoices for a Atlas
organization.
https://cloud.mongodb.com/api/atlas/v1.0
Endpoints¶
Method | Endpoint | Description |
---|---|---|
GET | /api/atlas/v1.0/orgs/{ORG-ID}/invoices/ | Get all invoices for the Atlas organization identified by
{ORG-ID} . |
GET | /api/atlas/v1.0/orgs/{ORG-ID}/invoices/{INVOICE-ID} | Get the invoice identified by {INVOICE-ID} for the Atlas
organization identified by {ORG-ID} . |
GET | /api/atlas/v1.0/orgs/{ORG-ID}/invoices/pending | Get the pending invoice for the Atlas organization
identified by {ORG-ID} . |
Give Feedback