How to get Portal ID
How to get Portal ID
I generated the token using the following URL in browser
"
https://accounts.zoho.com/apiauthtoken/create?SCOPE=ZohoProjects/projectsapi,ZohoPC/docsapi"
Now I call the
https://projectsapi.zoho.com/restapi/portals?authtoken=
{my_generated_token} API but get the following response.
Am I missing something in the scope while generating the token here?
{
"error": {
"code": 6891,
"message": "Given URL is wrong"
}
}