get https://a.klaviyo.com/api/forms/
Get the form with the given ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
forms:read
Responses
Get the form with the given ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
forms:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/forms/id \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2024-10-15'