Insert/Edit/Delete/Change API

I’m giving data using an API, and the entries entered are without user. “non_authenticated_user”

How to solve ?

When I send json, I only use the token. I’ve tried basic authentication, but it didn’t work.

same problem. any help?

Your headers need to include the Bearer token, like this:
headers = {'Authorization': 'Bearer thisisyourtokenhere'}

My issue is that I can get data and post a new object, but the authorization is not allowing me to modify or delete, which I don’t understand…
https://manual.bubble.io/help-guides/apis-connect-to-other-apps/the-bubble-api/authentication/how-to-authenticate

1 Like

Actually, sorry, I just didn’t set up the token right on the edit and delete.

I’m able to do everything when using the API token.

You can share screenshots with more details to make someone better understand your problem. Hope there will be help soon.