{ "item": [ { "id": "547aa073-2d22-4b37-95f2-325c21fb6841", "name": "Contacts", "description": { "content": "Individual people and organizations.", "type": "text/plain" }, "item": [ { "id": "15aa8523-a642-4713-9773-03d1f4f05953", "name": "List contacts", "request": { "name": "List contacts", "description": {}, "url": { "path": [ "v2", "contacts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "page", "value": "" }, { "disabled": false, "key": "per_page", "value": "" }, { "disabled": false, "key": "ids", "value": "" }, { "disabled": false, "key": "creator_id", "value": "" }, { "disabled": false, "key": "owner_id", "value": "" }, { "disabled": false, "key": "is_organization", "value": "" }, { "disabled": false, "key": "email", "value": "" } ], "variable": [] }, "method": "GET", "auth": null }, "response": [ { "id": "7d411609-eb54-408b-86fe-8e25ff81755e", "name": "List of contacts", "originalRequest": { "url": { "path": [ "v2", "contacts" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "page", "value": "" }, { "key": "per_page", "value": "" }, { "key": "ids", "value": "" }, { "key": "creator_id", "value": "" }, { "key": "owner_id", "value": "" }, { "key": "is_organization", "value": "" }, { "key": "email", "value": "" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "cfebb862-0da3-4fe1-90fe-d1d761e0c25d", "name": "Create a contact", "request": { "name": "Create a contact", "description": {}, "url": { "path": [ "v2", "contacts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"mobile\": \"\",\n \"customer_status\": \"\",\n \"prospect_status\": \"\",\n \"is_organization\": \"\",\n \"owner_id\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"custom_fields\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "2840c888-8150-49a8-83a9-5a52078f4916", "name": "Contact created", "originalRequest": { "url": { "path": [ "v2", "contacts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"mobile\": \"\",\n \"customer_status\": \"\",\n \"prospect_status\": \"\",\n \"is_organization\": \"\",\n \"owner_id\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"custom_fields\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "372d95c0-5773-4472-8dff-ae005626fbbf", "name": "Retrieve a contact", "request": { "name": "Retrieve a contact", "description": {}, "url": { "path": [ "v2", "contacts", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) " } ] }, "method": "GET", "auth": null }, "response": [ { "id": "c16e1081-d0c0-4914-b186-d7e0da0779b4", "name": "Contact", "originalRequest": { "url": { "path": [ "v2", "contacts", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) " } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "7a553d73-bac5-4f85-9469-1b81bc0c397d", "name": "Update a contact", "request": { "name": "Update a contact", "description": {}, "url": { "path": [ "v2", "contacts", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) " } ] }, "method": "PUT", "auth": null }, "response": [ { "id": "94b8fffe-8b2d-4872-aad3-857be19989dc", "name": "Contact updated", "originalRequest": { "url": { "path": [ "v2", "contacts", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) " } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" } ], "method": "PUT", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b6c6dfcc-be48-4e4a-b4ce-43d12ebac724", "name": "Delete a contact", "request": { "name": "Delete a contact", "description": {}, "url": { "path": [ "v2", "contacts", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) " } ] }, "method": "DELETE", "auth": null }, "response": [ { "id": "e1aafa4e-46e9-4ca4-9af5-b728fe16be41", "name": "Contact deleted", "originalRequest": { "url": { "path": [ "v2", "contacts", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) " } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" } ], "method": "DELETE", "body": {} }, "status": "No Content", "code": 204, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "37de0d2d-ead0-48fb-8768-87c18d0a3497", "name": "Upsert a contact", "request": { "name": "Upsert a contact", "description": {}, "url": { "path": [ "v2", "contacts", "upsert" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "POST", "auth": null }, "response": [ { "id": "91fc9e9f-292b-4ae2-ba27-4d149ee08bab", "name": "Contact upserted", "originalRequest": { "url": { "path": [ "v2", "contacts", "upsert" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: oauth2", "type": "text/plain" }, "key": "Authorization", "value": "" } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://api.getbase.com", "key": "baseUrl" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "read write" }, { "key": "accessTokenUrl", "value": "https://api.getbase.com/oauth2/token" }, { "key": "authUrl", "value": "https://api.getbase.com/oauth2/authorize" }, { "key": "grant_type", "value": "authorization_code" } ] }, "info": { "_postman_id": "96e6c2cb-528d-426f-8934-6ea83851ce68", "name": "Zendesk Sell (Sales CRM) Contacts API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "The Zendesk Sell Sales CRM API (formerly Base CRM) is a RESTful API hosted\nat api.getbase.com that provides programmatic CRUD access to Sell records\nincluding leads, contacts, deals, and other sales-pipeline resources. The\nSell platform also offers Sync, Firehose, and Search APIs alongside the\nCore API documented here. Authentication uses OAuth 2.0.\n\nContact Support:\n Name: Zendesk Developer Portal", "type": "text/plain" } } }