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.
I’ve been trying to query an API, it works using POSTMAN but when I try and replicate in Airtable I get an error message.
let response = await fetch('https://api.xavier-analytics.com/clients', {
headers: {
'Authorization': 'Bearer XXXXXX...
@Taylor_Savage can you point me in the right direction? If I used this code in an automation block, how would I rewrite it to use in an app scripting block? Thanks
let response = await fetch(‘https://api.companieshouse.gov.uk/company/’ + {COMPANY_NUM...