Greenshades API v1.0.20241220

📘

Overview

This release of the Greenshades API documentation includes new endpoints:

  • GET for retrieving summary information of all pay records for a given employee
  • GET for retrieving a pre-signed reference link to get a pay record, given an pay record ID returned from the above endpoint
  • GET for retrieving a pay document using a pre-signed identifier, where the signature acts as authorization for the request

Pay Record Servicing via Pre-Signed Link

Pay records may now be serviced directly to users without authentication. This is enabled by first requesting a link with a pre-signed identifier.

Signed links may be used only one time each. When a new signature is generated for a pay record, old signature values may no longer be used. Signatures have a valid lifetime of 5 minutes.

API References