Unbounce · Example Payload

Unbounce Leads Lead_Get

Landing PagesConversion Rate OptimizationMarketingA/B TestingLead GenerationMarketing Automation

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

Top-level fields

created_atextra_dataform_dataidmetadatapage_idsubmitter_ipvariant_id

Example Payload

Raw ↑
{
    "created_at": "2015-12-16T01:03:52.000Z",
    "extra_data": {},
    "form_data": {
        "company": [
            "Lumber James Canada"
        ],
        "email": [
            "james@lumberjames.com"
        ],
        "name": [
            "Lumber James"
        ],
        "phone_number": [
            "7785669522"
        ]
    },
    "id": "deadbeef-dead-beef-dead-beef00000075",
    "metadata": {
        "documentation": "https://developer.unbounce.com/api_reference/#id_leads__lead_id_",
        "location": "https://api.unbounce.com/leads/deadbeef-dead-beef-dead-beef00000075",
        "related": {
            "page": "https://api.unbounce.com/pages/a0a3ffdf-5965-4ef2-8414-8afcded91f70",
            "sub_account": "https://api.unbounce.com/sub_accounts/1552433"
        }
    },
    "page_id": "a0a3ffdf-5965-4ef2-8414-8afcded91f70",
    "submitter_ip": "38.88.7.98",
    "variant_id": "a"
}