---
title: "Get Customer Activities Count"
method: GET
path: "/api/v4.0/integrations/customers/{customerId}/activities/count"
---

# Get Customer Activities Count

`GET /api/v4.0/integrations/customers/{customerId}/activities/count`

This API retrieves the total count of customer activities within Gameball, identified by customerId. It allows for filtering by specific activity types, such as TierUpgraded, CampaignRewarded, ReferralBonusReward, and PaymentReward, providing the number of activities matching the specified criteria without returning detailed activity logs.

## Path parameters

- `customerId` string, required

## Query parameters

- `activityType` 'TierUpgraded' | 'TierDowngraded' | 'TierMigration' | 'CampaignRewarded' | 'SuccessfulAction' | 'Referral' | 'Referred' | 'ReferralBonusReward' | 'PaymentReward' | 'Refund' | 'Redemption' | 'Cancel' | 'Expiry' | 'Migration' | 'Lifetime' | 'Automation'

## Response `200`

Customer activities count retrieved successfully

- CustomerActivitiesCountResponse
  - `count` number — The total number of activities available in Gameball system.

---

[API](https://skmtc.net/gameballers/apis/gameball-api.md) · [All operations](https://skmtc.net/gameballers/apis/gameball-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameballers/gameball-api/revisions/2e4a8bfe2291/schema)
