Help

Write only API?

Topic Labels: API
1568 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Justin_Zheng
4 - Data Explorer
4 - Data Explorer

Is it possible to have an API key that only allows writing to a base but not the ability to see the other responses?

2 Replies 2
openside
10 - Mercury
10 - Mercury

No, this isn’t currently possible.

drassi
6 - Interface Innovator
6 - Interface Innovator

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.