Skip to main content
GET
/
forms
/
{formId}
/
analytics
/
visits
Retrieve form visits
curl --request GET \
  --url https://api.tally.so/forms/{formId}/analytics/visits \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "interval": 123
}

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 visits analytics

data
object
interval
number