I’m new to AirTable. One of our vendors has provided us with a shared view that I want to automate downloading via the API with a C# console app.
All of the documentation I see refers to a base ID, and I’m able to get the sample APIs to work. But our view doesn’t have a base. When I go to the URL directly, I simply get a password prompt. Entering that, I get access to the grid/view.
I’m looking for a little guidance for how to connect to our page via the API.
Thanks