Integration Guides
Create a profile via API
With search & automated decisioning
overview creating a profile using the data source search to select the entity, this approach allows you to leverage data sources to enrich a profile in the platform using search means that sometimes a decision needs to be made on the right entity, for instance if a search returns multiple possible matches it is possible to automate the matching if there are multiple results returned by the search but requires that logic to be completed on the customers systems for this approach we highly recommend that you send the company reference & country as part of the search and no other parameters, this is the best chance of getting a high probability match api flow perform a search retrieve the results and auotmate the matching logic on the clients systems create the profile based on the best match \ config theme redux dark look classic \ sequencediagram participant clientbackend as clients backend participant detectedapis as detected apis note over clientbackend, detectedapis authorisation clientbackend >> detectedapis post /oauth/token detectedapis >> clientbackend auth token note over clientbackend, detectedapis perform search clientbackend >> detectedapis post /search detectedapis >> clientbackend search results note left of clientbackend clients logic to \<br/> determine best match clientbackend >> detectedapis post /profiles (using lookup id & response id)