Create lead form test data

POST {{baseUrl}}/ad_accounts/:ad_account_id/lead_forms/:lead_form_id/test

Create lead form test data based on the list of answers provided as part of the body. - List of answers should follow the questions creation order.

This endpoint is currently in beta and not available to all apps. Learn more.

Request Body

{"answers"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;subscription_id&quot;:&quot;7&quot;}