Skip to main content
GET
Returns metadata for one document — its name, file type, and whether it can be downloaded. This endpoint does not return the file binary. To download the actual PDF, use Download Document after confirming downloadable: true.
Always check downloadable before calling the download endpoint. Attempting to download a document with downloadable: false will return an error.

Path Parameters

integer
required
The unique numeric ID of the document to retrieve.

Response

object
required

Authorizations

Authorization
string
header
required

HTTP Basic Auth using your API key credentials. Use the username and password issued from the Developer Portal. Encode them as Base64(username:password) and pass in the Authorization: Basic <token> header.

Path Parameters

id
integer
required

The unique numeric ID of the document to retrieve.

Response

200 - application/json

The requested document's metadata.

data
object