{ "opencollection": "1.0.0", "info": { "name": "GetResponse APIv3 Landing Pages", "version": "3.2026-07-28T07:58:55+00:00" }, "items": [ { "info": { "name": "Landing Pages", "type": "folder" }, "items": [ { "info": { "name": "Get a single landing page by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.getresponse.com/v3/lps/:lpsId", "params": [ { "name": "lpsId", "value": "ce84fabc-1349-4992-a2d7-0c44c5534128", "type": "path", "description": "The landing page ID" }, { "name": "fields", "value": "", "type": "query", "description": "List of fields that should be returned. Id is always returned. Fields should be separated by comma" } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Get a single landing page by ID" }, { "info": { "name": "Get the list of landing pages", "type": "http" }, "http": { "method": "GET", "url": "https://api.getresponse.com/v3/lps", "params": [ { "name": "query[name]", "value": "", "type": "query", "description": "Search landing pages by name" }, { "name": "query[status]", "value": "", "type": "query", "description": "Search landing pages by status" }, { "name": "stats[from]", "value": "", "type": "query", "description": "Show statistics for landing pages from this date" }, { "name": "stats[to]", "value": "", "type": "query", "description": "Show statistics for landing pages to this date" }, { "name": "sort[name]", "value": "", "type": "query", "description": "Sort landing pages by name" }, { "name": "sort[createdAt]", "value": "", "type": "query", "description": "Sort landing pages by creation date" }, { "name": "sort[updatedAt]", "value": "", "type": "query", "description": "Sort landing pages by modification date" }, { "name": "sort[visits]", "value": "", "type": "query", "description": "Sort by number of page visits" }, { "name": "sort[leads]", "value": "", "type": "query", "description": "Sort landing pages by number of leads" }, { "name": "sort[subscriptionRate]", "value": "", "type": "query", "description": "Sort by subscription rate" }, { "name": "fields", "value": "", "type": "query", "description": "List of fields that should be returned. Id is always returned. Fields should be separated by comma" }, { "name": "perPage", "value": "", "type": "query", "description": "Requested number of results per page" }, { "name": "page", "value": "", "type": "query", "description": "Page number" } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "You can filter the resource using criteria specified as `query[*]`. You can provide multiple criteria, to use AND logic. You can sort the resource using parameters specified as `sort[*]`. You can specify multiple fields to sort by." } ] } ], "bundled": true }