Automated Namespace Generation in Private Mendix Cloud

0
Hi All,   I found this doc https://docs.mendix.com/apidocs-mxsdk/apidocs/private-cloud-deploy-api/#31-using-the-api-to-update-the-cluster-and-namespace which explains that we can use Mendix APIs to create/manage the namespace in Mendix but while making some requests to our private Mendix cloud I am getting 404 error.   Steps I followed :- Generated PAT to make the api calls to Mendix api. Tested both on postman as well in curl but getting 404 error below is the curl command i used. curl -H "Authorization: Bearer $TOKEN" https://privatecloud.mendixcloud.com/clusters as well as curl -H "Authorization: Bearer $TOKEN" https://privatecloud.mendixcloud.com/api/v3/clusters Is there anything I am missing here.   Regards
asked
1 answers
0

This is no POST request, google on

 


--request POST 
answered