Return Profile By Profile Id

Returns a single profile by id.

SecuritybearerToken
Request
path Parameters
profileId
required
string

Id of a profile.

Example: 9a7ae0c8-f473-4ab6-8dbb-03fc061630cc
Responses
200
400
401
403
404

404 response

get/compliance/kyc-protect/profiles/{profileId}
Request samples
Response samples
application/json
{
  • "id": "fd91185f-c10e-4a42-b0b4-cc367371ebdb",
  • "name": "tej",
  • "riskRating": "notApplicable",
  • "status": "new",
  • "type": "trust",
  • "internalId": null,
  • "customerId": 103077765,
  • "assignedToId": 101562008,
  • "assignedTo": "Amol",
  • "safeNumber": null,
  • "formationDate": null,
  • "createdAt": "2023-07-25T09:32:40.428637Z",
  • "createdById": 101562008,
  • "createdBy": "Amol",
  • "modifiedAt": "2023-07-25T14:50:50.170613Z",
  • "modifiedById": 101562008,
  • "modifiedBy": "Amol",
  • "kycApprovedAt": null,
  • "kycReviewOn": null,
  • "kycStatusUpdatedOn": "2023-07-25T09:32:40.428637Z",
  • "kycComments": null,
  • "noteCount": 0,
  • "attachmentCount": 0,
  • "keyPartyCount": 0,
  • "uboCount": 0,
  • "openAlertCount": 0
}