Hi,
We are trying to make a custom API call for running an Import in Anaplan using a connector that calls the custom API. When we try to look at the URL used for the API call , it starts as
''https://api.anaplan.com/2/0/workspaces/' -> I could conclude that 2/0 here means version 2.0, but this keep running into authentication error or the resource not exist, although we have checked the access multiple times.
When I compared this with python script based API, that start with a different call
''https://api.anaplan.com/1/3/workspaces/' -> This works perfectly, but even if I change it to 2/0 , it runs into same error.
Unfortunately, the connector which we are using doesn't give us an option to change from 2.0 to 1.3 . Can anyone suggest any possible solution to this?
Any help is appreciated.
Thanks and Regards,
Aakash Sachdeva