Skip to content

Return List Of AML Searches On The Given Profile

Request

Returns a list of searches both business and individual associated to the profile for the profile Id.

Security
bearerToken
Path
profileIdstring, (uuid)required

id of the profile

Query
pageinteger

Starting page number.

Default:1
pageSizeinteger

Specifies the number of items to be displayed per page. Allowed values are between 1 and 100.

isScheduledboolean
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>'

Responses

Success

Bodyapplication/json
totalSizeinteger, (int32)
itemsArray of objects(KycProtectGetSearchResponse)
Response
{ "totalSize": 0, "items": [ {} ] }