GET/v1/4bridge/connections/{id}

Get 4bridge connections

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

idstringrequired

Responses

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/00000000-0000-0000-0000-000000000000' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'