[Solved] why i get error "Please include an email" when send post request to my Bubble app?

Hi all!

I test API and send a POST request to my Bubble app from Postman to create a new user in table User, but i get error “Please include an email”.

I create settings for access from API to my database if i send GET request, i get data current user, but i can’t create a new user from API.

Screenshots settings area

Update - i use hobby plan for testing right now

@romanmg maybe you know what i do wrong?

Does it run if you check “create via api” in everyone else on permissions?

No :frowning: It’s not working :frowning: I get “Please include an email” :frowning:

Ah I just noticed. Move your params to the body like this:

Thank you for your help! Hmmm… Very interesting… Ah… I stupid! I send POST request, and in this type i need send body! Only in GET request we send PARAMS))) I need more sleep)))

1 Like