Work in Progress: How to Fetch Safely from Savvy
Step 1: Copy and Paste
return fetch(`https://savvy-api-proxy-secure.heysavvy.workers.dev/?url=${encodeURIComponent('https://api.example-address.io/api/v2')}`, {
method: 'POST',
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
'Authorization': 'Bearer {{group_name-service-key_type}}'
},
body: JSON.stringify(data)
})
.then(response => response.json())
.then(response => console.log('response', response))Step 2: Change the URL
Step 3: Generate a Key for the Key
PreviousWork in Progress: How to Bring Data from Google SheetNextWork in Progress: How To Fetch Data from a specific row in Airtable in a Computed Field
Last updated