Unbounce · Example Payload

Unbounce Pages Leads_Get

Landing PagesConversion Rate OptimizationMarketingA/B TestingLead GenerationMarketing Automation

Unbounce Pages Leads_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

leadsmetadata

Example Payload

Raw ↑
{
    "leads": [
        {
            "created_at": "2015-12-16T01:03:52.000Z",
            "extra_data": {
                "cookies": {
                    "hblid": [
                        "OiOij7R1Z7bwg9ot9B51W1IaCW0EQIN2"
                    ],
                    "olfsk": "olfsk8370654808823019",
                    "ubvs": [
                        "38.88.7.981440778907332600"
                    ],
                    "ubvt": [
                        "38.88.7.981440778907332600"
                    ]
                },
                "request_id": "d7fa4e57-753d-4811-abc8-ad2f0dc742e1"
            },
            "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"
        },
        {
            "created_at": "2015-12-16T01:04:55.000Z",
            "extra_data": {
                "cookies": {
                    "hblid": [
                        "OiOij7R1Z7bwg9ot9B51W1IaCW0EQIN2"
                    ],
                    "olfsk": "olfsk8370654808823019",
                    "ubvs": [
                        "38.88.7.981440778907332600"
                    ],
                    "ubvt": [
                        "38.88.7.981440778907332600"
                    ]
                },
                "request_id": "a2d1a185-7216-4749-b2f9-ca35c531cae4"
            },
            "form_data": {
                "company": [
                    "Goingburger King"
                ],
                "email": [
                    "arthur.goingburger@king.com"
                ],
                "name": [
                    "Arthur Goingburger"
                ],
                "phone_number": [
                    "7789563222"
                ]
            },
            "id": "deadbeef-dead-beef-dead-beef00000076",
            "metadata": {
                "documentation": "https://developer.unbounce.com/api_reference/#id_leads__lead_id_",
                "location": "https://api.unbounce.com/leads/deadbeef-dead-beef-dead-beef00000076",
                "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"
        }
    ],
    "metadata": {
        "count": 2,
        "documentation": "https://developer.unbounce.com/api_reference/#id_leads__lead_id_",
        "location": "https://api.unbounce.com/pages/a0a3ffdf-5965-4ef2-8414-8afcded91f70/leads",
        "related": {
            "page": "https://api.unbounce.com/pages/a0a3ffdf-5965-4ef2-8414-8afcded91f70"
        }
    }
}