v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13182466.3 KB
organizations

Lists the billing accounts that the current authenticated user has permission to view.

get/v1/{+parent}/billingAccounts

Path parameters

parentstring required

Optional. The parent resource to list billing accounts from. Format: - organizations/{organization_id}, for example, organizations/12345678 - billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF

Query parameters

filterstring

Options for how to filter the returned billing accounts. This only supports filtering for subaccounts under a single provided parent billing account. (for example, master_billing_account=billingAccounts/012345-678901-ABCDEF). Boolean algebra and other fields are not currently supported.

pageSizeinteger

Requested page size. The maximum page size is 100; this is also the default.

pageTokenstring

A token identifying a page of results to return. This should be a next_page_token value returned from a previous ListBillingAccounts call. If unspecified, the first page of results is returned.

Response

Successful response