# Return Profile Details Fetches details of a profile by profile Id. Endpoint: GET /compliance/kyc-protect/profiles/{profileId}/details Version: 1.10.9 Security: bearerToken ## Path parameters: - `profileId` (string, required) Id of a profile. Example: "9a7ae0c8-f473-4ab6-8dbb-03fc061630cc" ## Response 200 fields (application/json): - `profileId` (string) Id of the profile Example: "2770ac31-8d12-4f69-8f93-326e93cd8c34" - `legalName` (string) Name of the business/individual Example: "string" - `tradingName` (string) Trading name of the entity Example: "string" - `aliases` (array) Alias names given for the entity Example: ["string"] - `activity` (string) Activity of the business e.g., NAICS/SIC codes Example: "string" - `description` (string) Description of the entity Example: "string" - `contactName` (string) Contact person name Example: "string" - `email` (string) Contact email address Example: "string" - `website` (string) Entity website address Example: "string" - `telephone` (string) Contact telephone number Example: "string" - `turnover` (object) Example: {"currencyCode":"eur","amount":0} - `turnover.currencyCode` (string) The Currency code the amount is in Example: "eur" - `turnover.amount` (number) The currency code associated with this amount should be provided - `assetsUnderManagement` (object) Example: {"currencyCode":"eur","amount":0} - `dateOfBirth` (string) Date of birth of the individual Example: "2024-02-27" - `countryCode` (string) Two-letter country code ISO-3166-2 Example: "string" - `vatNo` (string) Tax Identification Number of the business Example: "string" - `isListedOnExchange` (boolean) Details of company listed on exchange Example: true - `exchangeName` (string) Gets the name of the exchange. Example: "string" - `organizationNumber` (string) Gets the organisation number. Example: "string" - `internalContact` (string) Gets the internal contact. Example: "string" - `internalEmail` (string) Gets the internal email. Example: "string" - `internationalScore` (string) Gets the international score. - `createdAt` (string) Profile details created time Example: "2023-08-07T07:12:43.331308Z" - `createdById` (integer) Id of the user who created profile Example: 101562008 - `createdBy` (string) Name of the user who created profile Example: "Amol" - `modifiedAt` (string) Profile details last updated time Example: "2023-08-08T07:16:27.734212Z" - `modifiedById` (integer) Id of the user who last modified the profile Example: 101562008 - `modifiedBy` (string) Name of the user who last modified the profile Example: "Amol" - `noteCount` (integer) Count of notes associated with profile details - `attachmentCount` (integer) Count of attachment associated with profile details Example: 2 ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected