added
New List Invoices for Workspace endpoint
about 2 months ago by Rich Steinmetz
Previously you were only able to list invoices for an order via GET /api/v2/orders/:order_id/invoices
. Now you can also list all your invoices for a specific workspace via the GET /api/v2/workspaces/:workspace_id/orders/invoices
endpoint.
Check it out here!