curl --request POST \ --url https://payout-api.cashfree.com/payout/v1/verifyToken \ --header 'Authorization: <authorization>'
Copy
Ask AI
{ "status": "SUCCESS", "message": "Token is valid", "subCode": "200"}
Verify
Verify the bearer token generated. If the token does not exist, is invalid, or has expired, the response “Token is not valid” is returned. Regenerate token in case of token expiry for making API calls ( use /payout/v1/authorize for this).
POST
/
payout
/
v1
/
verifyToken
Verify
Copy
Ask AI
curl --request POST \ --url https://payout-api.cashfree.com/payout/v1/verifyToken \ --header 'Authorization: <authorization>'
Copy
Ask AI
{ "status": "SUCCESS", "message": "Token is valid", "subCode": "200"}