Returns a single profile by id.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}
curl -i -X GET \
https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/9a7ae0c8-f473-4ab6-8dbb-03fc061630cc \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'The risk rating being assigned to the profile
Enum:"notApplicable""veryLow""low""medium""high""veryHigh"
Example:"notApplicable"
The current status of the profile
Enum:"new""approved""declined""pending""cancelled""referred""closed""approvedReviewDue"
Example:"new"
The type of the profile
Enum:"trust""individual""soleTrader""company""plc""partnership""otherEntity"
Example:"trust"
The time the profile was last updated
Example:"2023-07-25T14:50:50.170613Z"
Date when the profile status was last updated
Example:"2023-07-25T09:32:40.428637Z"
Response
{ "id": "fd91185f-c10e-4a42-b0b4-cc367371ebdb", "name": "tej", "riskRating": "notApplicable", "status": "new", "type": "trust", "internalId": null, "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, "modeOfCreation": "import", "importStatus": null, "isLocked": false, "isKycMonitored": false, "correlationId": "81e542c0-f644-4ef8-ba35-5f16c8681420" }