Invoices
Return Associated Invoices
Returns a list of invoice IDs for the specified organization and month/year. Optionally includes invoices from linked organizations.
get/api/atlas/v2/orgs/{orgId}/associatedInvoices
Path parameters
orgIdstring required
Example:4888442a3354817a7320eb61
Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.
Query parameters
monthinteger
The month for which to retrieve invoices (1-12). Defaults to current month.
yearinteger
The year for which to retrieve invoices. Defaults to current year.
includeLinkedOrgsboolean
Whether to include invoices from linked organizations. Defaults to false.
Response
Associated invoices retrieved successfully