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