Billing

List billing profiles

List all billing profiles matching the specified filters.

The expand option can be used to include additional information (besides the billing profile) in the response. For example by adding the expand=apps option the apps used by the billing profile will be included in the response.

get/api/v1/billing/profiles

Query parameters

includeArchivedboolean
expandBillingProfileExpand[]
pageinteger

Page index.

Default is 1.

pageSizeinteger

The maximum number of items per page.

Default is 100.

order'ASC' | 'DESC'

The order direction.

The order direction.

orderBy'createdAt' | 'updatedAt' | 'default' | 'name'

BillingProfileOrderBy specifies the ordering options for profiles

The order by field.

Response

The request has succeeded.

pageinteger required

The page index.

pageSizeinteger required

The maximum number of items per page.

totalCountinteger required

The total number of items.

Changes

No recorded changes to this endpoint across all 1 revision of this API.