post https://a.klaviyo.com/api/form-values-reports
Returns the requested form analytics values data.
Rate limits:
Burst: 1/s
Steady: 2/m
Daily: 225/d
Scopes:
forms:read
Responses
Returns the requested form analytics values data.
Rate limits:
Burst: 1/s
Steady: 2/m
Daily: 225/d
Scopes:
forms:read
xxxxxxxxxx
18curl --request POST \
--url https://a.klaviyo.com/api/form-values-reports \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--header 'revision: 2025-01-15' \
--data '
{
"data": {
"type": "form-values-report",
"attributes": {
"timeframe": {
"key": "last_12_months"
}
}
}
}
'
xxxxxxxxxx
31}
{
"data": {
"type": "form-values-report",
"attributes": {
"results": [
{
"groupings": {
"form_id": "abc123",
"form_version_id": "012tuy"
},
"statistics": {
"viewed_form": 90,
"submits": 9,
"submit_rate": 0.1
}
},
{
"groupings": {
"form_id": "abc123",
"form_version_id": "756ghi"
},
"statistics": {