I'm trying to retrieve the available engines with the following request:
curl
-H "Authorization: Bearer my_fresh_token"
https://developer.api.autodesk.com/inventor.io/us-east/v2/Engines
and I got: { "developerMessage":"The requested resource does not exist.","userMessage":"","errorCode":"ERR-002","more info":"
http://developer.api.autodesk.com/documentation/v1/errors/err-002
"}
Requesting for Autocad engines everything goes well: autocad.io/us-east/v2/Engines
Am I using a wrong URL?