cURL
curl --request GET \ --url https://api.bridge.com.do/connections \ --header 'Authorization: Bearer <token>' \ --header 'X-Scoped-Token: <x-scoped-token>'
{ "connections": [ { "id": "con_h317CKvZipyH9c84", "institutionId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "revokedAt": "2023-11-07T05:31:56Z" } ] }
List all connections for the end user (derived from scoped token).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes