Filtering documents

Below is a list of attributes available for filtering documents.

AttributeType

type

string

classification

string

issuingCountry

string

Example - Get all documents for one type

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

curl -X GET https://api.complycube.com/v1/documents?clientId={:clientId}&type=passport \
     -H 'Authorization: <YOUR_API_KEY>'

Last updated