workspaceId (required)organizationId (optional)userId (optional)createdStart, createdEndcurl --location --request GET 'https://api.data.v4.marketing/v1/google-analytics/events?workspaceId=workspace_123&organizationId&userId&createdStart=2026-01-01T00:00:00Z&createdEnd=2026-01-31T23:59:59Z&page&limit' \
--header 'x-client-id: <api-key>' \
--header 'x-client-secret: <api-key>'{
"data": [
{
"event_name": "string",
"date": "2019-08-24",
"event_count": 0,
"event_count_per_user": 0,
"event_value": 0,
"events_per_session": 0,
"key_events": 0,
"workspace_id": "string",
"organization_id": "string",
"user_id": "string",
"inserted_at": "2019-08-24T14:15:22.123Z",
"document_id": "string"
}
],
"meta": {
"page": 0,
"limit": 0,
"hasNextPage": true,
"hasPreviousPage": true
}
}