I’m a bit of a newbie to this too, but I think it should be in the REST API documentation for the database, but it might be something like appending ?key=<API_KEY> to the end of your URL.
"
So i guess it has to be included in each request,i get that.
But where do i put this in AppGuyver?
As you can see, i am pretty new to all this, but really want to learn this!
I do have an understanding about programming, and have done that for a couple of years, but that was all php/MySQL. I guess i need to understand the logic here.
Hi! From your url it looks like the API key is sent as a query parameter, so please go ahead and add the api_key field there More about data configuration can be found in these guides.
I solved it by adding the right resource url in the designated field and also adding the correct api-key for my database-source in the designated field. So that’s solved.