Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return All Hits Of Searches Linked To A Profile
Return All Hits Linked To The Profile
Return All Schedules By ProfileId And Modified Date
Return Schedule By ProfileId And ScheduleId
Return List Of AML Searches On The Given Profile
Delete AML searches linked to a profile
Add AML Searches To The Given Profile
Alert Metrics
Return All Hits Of Search...
Return hits of the searches linked to a profile.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/hits
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/hits
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/hits?hitDecisions=string&page=1&pageSize=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "items": [ { … } ], "totalSize": 0 }