Unbounce · Example Payload

Unbounce Sub_Accounts Page_Groups_Get

Landing PagesConversion Rate OptimizationMarketingA/B TestingLead GenerationMarketing Automation

Unbounce Sub_Accounts Page_Groups_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

metadatapage_groups

Example Payload

Raw ↑
{
    "metadata": {
        "count": 1,
        "documentation": "https://developer.unbounce.com/api_reference/#id_page_groups__page_group_id__pages",
        "location": "https://api.unbounce.com/sub_accounts/1552433/page_groups",
        "related": {
            "sub_account": "https://api.unbounce.com/sub_accounts/1552433"
        }
    },
    "page_groups": [
        {
            "id": "849893",
            "metadata": {
                "documentation": "https://developer.unbounce.com/api_reference/#id_page_groups__page_group_id__pages",
                "related": {
                    "pages": "https://api.unbounce.com/page_groups/849893/pages",
                    "sub_account": "https://api.unbounce.com/sub_accounts/1552433"
                }
            },
            "name": "Marketing Solutions"
        }
    ]
}