Calls the Attio REST API
import {attioFetch} from "attio/server"
fetch()
import {attioFetch} from "attio/server" ... const notes = await attioFetch({ method: "GET", path: "/notes", }) notes.data.forEach(note => { // do something with each note })
"data"
"filter"
Was this page helpful?