For making a Authenticated API call, get the API Credentials from Dashboard and use them in the following example snippet.
All Authenticated APIs require a body object with url and timeStamp_nonce as mandatory keys along with the required params of the API being called. Create a signature using the payload and api secret and pass it along with the payload in headers.