# Customer Account Customer account management APIs ## CUSTOMER CALL STATISTICS v.1 - [GET /v1/b2b-users/statistics](https://docs.musaffa.us/apis/customer-account/customercallstatisticsv1.md): Get the Request Statistics of your account. ## Response body: | Parameter | Type | Description | | --- | --- | --- | | clientId | string | Client ID | | companyName | string | Company Name | | subscriptionPlan | string | Subscription Plan | | monthlyRequestLimit | number | Monthly request limit | | activeMonthRequestAmount | number | Number of requests made for the active month | | lastRequestDate | dateTime | Last request date | | subscriptionEndDate | dateTime | Subscription end date | | activeMonthStartDate | dateTime | Start date of the active month |