Unbounce · Example Payload

Unbounce Accounts Pages_Get

Landing PagesConversion Rate OptimizationMarketingA/B TestingLead GenerationMarketing Automation

Unbounce Accounts Pages_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

metadatapages

Example Payload

Raw ↑
{
    "metadata": {
        "count": 3,
        "documentation": "https://developer.unbounce.com/api_reference/#id_pages",
        "location": "https://api.unbounce.com/accounts/1456243/pages"
    },
    "pages": [
        {
            "created_at": "2015-12-16T00:59:29.000Z",
            "domain": "unbouncepages.com",
            "id": "a0a3ffdf-5965-4ef2-8414-8afcded91f70",
            "integrations": [],
            "integrations_count": 0,
            "integrations_errors_count": 0,
            "last_published_at": "2015-12-16T01:02:23.000Z",
            "metadata": {
                "documentation": "https://developer.unbounce.com/api_reference/#id_pages",
                "location": "https://api.unbounce.com/pages/a0a3ffdf-5965-4ef2-8414-8afcded91f70",
                "related": {
                    "form_fields": "https://api.unbounce.com/pages/a0a3ffdf-5965-4ef2-8414-8afcded91f70/form_fields",
                    "leads": "https://api.unbounce.com/pages/a0a3ffdf-5965-4ef2-8414-8afcded91f70/leads",
                    "sub_account": "https://api.unbounce.com/sub_accounts/1552433"
                }
            },
            "name": "Forward Marketing Solutions",
            "state": "published",
            "sub_account_id": "1552433",
            "url": "http://unbouncepages.com/forward-marketing-solutions/",
            "variants_count": 0
        },
        {
            "created_at": "2015-12-16T01:01:28.000Z",
            "domain": "forward.corporatecole.com",
            "id": "26d2a10b-4b00-495d-b915-978dc5b3565f",
            "integrations": [],
            "integrations_count": 0,
            "integrations_errors_count": 0,
            "metadata": {
                "documentation": "https://developer.unbounce.com/api_reference/#id_pages",
                "location": "https://api.unbounce.com/pages/26d2a10b-4b00-495d-b915-978dc5b3565f",
                "related": {
                    "form_fields": "https://api.unbounce.com/pages/26d2a10b-4b00-495d-b915-978dc5b3565f/form_fields",
                    "leads": "https://api.unbounce.com/pages/26d2a10b-4b00-495d-b915-978dc5b3565f/leads",
                    "sub_account": "https://api.unbounce.com/sub_accounts/1552433"
                }
            },
            "name": "Mastering Leather E-Book",
            "state": "unpublished",
            "sub_account_id": "1552433",
            "url": "http://forward.corporatecole.com/mastering-leather-e-book/",
            "variants_count": 0
        },
        {
            "created_at": "2015-12-16T01:00:12.000Z",
            "domain": "ubacademy.wpengine.com",
            "id": "1db1f6cf-0ab1-4dc9-a2a9-57dc5c37f55d",
            "integrations": [],
            "integrations_count": 0,
            "integrations_errors_count": 0,
            "metadata": {
                "documentation": "https://developer.unbounce.com/api_reference/#id_pages",
                "location": "https://api.unbounce.com/pages/1db1f6cf-0ab1-4dc9-a2a9-57dc5c37f55d",
                "related": {
                    "form_fields": "https://api.unbounce.com/pages/1db1f6cf-0ab1-4dc9-a2a9-57dc5c37f55d/form_fields",
                    "leads": "https://api.unbounce.com/pages/1db1f6cf-0ab1-4dc9-a2a9-57dc5c37f55d/leads",
                    "sub_account": "https://api.unbounce.com/sub_accounts/1552463"
                }
            },
            "name": "Lumber James E-Book",
            "state": "unpublished",
            "sub_account_id": "1552463",
            "url": "http://ubacademy.wpengine.com/lumber-james-e-book/",
            "variants_count": 0
        }
    ]
}