How to get Portal ID

How to get Portal ID

I generated the token using the following URL in browser 
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"
    }
}