{ "opencollection": "1.0.0", "info": { "name": "GetResponse APIv3 Custom Events", "version": "3.2026-07-28T07:58:55+00:00" }, "items": [ { "info": { "name": "Custom Events", "type": "folder" }, "items": [ { "info": { "name": "Get custom events by custom event ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.getresponse.com/v3/custom-events/:customEventId", "params": [ { "name": "customEventId", "value": "hp2", "type": "path", "description": "The custom event 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 custom events by custom event ID" }, { "info": { "name": "Update custom event details", "type": "http" }, "http": { "method": "POST", "url": "https://api.getresponse.com/v3/custom-events/:customEventId", "params": [ { "name": "customEventId", "value": "hp2", "type": "path", "description": "The custom event ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Update custom event details" }, { "info": { "name": "Delete a custom event by custom event ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.getresponse.com/v3/custom-events/:customEventId", "params": [ { "name": "customEventId", "value": "hp2", "type": "path", "description": "The custom event ID" } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Delete a custom event by custom event ID" }, { "info": { "name": "Get a list of custom events", "type": "http" }, "http": { "method": "GET", "url": "https://api.getresponse.com/v3/custom-events", "params": [ { "name": "query[name]", "value": "", "type": "query", "description": "Search custom events by name" }, { "name": "query[hasAttributes]", "value": "", "type": "query", "description": "Search custom events with or without attributes" }, { "name": "sort[name]", "value": "", "type": "query", "description": "Sort by name" }, { "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." }, { "info": { "name": "Create custom event", "type": "http" }, "http": { "method": "POST", "url": "https://api.getresponse.com/v3/custom-events", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Create custom event" }, { "info": { "name": "Trigger a custom event", "type": "http" }, "http": { "method": "POST", "url": "https://api.getresponse.com/v3/custom-events/trigger", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Trigger a custom event" } ] } ], "bundled": true }