cURL
curl --request GET \ --url https://sandbox.cashfree.com/gc/token/verify \ --header 'Authorization: <authorization>'
{ "accountId": 23794572, "expiry": 1697611626, "agentId": 23794572, "channel": "", "enableApi": false }
Verify the authentication token generated by the user.
Bearer auth token
Successfully verified token
The response is of type object.
object
Was this page helpful?