API Unauthorized Error

Hello Guys,

I have a problem with the call of a post request API which is giving an "unauthorised"error and I have added the authorization value there. Here is the image.

Also does bubble allow the free plan sends an API request?

Hey soughtoutonlyme, is it possible you are using the wrong bearer token (or did you put a temporary value there)? Normally it will be more like the image below.

image

You can find the bearer token in your dashboard.

Besides that, it seems senderID should be sender and you’re missing the body parameter meta_data according to the documentation.

You mean the Public/Access Key

Yes indeed, and put that value in the api_key parameter with the text "Bearer " in front of it (without quotes).