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", "institution": { "id": "<string>", "name": "<string>" }, "createdAt": "2023-11-07T05:31:56Z", "revokedAt": "2023-11-07T05:31:56Z" } ] }
Listar conexiones segun el acceso actual (Scoped Token)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes