Hi all,
I want to create a client dasbhoard with softr and I would like to know some stuff about sending datas through Rest API. I created a user database that contains a field called (token) for each user.
Like below
Each client has a different token.
I can generate a personal token for accessing Bexio’s API (financial software). Each time I have a new client, I can do so.
I want to be able to retrieve all the datas for the specific client based on the token I’ve given.
Basically, I want that each time a user tries to login to the platform, the user is only viewing his own datas.
So I would like to have something like :
User login / Register → Call Rest APIs (with specific user token, based on my database) → Go through the apps with his own datas based on the response of the API.
Is that a way to do so? Or is that to complicated?
Is that a way to use REST APIs to send URL parameters based on the database or other dynamic variable? If yes, how exactly?
I already tried to use make.com and build a http request api call, but I was not able to send a dynamic variable as well, as the key needs to be created manually too for the call.
Any details needed, let me know.
Thanks in advance!
Kind regards,
