Get billing invoices
Get billing invoices in the advertiser account.
Path parameters
Unique identifier of an ad account.
Query parameters
Cursor used to fetch the next page of items
Maximum number of items to include in a single page. See documentation on Pagination for more information.
The order in which to sort the items returned: "ASCENDING" or "DESCENDING" by ID. Note that higher-value IDs are associated with more-recently added items.
Field by which to sort billing invoices.
Field of which to sort billing invoices
The status of a billing invoice.
Status of billing invoices to filter by
The type of a billing invoice document.
Document type of billing invoices to filter by
Starting point for due dates when searching for invoices. Format: YYYY-MM-DD
Ending point for due dates when searching for invoices. Format: YYYY-MM-DD
Response
The request has succeeded.
Example response
{
"items": [
{
"payment_terms": "NET 30"
}
]
}