Skip to main content
GET
/
forms
/
{formId}
/
analytics
/
dimensions
Retrieve form dimensions
curl --request GET \
  --url https://api.tally.so/forms/{formId}/analytics/dimensions \
  --header 'Authorization: Bearer <token>'
{
  "source": {},
  "browser": {},
  "os": {},
  "device": {},
  "country": {},
  "city": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

formId
string
required

The ID of the form

Query Parameters

period
enum<string>
required

Time period for the analytics data

Available options:
today,
yesterday,
24h,
7d,
30d,
3m,
6m,
12m,
all

Response

Form dimensions analytics

source
object
browser
object
os
object
device
object
country
object
city
object