v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBProgram 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
Example request
{
"level": "PROGRAM",
"program_id": 123,
"limits": {
"max_credit_limit": {
"value": 1000.5,
"is_active": true
}
}
}Response
Global configuration created successfully