v1

latestOpenAPI 3.1.02026-07-241910582.8 KB

List Connections

get/connections

Query parameters

vendor_customer_idstring

An identifier assigned by the vendor to your organization.

entitystring

A string code representing the vendor (i.e. bank).

after_cursorstring
per_pageinteger

Response

200

idstring
objectstring
live_modeboolean
vendor_idstring
vendor_namestring
{"stackTrail":"paths:/connections:get:responses:200:content:application/json:schema:items:properties:vendor_customer_id","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/connections:get:responses:200:content:application/json:schema:items:properties:discarded_at","oasType":"schema","type":"unknown"}
created_atstring
updated_atstring

Example response

[
  {
    "id": "dac94e63-9f4a-46b9-ba6b-412acfbf4cc1",
    "object": "connection",
    "vendor_id": "example1",
    "vendor_name": "Gringotts Wizarding Bank",
    "created_at": "2018-07-24T23:43:49Z",
    "updated_at": "2018-07-24T23:43:49Z"
  }
]