v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Program limits

Get program limits

Get a configured global limit granted for a program along with its current accumulated limit value.

Refer to the Program limits guide for more information.

get/v1/global-configs

Query parameters

programIdinteger
Example:123

Program ID to retrieve configurations for

Response

Program limits retrieved successfully

level'PROGRAM'

Configuration level

program_idinteger

Program ID

Example response

[
  {
    "level": "PROGRAM",
    "program_id": 1234,
    "limits": {
      "max_credit_limit": {
        "value": 1000.5,
        "is_active": true
      }
    }
  }
]