Skip to content

Get usage for the authenticated account's organization (new billing model).

GET
/organization/usage

Successful response

Response for GET /account/organization/usage

object
messageUsage
required

Total message usage (EMAIL + INAPP_WEB + WEB_PUSH + PUSH + SLACK)

number
budgetUsage
required

Total budget usage in USD (cost_SMS + cost_CALL)

number
costSms
required

SMS cost in USD

number
costCall
required

Call cost in USD

number
channelUsages
required

Per-channel usage breakdown

object
key
additional properties
number
billingCycleStart
required

Billing cycle start date (ISO string)

string
billingCycleEnd
required

Billing cycle end date (ISO string)

string

Bad Request

Unauthorized

Internal Server Error