v1

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

Configure program limit

Configure the maximum granted limit allowed for a program within an organization.

Refer to the Program limits guide for more information.

post/v1/global-configs

Request body

level'PROGRAM' required

Configuration level (currently only PROGRAM is supported)

program_idinteger required

Program ID (required when level is PROGRAM, must be positive)

Example request

{
  "level": "PROGRAM",
  "program_id": 123,
  "limits": {
    "max_credit_limit": {
      "value": 1000.5,
      "is_active": true
    }
  }
}

Response

Global configuration created successfully