{ "item": [ { "id": "06eac1f5-34dd-4d6b-b717-5d38009c3bb6", "name": "Leads", "description": { "content": "Pre-qualified sales prospects.", "type": "text/plain" }, "item": [ { "id": "b211dff0-512c-4008-ba51-a3ae9aa7de15", "name": "List leads", "request": { "name": "List leads", "description": { "content": "Returns leads available to the authenticated user.", "type": "text/plain" }, "url": { "path": [ "v2", "leads" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "page", "value": "" }, { "disabled": false, "key": "per_page", "value": "" }, { "disabled": false, "key": "sort_by", "value": "" }, { "disabled": false, "key": "ids", "value": "" }, { "disabled": false, "key": "creator_id", "value": "" }, { "disabled": false, "key": "owner_id", "value": "" }, { "disabled": false, "key": "source_id", "value": "" }, { "disabled": false, "key": "first_name", "value": "" }, { "disabled": false, "key": "last_name", "value": "" }, { "disabled": false, "key": "organization_name", "value": "" }, { "disabled": false, "key": "status", "value": "" }, { "disabled": false, "key": "email", "value": "" } ], "variable": [] }, "method": "GET", "auth": null }, "response": [ { "id": "13cb4bbb-bcbb-493c-825e-9ac502d52268", "name": "List of leads", "originalRequest": { "url": { "path": [ "v2", "leads" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "page", "value": "" }, { "key": "per_page", "value": "" }, { "key": "sort_by", "value": "" }, { "key": "ids", "value": "" }, { "key": "creator_id", "value": "" }, { "key": "owner_id", "value": "" }, { "key": "source_id", "value": "" }, { "key": "first_name", "value": "" }, { "key": "last_name", "value": "" }, { "key": "organization_name", "value": "" }, { "key": "status", "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": "b5700ed7-8b67-4131-a67b-b4dedf933128", "name": "Create a lead", "request": { "name": "Create a lead", "description": {}, "url": { "path": [ "v2", "leads" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"organization_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"mobile\": \"\",\n \"status\": \"\",\n \"source_id\": \"\",\n \"owner_id\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"custom_fields\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "55b66702-03fb-4827-8680-0472ca974b5f", "name": "Lead created", "originalRequest": { "url": { "path": [ "v2", "leads" ], "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 \"first_name\": \"\",\n \"last_name\": \"\",\n \"organization_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"mobile\": \"\",\n \"status\": \"\",\n \"source_id\": \"\",\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": "3c0bde20-f603-429d-88b7-93f49e6bc49b", "name": "Retrieve a lead", "request": { "name": "Retrieve a lead", "description": {}, "url": { "path": [ "v2", "leads", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) " } ] }, "method": "GET", "auth": null }, "response": [ { "id": "9c7dcbf7-740c-403c-a561-c66ef230ff66", "name": "Lead", "originalRequest": { "url": { "path": [ "v2", "leads", ":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": "334a04b8-3a14-4dc6-b1b2-6b9f64bcc981", "name": "Update a lead", "request": { "name": "Update a lead", "description": {}, "url": { "path": [ "v2", "leads", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) " } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PUT", "auth": null, "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"organization_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"mobile\": \"\",\n \"status\": \"\",\n \"source_id\": \"\",\n \"owner_id\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"custom_fields\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "bfa1ae92-9269-42e2-a531-cd53b11b50c4", "name": "Lead updated", "originalRequest": { "url": { "path": [ "v2", "leads", ":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": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"organization_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"mobile\": \"\",\n \"status\": \"\",\n \"source_id\": \"\",\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": "447e364f-c526-40d1-94bb-a1caa8137a31", "name": "Delete a lead", "request": { "name": "Delete a lead", "description": {}, "url": { "path": [ "v2", "leads", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) " } ] }, "method": "DELETE", "auth": null }, "response": [ { "id": "80b06acc-9f4a-4742-9ee1-24b59725e37f", "name": "Lead deleted", "originalRequest": { "url": { "path": [ "v2", "leads", ":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": "15f79220-8d12-4641-b430-8a36ad34a229", "name": "Upsert a lead", "request": { "name": "Upsert a lead", "description": {}, "url": { "path": [ "v2", "leads", "upsert" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"organization_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"mobile\": \"\",\n \"status\": \"\",\n \"source_id\": \"\",\n \"owner_id\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"custom_fields\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "2eb38dcf-a98a-40ec-b8e9-794b9764e794", "name": "Lead created or updated", "originalRequest": { "url": { "path": [ "v2", "leads", "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": { "mode": "raw", "raw": "{\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"organization_name\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"mobile\": \"\",\n \"status\": \"\",\n \"source_id\": \"\",\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 } } ], "event": [] }, { "id": "a944c12c-86b6-4dd9-9142-c021c572cf09", "name": "Contacts", "description": { "content": "Individual people and organizations.", "type": "text/plain" }, "item": [ { "id": "0a67bf1c-a0b4-4e7b-adb1-1deb8616a8a2", "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": "387db7d6-d5fb-40a5-9d91-3a2e18a2dcb0", "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": "4330f4fd-cf51-4107-b4a4-6c3aacfa1550", "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": "5219ac2c-79ec-43a6-8392-f29dd669525d", "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": "3ecba520-e09b-4b68-b2e2-3edb524a6552", "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": "c0fcb918-065f-4355-9dcc-10b7d32b1bc1", "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": "7f73f33e-8fe1-454f-abdb-822163b67381", "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": "44981d60-d995-4b4d-8c10-bb1cc9acf57e", "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": "3ab90a16-ec59-4311-8ca7-24c0483eedba", "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": "1173a9eb-cbad-42d9-b747-c130d5f65044", "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": "c0eef73f-8b9d-45dd-9972-f81459d6da89", "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": "a85c0ebd-2729-4a09-abf9-8a585066b7f6", "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": [] }, { "id": "13bf2699-f26f-43fd-93c8-d666cd568cde", "name": "Deals", "description": { "content": "Sales opportunities moving through pipeline stages.", "type": "text/plain" }, "item": [ { "id": "bb74bac0-2a22-44bd-adbd-134d328e0955", "name": "List deals", "request": { "name": "List deals", "description": {}, "url": { "path": [ "v2", "deals" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "page", "value": "" }, { "disabled": false, "key": "per_page", "value": "" }, { "disabled": false, "key": "sort_by", "value": "" }, { "disabled": false, "key": "ids", "value": "" }, { "disabled": false, "key": "owner_id", "value": "" }, { "disabled": false, "key": "contact_id", "value": "" }, { "disabled": false, "key": "stage_id", "value": "" } ], "variable": [] }, "method": "GET", "auth": null }, "response": [ { "id": "8c787f96-1e37-4b7f-9979-e63194e813a4", "name": "List of deals", "originalRequest": { "url": { "path": [ "v2", "deals" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "page", "value": "" }, { "key": "per_page", "value": "" }, { "key": "sort_by", "value": "" }, { "key": "ids", "value": "" }, { "key": "owner_id", "value": "" }, { "key": "contact_id", "value": "" }, { "key": "stage_id", "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": "e2d36657-ad04-45b6-bb5f-c7fe5513794e", "name": "Create a deal", "request": { "name": "Create a deal", "description": {}, "url": { "path": [ "v2", "deals" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"contact_id\": \"\",\n \"value\": \"\",\n \"currency\": \"\",\n \"owner_id\": \"\",\n \"stage_id\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"custom_fields\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "8991bc6d-5a71-4ee3-b59a-43f4e1cd5683", "name": "Deal created", "originalRequest": { "url": { "path": [ "v2", "deals" ], "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 \"contact_id\": \"\",\n \"value\": \"\",\n \"currency\": \"\",\n \"owner_id\": \"\",\n \"stage_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": "335f5743-1ac2-4219-bb49-d9fb838ad2c4", "name": "Retrieve a deal", "request": { "name": "Retrieve a deal", "description": {}, "url": { "path": [ "v2", "deals", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) " } ] }, "method": "GET", "auth": null }, "response": [ { "id": "011eab34-7cd0-4bdc-a784-42a3bb4e1b60", "name": "Deal", "originalRequest": { "url": { "path": [ "v2", "deals", ":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": "917c9a7f-51d7-4498-a2c5-9eaaeac5e92d", "name": "Update a deal", "request": { "name": "Update a deal", "description": {}, "url": { "path": [ "v2", "deals", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) " } ] }, "method": "PUT", "auth": null }, "response": [ { "id": "77fa1212-ff67-480f-8ce3-620693dd77ed", "name": "Deal updated", "originalRequest": { "url": { "path": [ "v2", "deals", ":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": "a8e372ea-5802-4ad4-a8eb-f7a0faa5b06d", "name": "Delete a deal", "request": { "name": "Delete a deal", "description": {}, "url": { "path": [ "v2", "deals", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "id", "description": "(Required) " } ] }, "method": "DELETE", "auth": null }, "response": [ { "id": "1c6f8305-33f7-4cd0-9e16-ebb35dcf3664", "name": "Deal deleted", "originalRequest": { "url": { "path": [ "v2", "deals", ":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": "d280137b-f203-44eb-b2e6-d7f6a01c3fce", "name": "Upsert a deal", "request": { "name": "Upsert a deal", "description": {}, "url": { "path": [ "v2", "deals", "upsert" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "method": "POST", "auth": null }, "response": [ { "id": "1907c4a6-ef11-44f6-a4bc-b38c1c276140", "name": "Deal upserted", "originalRequest": { "url": { "path": [ "v2", "deals", "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": "7319d678-ef92-4f2a-b19a-6428fcff69fa", "name": "Zendesk Sell (Sales CRM) 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" } } }