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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"subscription_id":"7"}