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...