Checkio API
get/{tenantId}/v1/document-sets

List document sets

Requires Authentication
Document Sets

Returns all document sets belonging to the tenant.

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID

Responses

List of document sets

Response Bodyapplication/json
items
array
DocumentSet[]
DocumentSet
total
integer
- Total number of document sets

Code Examples

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