Hi,
I am trying to call Anaplan API via postman.
I tried Authenicate with https://auth.anaplan.com/token/authenticate and generated token
Then i tried calling imports pasting the token through the url
https://api.anaplan.com/1/0/workspaces/[workspace id]/models/[model id]/imports and its retrieving the data.
But i am not able to get using version 2 with url
https://api.anaplan.com/2/0/workspaces/[workspace id]/models/[model id]/imports.
Getting the list of processes is not getting through both 1 and 2 as well.
Can anyone please help. Is there any difference in authenticating for v2 and v1?