POST
/
payout
/
v1
/
verifyToken
Verify
curl --request POST \
  --url https://payout-api.cashfree.com/payout/v1/verifyToken \
  --header 'Authorization: <authorization>'
"{\n  \"status\":\"SUCCESS\", \n  \"message\":\"Token is valid\", \n  \"subCode\":\"200\"\n}"

Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

Headers

Authorization
string
required

Bearer token to be verified

Response

200
application/json

200

The response is of type object.