X Tutup

Billing

billing

Billing

Profiles

billing.profiles

Methods

Billing Profile Details -> Envelope<{ id, account_type, address, 36 more... }>
Deprecated
get/accounts/{account_id}/billing/profile

Gets the current billing profile for the account.

Billing

Usage

billing.usage

Methods

Get Pay Go Account Billable Usage Beta -> Envelope<Array<{ BillingCurrency, BillingPeriodStart, ChargePeriodEnd, 8 more... }>>
get/accounts/{account_id}/billing/usage/paygo

Returns billable usage data for PayGo (self-serve) accounts. When no query parameters are provided, returns usage for the current billing period.

Supports two mutually exclusive query modes:

Billing period mode: Use last_year_period_start and last_month_period_start to query a specific billing period.

Date range mode: Use from and to to query a custom date range (maximum 62 days).

This endpoint is currently in beta and access is restricted to select accounts.

X Tutup