post https://api.sandbox.co.in/authenticate
Pass your API Key and API Secret to generate a JWT access token which is required to use Sandbox APIs.
The access token has a validity of 24 hours. You can get a new token anytime using the Authenticate API. Read in detail about Authentication here.
The access token is you generate is NOT a bearer token. Pass it in
authorization
header withoutBearer
keyword.