v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Accumulators

List account accumulators

List account accumulators.

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

get/v1/accounts/{accountId}/accumulators

Path parameters

accountIdinteger required
Example:6912345

Account ID

Headers

x-tenantstring required

Pismo organization/tenant ID

x-cidstring

Request correlation ID used for tracking on Pismo platform.

Response

OK

Example response

{
  "items": [
    {
      "identifier": "total_cashout_config",
      "accumulated_amount": 1490.9,
      "accumulated_quantity": 190
    }
  ]
}