Hello I want to learn how to use the Mendix API's. I have tried to send a GET request wich I found in the Mendix documentation. Unfortunally it didn't work. Maybe someone can tell me what I did wrong. I used the next information: curl --location 'https://deploy.mendix.com/api/1/apps' \--header 'Content-Type: application/json' \--header 'Mendix-Username: My_Username' \--header 'Mendix-ApiKey:My_API_Key' After sending I received the next: <html> <head><title>400 Bad Request</title></head> <body> <center><h1>400 Bad Request</h1></center> <hr><center>nginx</center> </body> </html>
asked
Corina Bakker
2 answers
0
You can try to give your API key via Authorization tab as in the screenshot.
May be you can share screenshots of your postman request for better understanding of your question.