fetch()
API.
The auth credentials passed to the REST API will be those of your app.What the API will allow you to do depends on the scopes granted to your app.
Example
Arguments
An object containing:The HTTP method to use.
The query parameters to use in the HTTP request.
The body of the HTTP request.In the Attio REST API, this is always an object with key
"data"
or "filter"
.Returns
An object containing:The result of the Attio REST endpoint.