Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return Schedule By ProfileId And ScheduleId
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 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 Schedule By Profil...
Returns a schedule by profileId and scheduleId.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/schedules/{scheduleId}
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/schedules/{scheduleId}
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/schedules/{scheduleId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
Indicates whether the schedule requires an email to be sent when the search is run
The email recipients that the email should be sent to when the search is run
The pep tiers used in the search criteria, i.e. pepTier1, pepTier2, pepTier3
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9", "isEmailRequired": true, "emailRecipients": [ "string" ], "createdById": 0, "createdAt": "2019-08-24T14:15:22Z", "createdBy": "string", "modifiedById": 0, "modifiedAt": "2019-08-24T14:15:22Z", "modifiedBy": "string", "type": "string", "name": {}, "firstName": {}, "middleName": {}, "lastName": {}, "gender": {}, "dateOfBirth": {}, "countries": [ "string" ], "threshold": 0, "datasets": [ "string" ], "sanctionBodies": [ 0 ], "pepTiers": [ "string" ], "correlationId": "string" }