---
title: "Get the credential's count of associated account, statement and meter resources"
method: GET
path: "/plug/credentials/{credentialId}/counts"
tags: ["Credentials"]
---

# Get the credential's count of associated account, statement and meter resources

`GET /plug/credentials/{credentialId}/counts`

This endpoint returns the count of Accounts, Meters and Statements that was obtained by a specific credential.

This endpoint supports [Sandbox Mode](https://docs.arcadia.com/docs/sandbox-testing).

## Path parameters

- `credentialId` string, required

## Headers

- `Arcadia-Version` string, required

## Response `200`

OK

- PublicAssociatedEntitiesCountResource
  - `accountCount` integer, required — The number of accounts.
  - `meterCount` integer, required — The total number of meters associated with the account.
  - `statementCount` integer, required — The total number of statements.

---

[API](https://skmtc.net/arcadia/apis/plug-api.md) · [All operations](https://skmtc.net/arcadia/apis/plug-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arcadia/plug-api/versions/d00587742116/schema)
