The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
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",...
Hi Bill, This is the API code I’m using.
const airtableHeaders = new Headers()
airtableHeaders.append(‘Content-Type’, ‘application/json’)
airtableHeaders.append(
‘Authorization’,
Bearer ${process.env.AIRTABLE_API_KEY}
)
const fieldsPrep = JSON.parse(...
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.