Bank Connections

List the user's bank connections

Returns the authenticated user's bank connections and their status (pending until the user completes consent, then active), along with the accounts discovered on the last fetch.

get/bank/connections

Response

The user's bank connections

{"stackTrail":"components:schemas:SuccessEnvelope:properties:data","oasType":"schema","type":"unknown"}
successtrue required

Example response

{
  "data": {},
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.