Skip to main content
GET
/
connections
List Connections
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Scoped-Token
string
required

Response

connections
object[]
required