Fetch Xano data into Collection?

Helloooooo Everyone,

I’m looking to fetch Xano data into Weweb collection.

The route is only accessible if the user is authenticated, which requires me to append the Authentification Token somewhere I guess.

Unfortunately, I couldn’t find a way to plug it correctly using the configuration collection panel.

Here it’s what it looks like presently :

Thank you very much!

Sincerely,

Batman :bat:

Hi @lighthama,

If your backend is Xano, I advise you to use our Xano plugin. The authToken security will be automatic and you the request will be easier

If you want to use the REST API plugin, you have to set up this Key and Value for authentication:

Key: Authorization
Value: concatenate("Bearer ",xxxtoken)

1 Like