Custom App Connection using Multiple API Key Headers

Hi there!

This is my first time attempting a Custom App, and of course I am stumbling at the first stage :frowning:
I am wanting to create a Custom App for a product called Propertyware. Here is the REST API documentation: Open API, powered by Propertyware

I have set the Connection and Parameters I think as they should be, but I am getting a 401 error when trying to create the Connection

I’m probably making a basic error - anyone have any ideas?

Dennis

For anyone interested, I managed to fix it.

There was an issue with the naming of the parameters. It did not like a parameter name that contains a hyphen.

Once I changed “client-id” to “clientid” (plus the other headers), it worked as it should

1 Like