This is my first post to the forum so I might not have the proper etiquette. I am working with self-storage software from U-haul known as Web Self Storage. They have an API and I have a functioning API key. I have successfully initiated GET requests but I am failing with my POST request.
It’s also possible that your json is not correctly set. For example: you have address2, set to allow blank. but it doesn’t mean that it will be set to null (maybe to “null” that is not the same thing). you can try to remove this line and test again.
What you can do to help you debug, is to send the Postman call to a requestbin endpoint. Do the same from bubble. compare both payload and headers.
I sometimes face similar issues when integrating APIs with different platforms. It can be challenging to pinpoint whether the problem lies with the API or the platform being used. How does Bubble.io handle error reporting, and does it provide any detailed logs that could help diagnose the issue? Also, I’m curious if anyone has experience with integrating Kinnovis or other self-storage software with Bubble.io and can share any tips on troubleshooting such errors.