{ "opencollection": "1.0.0", "info": { "name": "ClickSend v3 Account Contact API", "version": "3.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Contact", "type": "folder" }, "items": [ { "info": { "name": "Get a paginated list of contacts within a list.", "type": "http" }, "http": { "method": "GET", "url": "https://rest.clicksend.com/v3/lists/:list_id/contacts", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page." } ] }, "docs": "Get a paginated list of contacts within a list." }, { "info": { "name": "Create a new contact within a list.", "type": "http" }, "http": { "method": "POST", "url": "https://rest.clicksend.com/v3/lists/:list_id/contacts", "params": [ { "name": "list_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new contact within a list." } ] } ], "bundled": true }