External Authentication
Each API external request has to be authenticated and authorized by the key that will be provided to the partner by Saladin.
To connect to the API, simply add 3 parameters below to the header of any API
X-Sld-Timestamp
Request call time, in seconds
X-Sld-ClientKey
Client Key is issued to 3rd Party
X-Sld-Signature (param)
The signature is generated based on the request body
How to generate the signature
The Pseudocode to generate a "signature" is as follows
POST request
GET request
Notes:
Var "path" used to generate a signature does not include the base URL.
Last updated