Employee Documents
Download Document
Download the binary PDF file for an employee document.
GET
Streams the raw binary PDF for the requested document. Before calling this endpoint, use Get Document to confirm
downloadable: true — documents where this flag is false cannot be downloaded.
Path Parameters
The unique numeric ID of the document to download.
Response
200 OK — application/pdf
The raw PDF file binary. There is no JSON wrapper — the response body is the file itself. Save to disk or stream directly to the user.Response header:
Content-Type: application/pdfAuthorizations
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
The unique numeric ID of the document to download.
Response
200 - application/pdf
Raw binary PDF file.
The file binary. Save to disk or pipe directly to the user.

