Return Profile Details

Fetches details of a profile by profile Id.

SecuritybearerToken
Request
path Parameters
profileId
required
string

Id of a profile.

Example: 9a7ae0c8-f473-4ab6-8dbb-03fc061630cc
Responses
200
400
401
403
404
get/compliance/kyc-protect/profiles/{profileId}/details
Request samples
Response samples
application/json
{
  • "profileId": "2770ac31-8d12-4f69-8f93-326e93cd8c34",
  • "legalName": "string",
  • "tradingName": "string",
  • "aliases": [
    ],
  • "activity": "string",
  • "description": "string",
  • "contactName": "string",
  • "email": "string",
  • "website": "string",
  • "telephone": "string",
  • "turnover": {
    },
  • "assetsUnderManagement": {
    },
  • "dateOfBirth": "2024-02-27",
  • "countryCode": "string",
  • "vatNo": "string",
  • "isListedOnExchange": true,
  • "exchangeName": "string",
  • "organizationNumber": "string",
  • "internalContact": "string",
  • "internalEmail": "string",
  • "createdAt": "2023-08-07T07:12:43.331308Z",
  • "createdById": 101562008,
  • "createdBy": "Amol",
  • "modifiedAt": "2023-08-08T07:16:27.734212Z",
  • "modifiedById": 101562008,
  • "modifiedBy": "Amol",
  • "noteCount": 0,
  • "attachmentCount": 2,
  • "correlationId": "70fd7603-1f75-4de6-8e38-a3c79ac24947"
}