Checkio API
get/{tenantId}/v1/documents

List documents

Requires Authentication
Documents

Returns all documents belonging to the tenant.

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID

Responses

List of documents

Response Bodyapplication/json
items
array
Document[]
Document
total
integer
- Total number of documents

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/documents' \
  -H 'Authorization: Bearer {token}'