v4
OpenAPI 3.1.02026-08-012402353.8 MBList Programs
get/programs
Query parameters
cursorstring
Return the page of entries after this one.
limitinteger
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
Response
Program List
Example response
{
"data": [
{
"bank": "first_internet_bank",
"billing_account_id": null,
"created_at": "2020-01-31T23:59:59Z",
"default_digital_card_profile_id": null,
"id": "program_i2v2os4mwza1oetokh9i",
"interest_rate": "0.01",
"lending": null,
"name": "Commercial Banking",
"type": "program",
"updated_at": "2020-01-31T23:59:59Z"
}
],
"next_cursor": "v57w5d"
}