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