Hi, i’m new in bubble and i’m blocking on some api function.
I’m working with a external api and, for connection, a receive a token (GET call). This token is registered in database.
To do my Post call i need to pass my token by authorization bearer.
My question is : how to input my token (in database) in api call ?
Last question, i want to show a text that’s writing “connection api ok”. I understand that i need to hide the text before connection and with a condition show it.
but i don’t know to do it, to set the good parameter in condition.
Thank you for you help.
Cyril.