Hi ,
I am encountering the following error:
{ "status":
{ "code": 404,
"message": "Not Found"
},
"path": "/2/0/workspaces/<workspace ID>/models/<Model ID>/exports",
"timestamp": "2025-05-26T16:09:29.716228003Z"
}
Using CURL:
curl -X GET "https://api.anaplan.com/2/0/workspaces/<workspace id>/models/<model id>/exports" ^
-H "Authorization: Bearer <Access token from OAuth 2.0>" ^
-H "Content-Type: application/json"
It seems authentication is successful, but there is a path error for exports. The API works fine for retrieving Workspaces and Models, but there is an issue when trying to get the list of exports.
For reference, the same error occurs in Postman, but there are no issues when using Anaplan API 1.3 with basic authentication.
Thanks,
Esa.