GET/v1/ai/agent/suggestions

Get agent suggestions

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Responses

businessUnitsarray of objectBusinessUnitSuggestionDtonullable
idstringnullable
namestringnullable
coreContactFieldsarray of objectCoreContactFieldSuggestionDtonullable
businessUnitstringnullable
idstringnullable
labelstringnullable
namestringnullable
statusstringnullable
typestringnullable
corePreferencesarray of objectCorePreferenceSuggestionDtonullable
businessUnitstringnullable
idstringnullable
labelstringnullable
namestringnullable
statusstringnullable
typestringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/ai/agent/suggestions' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'