Hello everyone,
I have tried connecting api to bubble.io app but it gives me 401 error saying it’s unauthorized. can you please help me with it.
Hello everyone,
I have tried connecting api to bubble.io app but it gives me 401 error saying it’s unauthorized. can you please help me with it.
Hello @Priyanka,
Can you please make sure you are using the API key that you can get from your profile page?
The first option is to pass it as a URL parameter: &apiKey=YOUR_API_KEY
. Alternatively, you can send it inside the headers: X-API-KEY: YOUR_API_KEY
.
Thank you!