Skip to main content
GET
Get documents by ID with a signed URL

Authorizations

Authorization
string
header
required

Machine-to-machine clients use the OAuth 2.0 client credentials grant. Each tenant has its own authorization server: in the token URL below, replace tenant with your tenant identifier.

Headers

tenant
string
required

Your tenant identifier. Requests without it are rejected.

Query Parameters

ids
string[]
required

the document ids to retrieve

includeDeleted
boolean

include deleted documents

forceDownload
boolean

force download disposition for signed URLs (attachment instead of inline)

Response

200 - application/json
documents
object[]
required

the documents retrieved