GET/v1/4bridge/connector-metadata/{connectionId}/objects/{objectName}/fields

Get objects fields

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

connectionIdstringrequired
objectNamestringrequired

Responses

connection_idstringnullable
object_namestringnullable
fieldsarray of objectFieldMetadataDtonullable
namestringnullable
labelstringnullable
typestringnullable
requiredboolean
picklist_valuesarray of stringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/4bridge/connector-metadata/00000000-0000-0000-0000-000000000000/objects/Example%20name/fields' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'