我想检索zoho邮件收件箱中的邮件。 我使用了api
https:// accounts.zoho.in/oauth/v2/auth ? scope=scope&client_id=client_id&response_type=code&access_type=offline or online&redirect_uri=redirect_uri
现在在Api中使用CODE
https://accounts.zoho.in/oauth/v2/token
? code=1000.*****f160
&grant_type=authorization_code
&client_id=1000.R2Z0W*****Q5EN
&client_secret=39c****921b
&redirect_uri=https://zylkerapps.com/oauth2callback
&scope=ZohoMail.folders.READ
, 我有访问令牌。
现在,使用Api
GET
HOST: https://accounts.zoho.in/
Header:
Authorization= Zoho-oauthtoken access token
, 得了
在文档中写道,使用api http://mail.zoho.in/api/accounts给出account_id。
我在API中使用了Access_Token http://mail.zoho.in/api/accounts 作为标头和参数也可以。但是它给出了无效的输入错误。
那么有人可以帮助我解决此错误以及如何检索account_id和ZOHO收件箱邮件吗?
答案 0 :(得分:0)