get https://api.fondy.io/clientapi/api////onboarding/compliance/profile/
Get Profile
Making a get compliance profile the following is returned (it is assumed that this has gone through the compliance flow and te person/organisation is compliant)
{
"id": "43971e26-61b1-420b-9add-c510d44a354f",
"external_id": "ExampleRefId_43971e26-61b1-420b-9add-c510d44a354f",
"external_url_validation": "string",
"client_ref": "43971e26-61b1-420b-9add-c510d44a354f",
"profile_type": "SOLETRADER",
"full_name": "string",
"email": "string",
"telephone": "string",
"status": "ACTIVE",
"created_date": "2020-01-22T13:15:30Z",
"linked_identities": [
"43971e26-61b1-420b-9add-c510d44a354f"
]
}
It should be noted that undertaking a "get identity by ID" call using 43971e26-61b1-420b-9add-c510d44a354f will return the Identity from the Compliance processing.