To generate an authentication token, you need to send a POST request to our OAuth endpoint. This request will authenticate your credentials and return an access token, which you can use to authorize subsequent API requests. Ensure that your credentials are properly encoded and secure during this process.
Note: Encryption and Decrytion is not needed in Get Authentication Api
Request
Header Params
Content-Type
string
required
Example:
application/x-www-form-urlencoded
Authorization
string
required
Basic Authorization token generated using Base64 encoding {clientId}:{clientSecret}