---
title: "List account accumulators"
method: GET
path: "/v1/accounts/{accountId}/accumulators"
tags: ["Accumulators"]
---

# List account accumulators

`GET /v1/accounts/{accountId}/accumulators`

List account accumulators. 

*NOTE*: This endpoint requires an account-specific access token.

## Path parameters

- `accountId` integer, required

## Headers

- `x-tenant` string, required
- `x-cid` string

## Response `200`

OK

- AccumulatorsResponse
  - `items` Accumulator[]
    - `identifier` string — Client-assigned accumulator configuration identifier for client tracking purposes. This identifier is used to <a href="https://developers.pismo.io/pismo-docs/reference/postmodel" target="_blank">create an accumulator fee model</a>.
    - `accumulated_amount` number, float — Current accumulator amount
    - `accumulated_quantity` number — Current accumulator quantity

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
