Skip to main content
POST
/
v1
/
google_analytics_report
google_analytics_report
curl --request POST \
  --url https://api.fetchbean.com/v1/google_analytics_report \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "property_id": "<string>",
  "dimensions": [
    "<string>"
  ],
  "metrics": [
    "<string>"
  ],
  "date_ranges": [
    {}
  ],
  "start_date": "<string>",
  "end_date": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
property_id
string
required
dimensions
string[]
metrics
string[]
date_ranges
object[]
start_date
string
end_date
string

Response

Success

The response is of type object.