v4

OpenAPI 3.1.02026-08-012402353.8 MB

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. Pass this as the cursor parameter to retrieve the next page of results. If there are no more results, the value will be null.

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"
}