List Seat balances grouped by Customer and seat type.
Your API credentials. Eg. Basic {credentials}.
Use this header to select an API version
2024-07-30 Exclude customers with no seats usage. Defaults to false.
Filter seat balances by customer alias
Filter seat balances by customer IDs. Max 100 IDs.
OK
Seat balances
[
{
"id": "d82010a6-6835-41f8-9dd3-6f858f617f35",
"sequenceAccountId": "806460ce-050d-45e4-8d22-b403a523b866",
"legalName": "Acme Corp",
"customerAliases": ["acme"],
"total": 10,
"changeTimestamp": "2022-06-28T16:47:00Z",
"balances": [
{
"seatType": "admin",
"total": 10,
"changeTimestamp": "2022-06-28T16:47:00Z"
}
]
}
]Results pagination
{
"after": "MDE4NDUyNjYtNmQ2NC03N2M4LTlhZGYtNDQ4N2Q5NGQxNDU3",
"before": "MDE4NDQyMWUtYTljYy03MTFiLWFmOTMtYmYwNTExZDRkODMz",
"totalResultSize": 10
}