Employee Documents
Get Document
Retrieve metadata for a single employee document by its ID.
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.
Path Parameters
The unique numeric ID of the document to retrieve.
Response
Authorizations
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 retrieve.
Response
200 - application/json
The requested document's metadata.

