Skip to content

Return A List Of Requested Uploads

Request

Returns a list of uploads that have been requested.

Security
bearerToken
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.

statusesArray of strings

The statuses list to filter by. It can be the collection of submitted, validating, rejected, validated, insufficientCredits, queued, inProgress, processed, completed, partiallyCompleted, failed.

uploadedByIdinteger, (int32)

The id of the uploaded user to filter by.

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/batchUploads?page=1&pageSize=0&statuses=string&uploadedById=0' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

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