{ "opencollection": "1.0.0", "info": { "name": "Copper Developer Activities People API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-PW-AccessToken", "value": "{{X-PW-AccessToken}}", "placement": "header" } }, "items": [ { "info": { "name": "People", "type": "folder" }, "items": [ { "info": { "name": "Search People", "type": "http" }, "http": { "method": "POST", "url": "https://api.copper.com/developer_api/v1/people/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search and list People records using filter criteria. Returns up to 200 records per page." }, { "info": { "name": "Create a Person", "type": "http" }, "http": { "method": "POST", "url": "https://api.copper.com/developer_api/v1/people", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Person (contact) record in Copper." }, { "info": { "name": "Get a Person", "type": "http" }, "http": { "method": "GET", "url": "https://api.copper.com/developer_api/v1/people/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique resource identifier" } ] }, "docs": "Retrieve a single Person record by ID." }, { "info": { "name": "Update a Person", "type": "http" }, "http": { "method": "PUT", "url": "https://api.copper.com/developer_api/v1/people/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique resource identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing Person record by ID." }, { "info": { "name": "Delete a Person", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.copper.com/developer_api/v1/people/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique resource identifier" } ] }, "docs": "Delete a Person record by ID." } ] } ], "bundled": true }