Hi guys
Is anyone having issues with retrieving lists end point via api ?
I am getting below error
https://api.anaplan.com/2/0/workspaces/myworkspaceid/models/mymodelid/lists
{'Authorization': 'AnaplanAuthToken mytokenvalue', 'Accept': 'application/json'}
{
"status": {
"code": 404,
"message": "Not Found"
},
"path": "/2/0/workspaces/myworkspaceid/models/mymodelid/lists",
"timestamp": "2021-07-13T08:32:30.477100Z"
I have checked following
- workspace id is correct
- model id is correct
- auth token works ( i have made calls using same token to get list of workspaces and models)
one thing i noticed that on api document retreive request url is HTTP instead of HTTPS . have tried that as well doesnt work

any idea ?