GET
/
connections
/
{connectionId}
curl --request GET \
  --url https://api.bridge.com.do/connections/{connectionId} \
  --header 'Authorization: Bearer <token>'
{
  "connection": {
    "id": "con_h317CKvZipyH9c84",
    "institutionId": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

connectionId
string
required

ID de la conexión a buscar.

Response

200
application/json
connection
object
required