Skip to main content
GET
/
gc
/
token
/
verify
Verify Token
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

Successfully verified token

accountId
integer
Example:

23794572

expiry
integer
Example:

1697611626

agentId
integer
Example:

23794572

channel
string
Example:

""

enableApi
boolean
Example:

false