Skip to main content

Write only API?

  • May 1, 2019
  • 2 replies
  • 7 views

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

Forum|alt.badge.img+19
  • Inspiring
  • 351 replies
  • May 14, 2019

No, this isn’t currently possible.


Forum|alt.badge.img+14
  • Inspiring
  • 38 replies
  • May 21, 2019

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.