GET
/
gc
/
token
/
verify
curl --request GET \
  --url https://sandbox.cashfree.com/gc/token/verify \
  --header 'Authorization: <authorization>'
{
  "accountId": 23794572,
  "expiry": 1697611626,
  "agentId": 23794572,
  "channel": "",
  "enableApi": false
}

Headers

Authorization
string
required

Bearer auth token

Response

200
application/json

Successfully verified token

The response is of type object.