cURL
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", "revokedAt": "2023-11-07T05:31:56Z" } }
Buscar una conexión por su ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID de la conexión a buscar.
The response is of type object.
object