Access Token
1min
This api returns access token that can be used in some of our API endpoints.
Important: Only call this API from server side where the api-secret is well protected.
Get access token using api secret and client id
GET
Request Params
Header Parameters
api-secret
required
String
Access token received from Access token API. You can reuse the access token across multiple API calls till it is expired.
client-id
required
String
Client Id
Updated 07 Aug 2024
Did this page help you?