Retrieve a Program
get/programs/{program_id}
Path parameters
program_idstring required
The identifier of the Program to retrieve.
Response
Program
Example response
{
"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"
}