Call Back Token API
Developing
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Body Params application/x-www-form-urlencoded
Request Code Samples
curl --location --request POST 'https://ekpayout-uat.enkash.in/oauth/token' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Cookie: _cfuvid=f5yil.adja6WY54i74vh4ra.7UO0u2fMcW3Sd7nDXbM-1737528925925-0.0.1.1-604800000; JSESSIONID=3811B357B64F1FB6E0C97811B55F13AA; _cfuvid=w0XP61XaIRNwrQKB6k8gpRdZPaCGnEwn8Gh8Lq9YcLs-1752583721627-0.0.1.1-604800000' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'username=7990451417' \
--data-urlencode 'password=Test@1234567' \
--data-urlencode 'grant_type=password' \
--data-urlencode 'clientId=CEK5SRL39C'
Responses
application/json Modified at 2025-09-27 18:42:26