GET/v1/4bridge/connections

Get 4bridge connections

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Responses

array of objectConnectionResponse
idstringnullable
namestringnullable
connectorTypestringnullable
authTypestringnullable
descriptionstringnullable
statusstringnullable
statusMessagestringnullable
lastTestedAtstring (date-time)nullable
businessUnitstringnullable
tagsarray of stringnullable
isSystemManagedboolean
configobjectnullable
{key}free-form JSONnullable

Any JSON value. Not validated against a schema.

secretsobjectnullable
{key}stringnullable
secretFieldNamesarray of stringnullable
createdBystringnullable
updatedBystringnullable
createdAtstring (date-time)
updatedAtstring (date-time)
curl --request GET \
  --url 'https://api.4comply.io/v1/4bridge/connections' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'