We’ve built a custom API call to push form data into Airtable, this works fine when working on my localhost environment but when deployed to our staging site we get the following error returned from the API
{"error":{"type":"AUTHENTICATION_REQUIRED","message":"Authentication required"}}
There is no difference between any of the code base, the tables it references or the API keys.
Is there some additional setup needed to allow these requests to be pushed up from a specific domain?