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

Headers

Authorization
string
required

Bearer token to be verified

Response

200
application/json

200

The response is of type object.