Connect API Catalog///
- API Documentation
Creditsafe Connect
- 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
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 Linked To...
Returns hits of all searches linked to the profile and key parties.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/amlAlerts
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/amlAlerts
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/amlAlerts?page=1&pageSize=0&hitDecisions=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "totalSize": 0, "items": [ { … } ] }