You can use Postman to test Lingk API calls before embedding them into Lingk recipes or into your application.
Example configuration of an HTTP POST to the Lingk Event REST API
In an environment, create the following variables:
client-key
client-secret
The values for client-key and client-secret from your Lingk Workspace's "Overview" > "Settings" tab.
The Pre-request Script for Lingk Auth
Troubleshooting
When the API response is an HTTP 410 "Clock skew outside of acceptable bounds", you may be behind a proxy server which filters the "Date" header. Therefore add an "x-aux-date" header and apply the same date header variable.