{"error":"invalid_code"} resonse while requesting outh utl
{"error":"invalid_code"} resonse while requesting outh utl
curl --location --request POST '
https://accounts.zoho.in/oauth/v2/token?code=1000.d1f8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxbd9&client_id=1000.HNOLxxxxxxxxxxxxxxxxx8IU&client_secret=81xxxxxxxxxxxxxxxxxxxxxxxxxxxxx37e&redirect_uri=http://localhost:61267/&grant_type=authorization_code'
\
Hey, i calling the above url in post method for server based application . i am using the homepage as
http://localhost:61267
and redirect url as
http://localhost:61267
/.
The response is always 200 , {"error":"invalid_code"}
Please help