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