Generate Authentication Token
POST
/oauth/token
Make sure your credentials are properly encoded and transmitted securely
Encryption and decryption are not required when using the Get Authentication API
Request
Header Params
Content-Type
stringÂ
required
Example:
application/x-www-form-urlencoded
Authorization
stringÂ
required
Example:
Basic ZW5rYXNoLWNsaWVudDplbmthc2gtc2VjcmV0
Body Params application/x-www-form-urlencoded
username
stringÂ
required
Example:
saquib.n+ins@enkash.com
password
stringÂ
required
Example:
Password@123
grant_type
stringÂ
required
Default:
password
Example:
password
clientId
stringÂ
required
Example:
CEKFOWV7UQ
Request samples
Responses
Modified at 2025-07-08 18:45:15