Hello I have a problem with the Microflow option “Call Rest”. i tryed everything to call a RestAPI from Openproject.com i tested it in Postman and it worked perfectly but it doesnt work. 1.) I Created a JSON structure with the Postman response (same API Call) 2.) and made a Import Mapping with the Json structure 3.) Created a Microflow with the “Call Rest” Modul 4.) 5.) and then i get following Error in the Trace And i can try whatever i want, it doesnt work. i also tryed other APIs with Header Authentication, but it doesnt work. The Openproject API Documentation is here: https://www.openproject.org/de/docs/api/example/
asked
Nicolo Bächler
1 answers
2
Nicolo,
You are trying to use two forms of authentication:
it looks like you don’t need the custom authentication header
you should enter the word apikey for the username
you should enter your the generated apikey from your open project account into the password field
Hope that helps,
Mike
P.S. here is the section of open project documentation that I got this info from