Is there any way to create a read-only table view that can be accessed anonymously via the API?
I just want to be able to do a simple table lookup/mapping (with a filter formula) with a front-end Javascript call without exposing an API key (or having to host a back-end script on a 3rd-party server).
Alternatively, is it reasonable to create a “collaborator” account with read-only access and expose that account’s API key?
