Filtering checks

Below is a list of attributes available for filtering checks.

AttributeType

clientId

string

type

string

status

string

documentId

string

addressId

string

livePhotoId

string

liveVideoId

string

result.outcome

string

Example - Get all checks for one type

In the example below, we will request to get all checks that are of type document_check.

curl -X GET https://api.complycube.com/v1/checks?type=document_check \
     -H 'Authorization: <YOUR_API_KEY>'

Last updated