return 400 error using post method

Hello, I’m Brazilian, I hope you understand me. When executing the following instruction post, the error 400 is returned, at first I thought that the url of the api that I am using was wrong, however it is correct, because the get method returns the data correctly, however when I execute the post it returns error 400. I don’t know what part of the instruction is wrong, if anyone can help me I’d appreciate it.


1 Like

The status is 400 but what is the value of the green error block if you assign it to a label or text input’s text?

Error 400 means a bad request.
This could be due to something wrong in the URL or the format used is wrong.

1 Like

i was able to type this in my browser and i got a good response (it was empty but it wasn’t 400):
https://cardapiodefault.bubbleapps.io/version-test/api/1.1/obj/appfinance

i have a feeling you may not have put the correct field names in the create_object block, or maybe you entered them with wrong spelling.

1 Like