v1

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

List accumulator configurations

Get config accumulators

get/v1/accumulator-configs

Query parameters

programIdstring
Example:2265

Pismo program ID

accountIdinteger required

ID of the account to which the authorization configuration being fetched should be applied. You can skip this parameter if the programId parameter is present in the query.

Headers

x-tenantstring required

Pismo organization/tenant ID

x-cidstring

Request correlation ID used for tracking on Pismo platform.

Response

OK

Example response

{
  "items": [
    {
      "id": "3e6b3f44-1d1a-413c-8243-644618f53037",
      "level": {
        "id": "9bb95e15-c0e6-4c84-b644-350c76a83358",
        "index": 2
      },
      "account_id": 8675309,
      "identifier": "total_cashout_config",
      "conditions": {
        "processing_code": {
          "include": [
            "00",
            "01"
          ],
          "exclude": [
            "99",
            "90"
          ]
        }
      },
      "increase_type": "principal_amount",
      "reset_strategy": {
        "reset_trigger": {
          "authentication_method": [
            "password",
            "sms",
            "email"
          ]
        }
      }
    }
  ]
}