Skip to main content
GET
/
google
/
sheets
/
read
Read Google Sheet
curl --request GET \
  --url https://api.adside.ai/google/sheets/read \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": "UNAUTHORIZED"
}

Authorizations

Authorization
string
header
required

API key (sk_live_*) — SHA256 hashed, looked up in Redis. Generate via the web app's workspace settings.

Query Parameters

spreadsheet_id
string
required

Google Sheets spreadsheet ID

range
string
required

A1 notation range to read

Example:

"Sheet1!A1:Z100"

Response

Cell values as 2D array