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/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2024-07-15'
xxxxxxxxxx
{
"data": [
{
"type": "form-version",
"id": "string"
}
]
}