{
"organization": {
"billingMonthStart": "2023-11-07T05:31:56Z",
"billingMonthEnd": "2023-11-07T05:31:56Z",
"aiSdrContactsIncluded": true,
"computedAt": "2023-11-07T05:31:56Z",
"used": 123,
"daily": [
{
"date": "2023-11-07T05:31:56Z",
"used": 123,
"cumulativeUsed": 123,
"remaining": 123,
"teams": [
{
"teamId": 123,
"teamName": "<string>",
"used": 123
}
]
}
],
"available": 123,
"remaining": 123
},
"teams": [
{
"teamId": 123,
"teamName": "<string>",
"subscription": {
"planName": "<string>",
"planType": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"nextBillingDate": "2023-11-07T05:31:56Z"
},
"usage": {
"billingMonthStart": "2023-11-07T05:31:56Z",
"billingMonthEnd": "2023-11-07T05:31:56Z",
"aiSdrContactsIncluded": true,
"computedAt": "2023-11-07T05:31:56Z",
"used": 123,
"daily": [
{
"date": "2023-11-07T05:31:56Z",
"used": 123,
"cumulativeUsed": 123,
"remaining": 123,
"teams": [
{
"teamId": 123,
"teamName": "<string>",
"used": 123
}
]
}
],
"available": 123,
"remaining": 123
}
}
]
}Active Contacts Billing
Active contacts usage in Reply, shaped by billing scope: one shared organization pool, or one entry per team.
Active contacts usage, shaped by billingScope. Exactly one of the two properties carries data: organization
when the scope is organization, teams when it is team. The other is null.
The single pool shared by every team in the organization. Null when billingScope is team.
Show child attributes
Show child attributes
One entry per team you can see, each with its own subscription and pool. Null when billingScope is
organization. Teams without an active owner are left out.
Show child attributes
Show child attributes