get https://a.klaviyo.com/api/forms//relationships/form-versions
Get the IDs of the form versions for the given form.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
forms:read
Responses
Get the IDs of the form versions for the given form.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
forms:read
xxxxxxxxxx
curl --request GET \
--url 'https://a.klaviyo.com/api/forms/id/relationships/form-versions?page[size]=20' \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
{
"data": [
{
"type": "form-version",
"id": "1234567"
}
]
}