Deploy API :Start Environment

-2
Hi,  I need to start a application using Deploy Start Environment api  Even after passing all these request i am getting  “  "error": {         "code": 400,         "message": "Error parsing JSON. next on empty iterator Error parsing JSON. next on empty iterator" ” URL: https://deploy.mendix.com/api/1/apps/<AppId>/environments/<Mode>/start Content-Type: application/json Mendix-Username Mendix-ApiKey Thanks in advance, Adarsh S.
asked
1 answers
1

A 400 error code means you’ve not supplied a valid AppId in the URL.
https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api/#363-output

You can find AppIds for your projects using a call to the Retrieve Apps endpoint.
https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api/#list-apps

I hope this helps.

answered