List 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

next_cursorstring nullable required

A pointer to a place in the 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"
}

Changes