{ "opencollection": "1.0.0", "info": { "name": "GetResponse APIv3 Shops", "version": "3.2026-07-28T07:58:55+00:00" }, "items": [ { "info": { "name": "Shops", "type": "folder" }, "items": [ { "info": { "name": "Get a single shop by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.getresponse.com/v3/shops/:shopId", "params": [ { "name": "shopId", "value": "pf3", "type": "path", "description": "The shop 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": "\nThis method returns the shop according to the given `shopId`\n\n" }, { "info": { "name": "Update shop", "type": "http" }, "http": { "method": "POST", "url": "https://api.getresponse.com/v3/shops/:shopId", "params": [ { "name": "shopId", "value": "pf3", "type": "path", "description": "The shop ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "\nThis makes it possible to update shop preferences. You should send only those fields that need to be changed. The rest of the properties remain the same.\n\n" }, { "info": { "name": "Delete shop", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.getresponse.com/v3/shops/:shopId", "params": [ { "name": "shopId", "value": "pf3", "type": "path", "description": "The shop ID" } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "\nThis method deletes a shop.\n\n" }, { "info": { "name": "Get a list of shops", "type": "http" }, "http": { "method": "GET", "url": "https://api.getresponse.com/v3/shops", "params": [ { "name": "query[name]", "value": "", "type": "query", "description": "Search shop by name" }, { "name": "sort[name]", "value": "", "type": "query", "description": "Sort by name" }, { "name": "sort[createdOn]", "value": "", "type": "query", "description": "Sort by date" }, { "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": "\nSending a **GET** request to this URL returns a collection of shop resources.\n\nYou can narrow down the list of resources by passing proper query parameters (the list of which you can find below in the request params section). You can basically search by:\n\n * name\n\nThe `name` fields can be a pattern and we'll try to match this phrase.\n\n\n 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 paramet" }, { "info": { "name": "Create shop", "type": "http" }, "http": { "method": "POST", "url": "https://api.getresponse.com/v3/shops", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "\nThis method makes it possible to create a new shop.\n\n" } ] } ], "bundled": true }