Connect API Catalog/Creditsafe Connect//
Profile Business / Individual Details
Creditsafe Connect
Introduction
Authentication
User Administration
Instance Management
Decision Trees
Decision Logs
Run Decision
Decision Outcome
Country Risk
Company Search
Person Search
Search And Report Schemas/Criteria
Companies
People/Directors
GB Consumers and AML
Images
Fresh Investigations
Create and View All Jobs
Individual Job Management
User Details
Create and View All Portfolios
Importing Portfolios
User Management of Portfolios
Individual Portfolio Management
Event Rules and Notifications
Administrator Resources
AML Bulk Screening
AML Monitoring Management
AML Screening - Businesses
AML Screening - Individuals
AML Screening - Profile Management
Async AML
Audit
Batch Uploads
Compliance Alerts
Global Monitoring
Profile Key Parties
Profile Management
Profile Updates
Reporting
Searches
GB Bank Match
GB Bank Verification
GB Land Registry
GB Finance Agreements
FR Bank Match
DE NonLtd Companies
NL KVK Extract
US Search Support
Verify
Audit (Legacy)
IDV (Legacy)
European Consumers
US Consumers
Fetches details of a profile by profile Id.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/details
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/details
curl -i -X GET \
https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/9a7ae0c8-f473-4ab6-8dbb-03fc061630cc/details \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Profile details last updated time
Example:"2023-08-08T07:16:27.734212Z"
Response
{ "profileId": "2770ac31-8d12-4f69-8f93-326e93cd8c34", "legalName": "string", "tradingName": "string", "aliases": [ "string" ], "activity": "string", "description": "string", "contactName": "string", "email": "string", "website": "string", "telephone": "string", "turnover": { "currencyCode": "eur", "amount": 0 }, "assetsUnderManagement": { "currencyCode": "eur", "amount": 0 }, "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" }