Integration Guides
Extract information from a profile after compliance decision
overview often a downstream system wants to pull in specific information on a profile to populate its own data, for example a crm looking to injest data once a profile has been approved by compliance \ config theme redux dark look classic \ sequencediagram participant clientbackend as clients app participant detectedapis as detected apis note over clientbackend, detectedapis listen for webhook \<br>for when compliance approve profile detectedapis >> clientbackend profile webhook note over clientbackend, detectedapis authorisation clientbackend >> detectedapis post /oauth/token detectedapis >> clientbackend auth token note over clientbackend, detectedapis get core profile data clientbackend >> detectedapis get /profiles/{uuid} note over clientbackend, detectedapis get additional data (if required) clientbackend >> detectedapis get /representatives/ clientbackend >> detectedapis get /profiles/{uuid}/forms clientbackend >> detectedapis get /profiles/{uuid}/analysis clientbackend >> detectedapis get /documents clientbackend >> detectedapis etc (see api docs for more)