{
"meta": {
"page": {
"currentPage": 1,
"from": 1,
"lastPage": 1,
"perPage": 1,
"to": 1,
"total": 1
}
},
"jsonapi": {
"version": "1.0"
},
"links": {
"first": "text",
"last": "text",
"next": "text"
},
"data": [
{
"type": "accounts",
"id": "2002",
"attributes": {
"primaryKey": "a443322",
"name": "Some Company AB",
"orgNumber": "554433-3344",
"crmId": "hs321",
"erpId": "fn432",
"country": "Sweden",
"parentAccountId": 1,
"createdAt": "2025-04-26T09:30:59.148Z",
"updatedAt": "2025-04-26T09:30:59.148Z",
"isGroup": true,
"belongsToGroup": true,
"isArchived": true,
"stats": {
"mrr_committed_fees": [
100.5,
200.3,
300.2
],
"mrr_usage_fees": [
0,
0,
0
],
"mrr_one_time_fees": [
0,
0,
200
],
"billings_committed_fees": [
0,
0,
601
],
"billings_usage_fees": [
0,
0,
0
],
"billings_one_time_fees": [
0,
0,
200
]
}
},
"relationships": {
"subscriptions": "text",
"invoices": "text"
},
"links": {
"self": "text"
}
}
]
}