May 01, 2019 10:52 AM
Is it possible to have an API key that only allows writing to a base but not the ability to see the other responses?
May 14, 2019 08:43 AM
No, this isn’t currently possible.
May 20, 2019 06:37 PM
Have you tried creating an HTML or JS-constructed form that POSTs directly to an Airtable “Form” view, that’s linked to the table you’re trying to append records to? I’m not sure if this cross-domain request would be allowed, but I’ve thought about doing something like this. If something like this works, it could emulate a “write-only” API.