Unbounce · Example Payload

Unbounce Pages Form_Fields_Get

Landing PagesConversion Rate OptimizationMarketingA/B TestingLead GenerationMarketing Automation

Unbounce Pages Form_Fields_Get is an example object payload from Unbounce, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

form_fieldsmetadata

Example Payload

Raw ↑
{
    "form_fields": [
        {
            "id": "name",
            "name": "Name",
            "type": "text",
            "validations": {
                "required": false
            }
        },
        {
            "id": "email",
            "name": "Email",
            "type": "text",
            "validations": {
                "email": true,
                "required": false
            }
        },
        {
            "id": "phone_number",
            "name": "Phone Number",
            "type": "text",
            "validations": {
                "phone": true,
                "required": false
            }
        },
        {
            "id": "company",
            "name": "Company",
            "type": "text",
            "validations": {
                "required": false
            }
        }
    ],
    "metadata": {
        "count": 4,
        "documentation": "https://developer.unbounce.com/api_reference/#id_pages__page_id__form_fields",
        "location": "https://api.unbounce.com/pages/a0a3ffdf-5965-4ef2-8414-8afcded91f70/form_fields",
        "related": {
            "page": "https://api.unbounce.com/pages/a0a3ffdf-5965-4ef2-8414-8afcded91f70"
        }
    }
}