GET/v1/4bridge/connections/{id}/objects/{objectName}/fields

Get objects fields

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

idstringrequired
objectNamestringrequired

Responses

namestringnullable
labelstringnullable
typestringnullable
isRequiredboolean
isReadOnlyboolean
descriptionstringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/4bridge/connections/00000000-0000-0000-0000-000000000000/objects/Example%20name/fields' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'