{"info":{"_postman_id":"66728ff0-8d65-dbe3-9c1b-575c306005f0","name":"SET For Business","description":"<html><head></head><body><h1 id=\"authentication\">Authentication</h1>\n<p>If you have not done so already, you will need to request your Client Secret from <a href=\"mailto:support@setforbusiness.co.uk\">support@setforbusiness.co.uk</a> to begin the authentication process.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"}],"owner":"3380145","collectionId":"66728ff0-8d65-dbe3-9c1b-575c306005f0","publishedId":"7Lkf3gN","public":true,"customColor":{"top-bar":"24262A","right-sidebar":"2E323F","highlight":"FAD145"},"publishDate":"2018-03-01T15:20:45.000Z"},"item":[{"name":"Activities","item":[{"name":"Get Activities","id":"4493dd09-0ee7-6151-191d-1fb8dde01a71","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/activities?page=1&per_page=10&status=pending&contact=1&organisation=1&date=2017-11-01&date_from=2017-10-30&date_to=2018-11-02&owned_by=3","urlObject":{"path":["api","v2","activities"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"},{"description":{"content":"<p>Activity status: pending, completed, rescheduled, cancelled </p>\n","type":"text/plain"},"key":"status","value":"pending"},{"description":{"content":"<p>Associated contact ID</p>\n","type":"text/plain"},"key":"contact","value":"1"},{"description":{"content":"<p>Associated organisation ID</p>\n","type":"text/plain"},"key":"organisation","value":"1"},{"description":{"content":"<p>Activities occuring on a particular date.</p>\n","type":"text/plain"},"key":"date","value":"2017-11-01"},{"description":{"content":"<p>Activities occuring after a particular date ( inclusive ).</p>\n","type":"text/plain"},"key":"date_from","value":"2017-10-30"},{"description":{"content":"<p>Activities occurring before a particular date ( inclusive ).</p>\n","type":"text/plain"},"key":"date_to","value":"2018-11-02"},{"description":{"content":"<p>Filter activities by owner,  the ID of the user.</p>\n","type":"text/plain"},"key":"owned_by","value":"3"}],"variable":[]}},"response":[],"_postman_id":"4493dd09-0ee7-6151-191d-1fb8dde01a71"},{"name":"Get Activities Count","id":"011b8eb7-f6d5-f571-5c70-3d28889fd8f5","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/activities/count?date_from=2017-10-30&date_to=2018-11-02","description":"<p>Get the number of activites for each day in a given range.\nDays without activities are not returned.</p>\n","urlObject":{"path":["api","v2","activities","count"],"host":["{{domain}}"],"query":[{"description":{"content":"<p>Date range start.</p>\n","type":"text/plain"},"key":"date_from","value":"2017-10-30"},{"description":{"content":"<p>Date range end.</p>\n","type":"text/plain"},"key":"date_to","value":"2018-11-02"}],"variable":[]}},"response":[],"_postman_id":"011b8eb7-f6d5-f571-5c70-3d28889fd8f5"},{"name":"Get Activity","id":"294bedb1-f791-46a9-af01-556ded4198b6","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/activities/1","urlObject":{"path":["api","v2","activities","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"294bedb1-f791-46a9-af01-556ded4198b6"},{"name":"Create Activity","id":"db59eb35-ba42-f413-0084-0754463efca9","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"exchange_unique_id","value":"5","description":"<p>The unique ID for MS Exchange synchronisation</p>\n","type":"text"},{"key":"activity_type","value":"call","type":"text","description":"<p>The activity type as a string, which will be resolved to an activity type ID by SET.</p>\n"},{"key":"contact_id","value":"1","type":"text","description":"<p>The ID of the associated contact.</p>\n"},{"key":"organisation_id","value":"1","type":"text","description":"<p>The ID of the associated organisation.</p>\n"},{"key":"opportunity_id","value":"1","type":"text","description":"<p>The ID of the associated opportunity.</p>\n"},{"key":"start","value":"2017-11-01 00:00","type":"text","description":"<p>The date of the activity.  ( Y-m-d H:i )</p>\n"},{"key":"end","value":"2017-11-01 01:01","description":"<p>The end datetime of the activity ( Y-m-d H:i ); used instead of length + length_units.</p>\n","type":"text","disabled":true},{"key":"all_day","value":"0","type":"text","description":"<p>Does the activity occupy an entire day, boolean.</p>\n"},{"key":"length","value":"30","type":"text","description":"<p>Length of the activity ( omit if setting end date ).</p>\n","disabled":true},{"key":"length_units","value":"minutes","type":"text","description":"<p>Unit of length for the activity length: minutes, hours ( omit if setting end date ).</p>\n","disabled":true},{"key":"alarm","value":"2018-01-01 12:00","type":"text","description":"<p>Date/time for the reminder alarm to occur.  ( d/m/Y H:i )</p>\n"},{"key":"subject","value":"A new custom subject","description":"<p>A custom subject for the activity</p>\n","type":"text"},{"key":"description","value":"New activity description","type":"text","description":"<p>A description of the activity.</p>\n"},{"key":"status","value":"pending","type":"text","description":"<p>The status of the activity: pending, completed, rescheduled, cancelled.</p>\n"},{"key":"status_at","value":"","type":"text","description":"<p>The date/time of the status change; e.g. \"Completed on the 1st\" or \"Cancelled on the 29th\".</p>\n"},{"key":"status_notes","value":"","type":"text","description":"<p>Notes about the status change; e.g. \"Cancelled due to client illness\".</p>\n"},{"key":"color","value":"#2c3e50","type":"text","description":"<p>Colour code for the activity: #95a5a6, #e74c3c, #e67e22, #27ae60, #2980b9, #8e44ad, #2c3e50.</p>\n"},{"key":"owned_by","value":"3","type":"text","description":"<p>ID of the user the activity belongs to.</p>\n"}]},"url":"{{domain}}/api/v2/activities","urlObject":{"path":["api","v2","activities"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db59eb35-ba42-f413-0084-0754463efca9"},{"name":"Update Activity","id":"cc5ae616-3cfb-3ca4-28dc-efbe038035a5","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"exchange_unique_id","value":"5","description":"<p>The unique ID for MS Exchange synchronisation</p>\n","type":"text"},{"key":"activity_type","value":"call","type":"text","description":"<p>The activity type as a string, which will be resolved to an activity type ID by SET.</p>\n"},{"key":"contact_id","value":"1","type":"text","description":"<p>The ID of the associated contact.</p>\n"},{"key":"organisation_id","value":"1","type":"text","description":"<p>The ID of the associated organisation.</p>\n"},{"key":"opportunity_id","value":"1","type":"text","description":"<p>The ID of the associated opportunity.</p>\n"},{"key":"start","value":"2017-11-01 00:00","type":"text","description":"<p>The date of the activity.  ( Y-m-d H:i )</p>\n"},{"key":"end","value":"2017-11-01 01:01","description":"<p>The end datetime of the activity ( Y-m-d H:i ); used instead of length + length_units.</p>\n","type":"text"},{"key":"all_day","value":"0","type":"text","description":"<p>Does the activity occupy an entire day, boolean.</p>\n"},{"key":"length","value":"30","type":"text","description":"<p>Length of the activity ( omit if setting end date ).</p>\n"},{"key":"length_units","value":"minutes","type":"text","description":"<p>Unit of length for the activity length: minutes, hours ( omit if setting end date ).</p>\n"},{"key":"alarm","value":"2018-01-01 12:00","type":"text","description":"<p>Date/time for the reminder alarm to occur.  ( d/m/Y H:i )</p>\n"},{"key":"subject","value":"Any old subject","description":"<p>A custom subject for the activity</p>\n","type":"text"},{"key":"description","value":"New activity description","type":"text","description":"<p>A description of the activity.</p>\n"},{"key":"status","value":"pending","type":"text","description":"<p>The status of the activity: pending, completed, rescheduled, cancelled.</p>\n"},{"key":"status_at","value":"","type":"text","description":"<p>The date/time of the status change; e.g. \"Completed on the 1st\" or \"Cancelled on the 29th\".</p>\n"},{"key":"status_notes","value":"","type":"text","description":"<p>Notes about the status change; e.g. \"Cancelled due to client illness\".</p>\n"},{"key":"color","value":"#2c3e50","type":"text","description":"<p>Colour code for the activity: #95a5a6, #e74c3c, #e67e22, #27ae60, #2980b9, #8e44ad, #2c3e50.</p>\n"},{"key":"owned_by","value":"3","type":"text","description":"<p>ID of the user the activity belongs to.</p>\n"},{"key":"location_name","value":"Their Office x","description":"<p>The name of the activity location.</p>\n","type":"text"},{"key":"location_line_1","value":"Address line 1","description":"<p>Line 1 of the location address.</p>\n","type":"text"},{"key":"location_line_2","value":"Address line 2","description":"<p>Line 2 of the location address.</p>\n","type":"text"},{"key":"location_line_3","value":"Address line 3","description":"<p>Line 3 of the location address.</p>\n","type":"text"},{"key":"location_line_4","value":"Address line 4","description":"<p>Line 4 of the location address.</p>\n","type":"text"},{"key":"location_city","value":"Address city","description":"<p>The location city.</p>\n","type":"text"},{"key":"location_region","value":"Address region","description":"<p>The location region.</p>\n","type":"text"},{"key":"location_country_code","value":"GB","description":"<p>The location country code.</p>\n","type":"text"},{"key":"location_postcode","value":"PO5 TC0","description":"<p>The location postcode.</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/activities/569","urlObject":{"path":["api","v2","activities","569"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc5ae616-3cfb-3ca4-28dc-efbe038035a5"}],"id":"f0ee4802-600f-a520-48c8-7b21292d99c5","_postman_id":"f0ee4802-600f-a520-48c8-7b21292d99c5","description":""},{"name":"Addresses","item":[{"name":"Get Addresses","id":"e1dfecab-5dff-4c7d-a4bf-243aec53ebf6","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{domain}}/api/v2/addresses","urlObject":{"path":["api","v2","addresses"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1dfecab-5dff-4c7d-a4bf-243aec53ebf6"},{"name":"Update Address","id":"86ce0344-dbf9-4081-82e8-4d769b5e51b1","request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","type":"text","value":"Head office"},{"key":"line_1","type":"text","value":"Address line 1"},{"key":"line_2","type":"text","value":"Address line 2"},{"key":"line_3","type":"text","value":"Address line 3"},{"key":"line_4","type":"text","value":"Address line 4"},{"key":"city","type":"text","value":"City"},{"key":"region","type":"text","value":"Region"},{"key":"postcode","type":"text","value":"PO57 CD3"},{"description":"<p>will be resolved to a country code, if provided</p>\n","key":"country_name","type":"text","value":"United Kingdom"},{"description":"<p>will override country_name field, <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">list of available codes</a></p>\n","key":"country_code","type":"text","value":"AF"}]},"url":"{{domain}}/api/v2/addresses/1","urlObject":{"path":["api","v2","addresses","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"86ce0344-dbf9-4081-82e8-4d769b5e51b1"}],"id":"d93fc405-ad9b-495d-8a66-a5ed81ae5dac","_postman_id":"d93fc405-ad9b-495d-8a66-a5ed81ae5dac","description":""},{"name":"Contacts","item":[{"name":"Get Contacts","id":"d2af9496-01df-2abb-b80c-2562a3612887","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/contacts?page=1&per_page=&qualification_status","urlObject":{"path":["api","v2","contacts"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":""},{"description":{"content":"<p>qualified, unqualified, disqualified</p>\n","type":"text/plain"},"key":"qualification_status","value":null}],"variable":[]}},"response":[],"_postman_id":"d2af9496-01df-2abb-b80c-2562a3612887"},{"name":"Get Contact","id":"f02356b5-493f-bf3e-5733-c6160ef6dada","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/contacts/1","urlObject":{"path":["api","v2","contacts","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f02356b5-493f-bf3e-5733-c6160ef6dada"},{"name":"Get Contact Addresses","id":"0d406307-0a1f-3231-0e44-8f833333bf1e","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/contacts/1/addresses","urlObject":{"path":["api","v2","contacts","1","addresses"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d406307-0a1f-3231-0e44-8f833333bf1e"},{"name":"Get Contact Activities","id":"8b1740a5-23f1-4d48-8cce-5946f28c52d1","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/contacts/1/activities","urlObject":{"path":["api","v2","contacts","1","activities"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b1740a5-23f1-4d48-8cce-5946f28c52d1"},{"name":"Get Contact Opportunities","id":"a81f7fa4-0276-4e18-9a19-0854c1b74215","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/contacts/1/opportunities","urlObject":{"path":["api","v2","contacts","1","opportunities"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a81f7fa4-0276-4e18-9a19-0854c1b74215"},{"name":"Get Contact Organisations","id":"56cc66ce-47c2-4b33-8ea0-9ef5ddd16a8b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/contacts/1/organisations","urlObject":{"path":["api","v2","contacts","1","organisations"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56cc66ce-47c2-4b33-8ea0-9ef5ddd16a8b"},{"name":"Get Contact Notes","id":"03b3e346-23f2-42e3-908f-06f02f2e578f","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/contacts/1/notes","urlObject":{"path":["api","v2","contacts","1","notes"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"03b3e346-23f2-42e3-908f-06f02f2e578f"},{"name":"Update Contact","id":"7eac3594-1fad-c79e-db68-e9196ca9e3bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"contact_origin_id","value":"3","type":"text"},{"key":"firstname","value":"Colin","type":"text"},{"key":"surname","value":"Collins","type":"text"},{"key":"title","value":"","type":"text"},{"key":"email","value":"wright.lucy@example.net","type":"text"},{"key":"landline","value":"0351 2123381","type":"text"},{"key":"mobile","value":"(06579) 55432","type":"text"},{"key":"organisations","value":"[{\"organisation_id\":1, \"position\":\"Manager\"}, {\"organisation_id\":2, \"position\":\"Team leader\"}]","description":"<p> JSON array of objects, structured as shown - to clear organisations, send a blank array - e.g. []</p>\n","type":"text"},{"key":"tags","value":"1,2,3,4","description":"<p>definitive list of comma separated id's</p>\n","type":"text"},{"key":"owned_by","value":"5","type":"text"},{"key":"visibility","value":"public","type":"text"},{"key":"qualified","value":"qualified","type":"text"},{"key":"qualified_by","value":"5","type":"text"},{"key":"qualified_at","value":"2017-07-21 16:14:52","type":"text"},{"key":"qualified_reason","value":"","type":"text"},{"key":"qualified_notes","value":"","type":"text"}]},"url":"{{domain}}/api/v2/contacts/1","urlObject":{"path":["api","v2","contacts","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eac3594-1fad-c79e-db68-e9196ca9e3bc"},{"name":"Add Contact","id":"ca5b4a4a-b99a-5d75-30dd-4b807ed7c0d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"contact_origin_id","value":"3","type":"text"},{"key":"firstname","value":"John","type":"text","description":"<p>required</p>\n"},{"key":"surname","value":"Johnson","type":"text","description":"<p>required</p>\n"},{"key":"title","value":"Mr","type":"text"},{"key":"email","value":"wright.lucy@example.net","type":"text"},{"key":"landline","value":"0351 2123381","type":"text"},{"key":"mobile","value":"(06579) 55432","type":"text"},{"key":"tags","value":"1,2,3,4","description":"<p>comma separated id's</p>\n","type":"text"},{"key":"organisations","value":"[{\"organisation_id\":1, \"position\":\"Manager\"}, {\"organisation_id\":2, \"position\":\"Team leader\"}]","description":"<p> JSON array of objects, structured as shown</p>\n","type":"text"},{"key":"is_unqualified","value":"1","description":"<p>0 or 1</p>\n","type":"text"},{"key":"qualified_by","value":"5","type":"text"},{"key":"qualified_at","value":"2017-07-21 16:14:52","type":"text"},{"key":"qualified_reason","value":"","type":"text"},{"key":"qualified_notes","value":"","type":"text"},{"key":"owned_by","value":"5","type":"text","description":"<p>admin only</p>\n"}]},"url":"{{domain}}/api/v2/contacts","urlObject":{"path":["api","v2","contacts"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca5b4a4a-b99a-5d75-30dd-4b807ed7c0d1"},{"name":"Add Tag","id":"ae1cf689-6e02-46ec-bdb1-b7b19da6c025","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"This is a tag","type":"text"},{"key":"slug","value":"i_am_a_slug","type":"text"}]},"url":"{{domain}}/api/v2/contacts/add-tag","urlObject":{"path":["api","v2","contacts","add-tag"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae1cf689-6e02-46ec-bdb1-b7b19da6c025"},{"name":"Add Address","id":"6c255627-cfe6-4413-9aa0-f821cf276493","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","type":"text","value":"Head office"},{"key":"line_1","type":"text","value":"Address line 1"},{"key":"line_2","type":"text","value":"Address line 2"},{"key":"line_3","type":"text","value":"Address line 3"},{"key":"line_4","type":"text","value":"Address line 4"},{"key":"city","type":"text","value":"City"},{"key":"region","type":"text","value":"Region"},{"key":"postcode","type":"text","value":"PO57 CD3"},{"description":"<p>will be resolved to a country code, if provided</p>\n","key":"country_name","type":"text","value":"United Kingdom"},{"description":"<p>will override country_name field, <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">list of available codes</a></p>\n","key":"country_code","type":"text","value":"AF"}]},"url":"{{domain}}/api/v2/contacts/19/addresses/","description":"<p><strong>Available Country Codes</strong></p>\n<p>AD  Andorra,</p>\n<p>AE  United Arab Emirates,</p>\n<p>AF  Afghanistan,</p>\n<p>AG  Antigua and Barbuda,</p>\n<p>AI  Anguilla,</p>\n<p>AL  Albania,</p>\n<p>AM  Armenia,</p>\n<p>AN  Netherlands Antilles,</p>\n<p>AO  Angola,</p>\n<p>AQ  Antarctica,</p>\n<p>AR  Argentina,</p>\n<p>AT  Austria,</p>\n<p>AU  Australia,</p>\n<p>AW  Aruba,</p>\n<p>AZ  Azerbaijan,</p>\n<p>BA  Bosnia and Herzegovina,</p>\n<p>BB  Barbados,</p>\n<p>BD  Bangladesh,</p>\n<p>BE  Belgium,</p>\n<p>BF  Burkina Faso,</p>\n<p>BG  Bulgaria,</p>\n<p>BH  Bahrain,</p>\n<p>BI  Burundi,</p>\n<p>BJ  Benin,</p>\n<p>BM  Bermuda,</p>\n<p>BN  Brunei Darussalam,</p>\n<p>BO  Bolivia,</p>\n<p>BR  Brazil,</p>\n<p>BS  Bahamas,</p>\n<p>BT  Bhutan,</p>\n<p>BV  Bouvet Island,</p>\n<p>BW  Botswana,</p>\n<p>BY  Belarus,</p>\n<p>BZ  Belize,</p>\n<p>CA  Canada,</p>\n<p>CC  Cocos (Keeling) Islands,</p>\n<p>CF  Central African Republic,</p>\n<p>CG  Congo,</p>\n<p>CH  Switzerland,</p>\n<p>CI  Ivory Coast,</p>\n<p>CK  Cook Islands,</p>\n<p>CL  Chile,</p>\n<p>CM  Cameroon,</p>\n<p>CN  China,</p>\n<p>CO  Colombia,</p>\n<p>CR  Costa Rica,</p>\n<p>CU  Cuba,</p>\n<p>CV  Cape Verde,</p>\n<p>CX  Christmas Island,</p>\n<p>CY  Cyprus,</p>\n<p>CZ  Czech Republic,</p>\n<p>DE  Germany,</p>\n<p>DJ  Djibouti,</p>\n<p>DK  Denmark,</p>\n<p>DM  Dominica,</p>\n<p>DO  Dominican Republic,</p>\n<p>DS  American Samoa,</p>\n<p>DZ  Algeria,</p>\n<p>EC  Ecuador,</p>\n<p>EE  Estonia,</p>\n<p>EG  Egypt,</p>\n<p>EH  Western Sahara,</p>\n<p>ER  Eritrea,</p>\n<p>ES  Spain,</p>\n<p>ET  Ethiopia,</p>\n<p>FI  Finland,</p>\n<p>FJ  Fiji,</p>\n<p>FK  Falkland Islands (Malvinas),</p>\n<p>FM  Micronesia, Federated States of,</p>\n<p>FO  Faroe Islands,</p>\n<p>FR  France,</p>\n<p>FX  France, Metropolitan,</p>\n<p>GA  Gabon,</p>\n<p>GB  United Kingdom,</p>\n<p>GD  Grenada,</p>\n<p>GE  Georgia,</p>\n<p>GF  French Guiana,</p>\n<p>GH  Ghana,</p>\n<p>GI  Gibraltar,</p>\n<p>GK  Guernsey,</p>\n<p>GL  Greenland,</p>\n<p>GM  Gambia,</p>\n<p>GN  Guinea,</p>\n<p>GP  Guadeloupe,</p>\n<p>GQ  Equatorial Guinea,</p>\n<p>GR  Greece,</p>\n<p>GS  South Georgia South Sandwich Islands,</p>\n<p>GT  Guatemala,</p>\n<p>GU  Guam,</p>\n<p>GW  Guinea-Bissau,</p>\n<p>GY  Guyana,</p>\n<p>HK  Hong Kong,</p>\n<p>HM  Heard and Mc Donald Islands,</p>\n<p>HN  Honduras,</p>\n<p>HR  Croatia (Hrvatska),</p>\n<p>HT  Haiti,</p>\n<p>HU  Hungary,</p>\n<p>ID  Indonesia,</p>\n<p>IE  Ireland,</p>\n<p>IL  Israel,</p>\n<p>IM  Isle of Man,</p>\n<p>IN  India,</p>\n<p>IO  British Indian Ocean Territory,</p>\n<p>IQ  Iraq,</p>\n<p>IR  Iran (Islamic Republic of),</p>\n<p>IS  Iceland,</p>\n<p>IT  Italy,</p>\n<p>JE  Jersey,</p>\n<p>JM  Jamaica,</p>\n<p>JO  Jordan,</p>\n<p>JP  Japan,</p>\n<p>KE  Kenya,</p>\n<p>KG  Kyrgyzstan,</p>\n<p>KH  Cambodia,</p>\n<p>KI  Kiribati,</p>\n<p>KM  Comoros,</p>\n<p>KN  Saint Kitts and Nevis,</p>\n<p>KP  Korea, Democratic People's Republic of,</p>\n<p>KR  Korea, Republic of,</p>\n<p>KW  Kuwait,</p>\n<p>KY  Cayman Islands,</p>\n<p>KZ  Kazakhstan,</p>\n<p>LA  Lao People's Democratic Republic,</p>\n<p>LB  Lebanon,</p>\n<p>LC  Saint Lucia,</p>\n<p>LI  Liechtenstein,</p>\n<p>LK  Sri Lanka,</p>\n<p>LR  Liberia,</p>\n<p>LS  Lesotho,</p>\n<p>LT  Lithuania,</p>\n<p>LU  Luxembourg,</p>\n<p>LV  Latvia,</p>\n<p>LY  Libyan Arab Jamahiriya,</p>\n<p>MA  Morocco,</p>\n<p>MC  Monaco,</p>\n<p>MD  Moldova, Republic of,</p>\n<p>ME  Montenegro,</p>\n<p>MG  Madagascar,</p>\n<p>MH  Marshall Islands,</p>\n<p>MK  Macedonia,</p>\n<p>ML  Mali,</p>\n<p>MM  Myanmar,</p>\n<p>MN  Mongolia,</p>\n<p>MO  Macau,</p>\n<p>MP  Northern Mariana Islands,</p>\n<p>MQ  Martinique,</p>\n<p>MR  Mauritania,</p>\n<p>MS  Montserrat,</p>\n<p>MT  Malta,</p>\n<p>MU  Mauritius,</p>\n<p>MV  Maldives,</p>\n<p>MW  Malawi,</p>\n<p>MX  Mexico,</p>\n<p>MY  Malaysia,</p>\n<p>MZ  Mozambique,</p>\n<p>NA  Namibia,</p>\n<p>NC  New Caledonia,</p>\n<p>NE  Niger,</p>\n<p>NF  Norfolk Island,</p>\n<p>NG  Nigeria,</p>\n<p>NI  Nicaragua,</p>\n<p>NL  Netherlands,</p>\n<p>NO  Norway,</p>\n<p>NP  Nepal,</p>\n<p>NR  Nauru,</p>\n<p>NU  Niue,</p>\n<p>NZ  New Zealand,</p>\n<p>OM  Oman,</p>\n<p>PA  Panama,</p>\n<p>PE  Peru,</p>\n<p>PF  French Polynesia,</p>\n<p>PG  Papua New Guinea,</p>\n<p>PH  Philippines,</p>\n<p>PK  Pakistan,</p>\n<p>PL  Poland,</p>\n<p>PM  St. Pierre and Miquelon,</p>\n<p>PN  Pitcairn,</p>\n<p>PR  Puerto Rico,</p>\n<p>PS  Palestine,</p>\n<p>PT  Portugal,</p>\n<p>PW  Palau,</p>\n<p>PY  Paraguay,</p>\n<p>QA  Qatar,</p>\n<p>RE  Reunion,</p>\n<p>RO  Romania,</p>\n<p>RS  Serbia,</p>\n<p>RU  Russian Federation,</p>\n<p>RW  Rwanda,</p>\n<p>SA  Saudi Arabia,</p>\n<p>SB  Solomon Islands,</p>\n<p>SC  Seychelles,</p>\n<p>SD  Sudan,</p>\n<p>SE  Sweden,</p>\n<p>SG  Singapore,</p>\n<p>SH  St. Helena,</p>\n<p>SI  Slovenia,</p>\n<p>SJ  Svalbard and Jan Mayen Islands,</p>\n<p>SK  Slovakia,</p>\n<p>SL  Sierra Leone,</p>\n<p>SM  San Marino,</p>\n<p>SN  Senegal,</p>\n<p>SO  Somalia,</p>\n<p>SR  Suriname,</p>\n<p>ST  Sao Tome and Principe,</p>\n<p>SV  El Salvador,</p>\n<p>SY  Syrian Arab Republic,</p>\n<p>SZ  Swaziland,</p>\n<p>TC  Turks and Caicos Islands,</p>\n<p>TD  Chad,</p>\n<p>TF  French Southern Territories,</p>\n<p>TG  Togo,</p>\n<p>TH  Thailand,</p>\n<p>TJ  Tajikistan,</p>\n<p>TK  Tokelau,</p>\n<p>TM  Turkmenistan,</p>\n<p>TN  Tunisia,</p>\n<p>TO  Tonga,</p>\n<p>TP  East Timor,</p>\n<p>TR  Turkey,</p>\n<p>TT  Trinidad and Tobago,</p>\n<p>TV  Tuvalu,</p>\n<p>TW  Taiwan,</p>\n<p>TY  Mayotte,</p>\n<p>TZ  Tanzania, United Republic of,</p>\n<p>UA  Ukraine,</p>\n<p>UG  Uganda,</p>\n<p>UM  United States minor outlying islands,</p>\n<p>US  United States,</p>\n<p>UY  Uruguay,</p>\n<p>UZ  Uzbekistan,</p>\n<p>VA  Vatican City State,</p>\n<p>VC  Saint Vincent and the Grenadines,</p>\n<p>VE  Venezuela,</p>\n<p>VG  Virgin Islands (British),</p>\n<p>VI  Virgin Islands (U.S.),</p>\n<p>VN  Vietnam,</p>\n<p>VU  Vanuatu,</p>\n<p>WF  Wallis and Futuna Islands,</p>\n<p>WS  Samoa,</p>\n<p>XK  Kosovo,</p>\n<p>YE  Yemen,</p>\n<p>ZA  South Africa,</p>\n<p>ZM  Zambia,</p>\n<p>ZR  Zaire,</p>\n<p>ZW  Zimbabwe,</p>\n","urlObject":{"path":["api","v2","contacts","19","addresses",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c255627-cfe6-4413-9aa0-f821cf276493"},{"name":"Get Contact Custom Fields","id":"7fbdf7d5-e440-4f20-8a21-9696007ceea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{domain}}/api/v2/contacts/custom-fields/","urlObject":{"path":["api","v2","contacts","custom-fields",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7fbdf7d5-e440-4f20-8a21-9696007ceea4"}],"id":"059deab4-3eff-a5d9-3d48-f3e1bb8e10fb","_postman_id":"059deab4-3eff-a5d9-3d48-f3e1bb8e10fb","description":""},{"name":"Organisations","item":[{"name":"Get Organisations","id":"fa86a153-48b0-dbf8-6a91-6aa0789f0fee","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/organisations?page=1&per_page=1","urlObject":{"path":["api","v2","organisations"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"fa86a153-48b0-dbf8-6a91-6aa0789f0fee"},{"name":"Get Organisation","id":"9b3aaff4-b560-f7c7-f826-f225e5a70695","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/organisations/1","urlObject":{"path":["api","v2","organisations","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b3aaff4-b560-f7c7-f826-f225e5a70695"},{"name":"Get Organisation Addresses","id":"e1be9b81-2b24-fd53-37d5-ceda5fc3cd59","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/organisations/1/addresses","urlObject":{"path":["api","v2","organisations","1","addresses"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1be9b81-2b24-fd53-37d5-ceda5fc3cd59"},{"name":"Get Organisation Activities","id":"6143ed22-6bc2-4385-955c-06763f3b0549","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/organisations/1/activities","urlObject":{"path":["api","v2","organisations","1","activities"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6143ed22-6bc2-4385-955c-06763f3b0549"},{"name":"Get Organisation Notes","id":"d2c30f56-7913-4ebe-a66e-4da083e41734","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/organisations/1/notes","urlObject":{"path":["api","v2","organisations","1","notes"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2c30f56-7913-4ebe-a66e-4da083e41734"},{"name":"Get Organisation Opportunities","id":"25c51967-8dc0-4b67-8de0-0e3465db98ad","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/organisations/1/opportunities","urlObject":{"path":["api","v2","organisations","1","opportunities"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"25c51967-8dc0-4b67-8de0-0e3465db98ad"},{"name":"Get Organisation Contacts","id":"5054a6f2-74a3-4b02-b9bb-78249e2d8575","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/organisations/1/contacts","urlObject":{"path":["api","v2","organisations","1","contacts"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5054a6f2-74a3-4b02-b9bb-78249e2d8575"},{"name":"Create Organisation","id":"790c3398-8b95-e228-28a4-c955314e7f8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Simpson, Bailey and Johnsons","type":"text"},{"key":"description","value":"","type":"text"},{"key":"phone","value":"0245 711 6972","type":"text"},{"key":"email","value":"info@example.com","type":"text"},{"key":"website","value":"http://www.example.com","type":"text"},{"key":"industries","value":"1,2,3,4","description":"<p>comma separated id's</p>\n","type":"text"},{"key":"tags","value":"1,2,3,4","description":"<p>comma separated id's</p>\n","type":"text"},{"key":"owned_by","value":"5","type":"text"},{"key":"address-as","value":"mr anderson","description":"<p>an example of a \"string\" type custom field</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/organisations","description":"<p><strong>To update custom fields on an Organisation:</strong></p>\n<ol>\n<li>Request a list of available field</li>\n<li>Take note of the custom field slug, custom_field_field-name</li>\n<li>Add the slug to the request body</li>\n</ol>\n<p><strong>Field types</strong>:</p>\n<p>String type fields should be no more than 255 characters.</p>\n<p>Number type fields should be integers, not floats.</p>\n<p>Boolean type fields should be 1 or 0, any other value will be interpreted as \"true\".</p>\n<p>Currency fields can be integer or float, but will always be converted to a 2dp float.</p>\n<p>To populate an Option field, please use the ID of the option you wish to store.</p>\n<p>Datetime fields should be in the format Y-m-d H:i:s.</p>\n<p>Date fields should be in the format Y-m-d.</p>\n<p>Link type fields should be no more than 255 characters.</p>\n","urlObject":{"path":["api","v2","organisations"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"790c3398-8b95-e228-28a4-c955314e7f8b"},{"name":"Add Address","id":"fbc88aa4-5463-4afc-91ee-87485f15238a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","type":"text","value":"Head office"},{"key":"line_1","type":"text","value":"Address line 1"},{"key":"line_2","type":"text","value":"Address line 2"},{"key":"line_3","type":"text","value":"Address line 3"},{"key":"line_4","type":"text","value":"Address line 4"},{"key":"city","type":"text","value":"City"},{"key":"region","type":"text","value":"Region"},{"key":"postcode","type":"text","value":"PO57 CD3"},{"description":"<p>will be resolved to a country code, if provided</p>\n","key":"country_name","type":"text","value":"United Kingdom"},{"description":"<p>will override country_name field, <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">list of available codes</a></p>\n","key":"country_code","type":"text","value":"AF"}]},"url":"{{domain}}/api/v2/organisations/1/addresses","urlObject":{"path":["api","v2","organisations","1","addresses"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbc88aa4-5463-4afc-91ee-87485f15238a"},{"name":"Update Organisation","id":"9daa1764-7610-1fcb-6a9c-c58ca21117d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Dave","type":"text"},{"key":"description","value":"","type":"text"},{"key":"phone","value":"0245 711 6972","type":"text"},{"key":"email","value":"info@example.com","type":"text"},{"key":"website","value":"http://www.example.com","type":"text"},{"key":"tags","value":"1,2,3,4","description":"<p>definitive list of comma separated id's</p>\n","type":"text"},{"key":"industries","value":"1,2,3,4","description":"<p>definitive list of comma separated id's</p>\n","type":"text"},{"key":"owned_by","value":"5","type":"text"},{"key":"custom_field_address-as","value":"mrs anderson","description":"<p>an example of a \"string\" type custom field</p>\n","type":"text","disabled":true}]},"url":"{{domain}}/api/v2/organisations/1","description":"<p><strong>To update custom fields on an Organisation:</strong></p>\n<ol>\n<li>Request a list of available field</li>\n<li>Take note of the custom field slug, custom_field_field-name</li>\n<li>Add the slug to the request body</li>\n</ol>\n<p><strong>Field types</strong>:</p>\n<p>String type fields should be no more than 255 characters.</p>\n<p>Number type fields should be integers, not floats.</p>\n<p>Boolean type fields should be 1 or 0, any other value will be interpreted as \"true\".</p>\n<p>Currency fields can be integer or float, but will always be converted to a 2dp float.</p>\n<p>To populate an Option field, please use the ID of the option you wish to store.</p>\n<p>Datetime fields should be in the format Y-m-d H:i:s.</p>\n<p>Date fields should be in the format Y-m-d.</p>\n<p>Link type fields should be no more than 255 characters.</p>\n","urlObject":{"path":["api","v2","organisations","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9daa1764-7610-1fcb-6a9c-c58ca21117d8"},{"name":"Add Tag","id":"31ee0e31-6ccf-4ac2-a8e6-e100fa90480b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"I am a tag","type":"text"},{"key":"slug","value":"i_am_a_slug","type":"text"}]},"url":"{{domain}}/api/v2/organisations/add-tag","urlObject":{"path":["api","v2","organisations","add-tag"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"31ee0e31-6ccf-4ac2-a8e6-e100fa90480b"},{"name":"Get Organisation Custom Fields","id":"ee12ab68-5f91-408e-a245-2b3eccea688b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/organisations/custom-fields/","urlObject":{"path":["api","v2","organisations","custom-fields",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee12ab68-5f91-408e-a245-2b3eccea688b"}],"id":"1772a610-4f83-c508-6805-7269cfc1d644","_postman_id":"1772a610-4f83-c508-6805-7269cfc1d644","description":""},{"name":"Opportunities","item":[{"name":"Get Opportunities","id":"47e7f5b9-f27a-9e0c-e356-fc28c37d6019","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/opportunities?page=1&per_page=1","urlObject":{"path":["api","v2","opportunities"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"47e7f5b9-f27a-9e0c-e356-fc28c37d6019"},{"name":"Get Opportunity","id":"7cdac039-a1a4-2f49-8ff3-30ac3c74fe6d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/opportunities/1","urlObject":{"path":["api","v2","opportunities","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cdac039-a1a4-2f49-8ff3-30ac3c74fe6d"},{"name":"Get Opportunities Activities","id":"5a9d8551-b316-4f31-bec6-4c500254b29d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/opportunities/1/activities","urlObject":{"path":["api","v2","opportunities","1","activities"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a9d8551-b316-4f31-bec6-4c500254b29d"},{"name":"Get Opportunities Notes","id":"f956f087-0b17-4cff-8593-bf07d77826fc","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/opportunities/1/notes","urlObject":{"path":["api","v2","opportunities","1","notes"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f956f087-0b17-4cff-8593-bf07d77826fc"},{"name":"Update Opportunity","id":"c0ef970f-2572-5a10-3f56-a84afda91acb","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Something else!","type":"text"},{"key":"desc","value":"A different description","type":"text"},{"key":"pipeline_stage_id","value":"17","type":"text"},{"key":"confidence","value":"0.9","type":"text","description":"<p>0 to 1</p>\n"},{"key":"expected_close_date","value":"2017-11-26","type":"text","description":"<p>Y-m-d</p>\n"},{"key":"tags","value":"1,2,3,4","description":"<p>definitive list of comma separated id's</p>\n","type":"text"},{"key":"primary_contact_id","value":"1","type":"text"},{"key":"organisation_id","value":"294","type":"text"},{"key":"won_at","value":"2019-02-01 12:55:12","type":"text","description":"<p>Y-m-d H:i:s</p>\n"},{"key":"lost_at","value":"","type":"text","description":"<p>Y-m-d H:i:s</p>\n"},{"key":"owned_by","value":"4","type":"text"},{"key":"owned_at","value":"2017-04-06 00:00:00","type":"text"},{"key":"products","value":"[{\"type\": \"normal\", \"product_id\": 1, \"pricebook_id\": 3, \"price\": 299.95, \"quantity\": 1}, {\"name\": \"An arbitrary line item\", \"price\": 100, \"cost\": 50.00, \"quantity\": 2}, {\"type\":\"discount\", \"name\":\"An arbitrary discount\", \"price\":-25, \"quantity\":1}]","description":"<p>json array of objects, matching provided examples.</p>\n<p><strong>type:</strong> normal or discount (defaults to normal)</p>\n<p><strong>name</strong>: required IF adding a line item or discount, and not selecting an existing product.</p>\n<p><strong>product_id</strong>: required IF selecting an existing product</p>\n<p><strong>pricebook_id</strong>: required IF adding an existing product from a pricebook</p>\n<p><strong>price</strong>: float, up to 2dp (negative for discount items)</p>\n<p><strong>cost</strong>: float, up to 2dp ( optional if adding a line item )</p>\n<p><strong>quantity</strong>: integer</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/opportunities/1","urlObject":{"path":["api","v2","opportunities","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0ef970f-2572-5a10-3f56-a84afda91acb"},{"name":"Create Opportunity","id":"901c4312-f129-e2cf-b20b-0087466f6056","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Young, Richardson and King Demo Product F","type":"text","description":"<p>Required. Max 255 characters</p>\n"},{"key":"desc","value":"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci omnis placeat doloremque beatae reprehenderit mollitia.","type":"text"},{"key":"pipeline_pipe_id","value":"16","type":"text"},{"key":"pipeline_stage_order","value":"0","type":"text"},{"key":"confidence","value":"0.8","type":"text","description":"<p>0 to 1</p>\n"},{"key":"expected_close_date","value":"2017-11-16","type":"text","description":"<p>Y-m-d</p>\n"},{"key":"tags","value":"1,2,3,4","description":"<p>definitive list of comma separated id's</p>\n","type":"text"},{"key":"primary_contact_id","value":"1","type":"text"},{"key":"organisation_id","value":"295","type":"text"},{"key":"won_at","value":"","type":"text","description":"<p>Y-m-d H:i:s</p>\n"},{"key":"lost_at","value":"","type":"text","description":"<p>Y-m-d H:i:s</p>\n"},{"key":"owned_by","value":"","type":"text","description":"<p>User ID - Defaults to current user</p>\n"},{"key":"owned_at","value":"","description":"<p>Defaults to current datetime. Y-m-d H:i:s</p>\n","type":"text"},{"key":"products","value":"[{\"type\": \"normal\", \"product_id\": 1, \"pricebook_id\": 3, \"price\": 299.95, \"quantity\": 1}, {\"name\": \"An arbitrary line item\", \"price\": 100, \"cost\": 50.00, \"quantity\": 2}, {\"type\":\"discount\", \"name\":\"An arbitrary discount\", \"price\":-25,  \"quantity\":1}]","description":"<p>json array of objects, matching provided examples.</p>\n<p><strong>type:</strong> normal or discount (defaults to normal)</p>\n<p><strong>name</strong>: required IF adding a line item or discount, and not selecting an existing product.</p>\n<p><strong>product_id</strong>: required IF selecting an existing product</p>\n<p><strong>pricebook_id</strong>: required IF adding an existing product from a pricebook</p>\n<p><strong>price</strong>: float, up to 2dp (negative for discount items)</p>\n<p><strong>cost</strong>: float, up to 2dp ( optional if adding a line item )</p>\n<p><strong>quantity</strong>: integer</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/opportunities","urlObject":{"path":["api","v2","opportunities"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"901c4312-f129-e2cf-b20b-0087466f6056"},{"name":"Add Tag","id":"d808a4ae-783d-4a47-9e43-62ace4e1447b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"I am a tag","type":"text"},{"key":"slug","value":"i_am_a_slug","type":"text"}]},"url":"{{domain}}/api/v2/opportunities/add-tag","urlObject":{"path":["api","v2","opportunities","add-tag"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d808a4ae-783d-4a47-9e43-62ace4e1447b"}],"id":"f1760166-fae7-3ae5-3383-2dc782f7cb64","_postman_id":"f1760166-fae7-3ae5-3383-2dc782f7cb64","description":""},{"name":"Pipelines","item":[{"name":"Get Pipelines","id":"b4dac71a-6a9d-40c1-8395-b3555c5c9429","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/pipelines?page=1&per_page=1","urlObject":{"path":["api","v2","pipelines"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"b4dac71a-6a9d-40c1-8395-b3555c5c9429"},{"name":"Get Pipeline","id":"002e4d49-ebe9-c622-25b9-d0d031ceea13","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/pipelines/2","urlObject":{"path":["api","v2","pipelines","2"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"002e4d49-ebe9-c622-25b9-d0d031ceea13"},{"name":"Update Pipeline","id":"c4bd0eff-8b13-df7b-bf49-9e714d7cae5a","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Sales Pipeline","type":"text"},{"key":"created_by","value":"1","type":"text"},{"key":"updated_by","value":"0","type":"text"},{"key":"created_at","value":"2017-11-06 10:16:10","type":"text"},{"key":"updated_at","value":"2017-11-06 10:16:10","type":"text"}]},"url":"{{domain}}/api/v2/pipelines/1","urlObject":{"path":["api","v2","pipelines","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4bd0eff-8b13-df7b-bf49-9e714d7cae5a"},{"name":"Create Pipeline","id":"deafe392-038d-c611-ca77-c4561baa31e0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Sales Pipeline","type":"text"},{"key":"created_by","value":"1","type":"text"},{"key":"updated_by","value":"0","type":"text"},{"key":"created_at","value":"2017-11-06 10:16:10","type":"text"},{"key":"updated_at","value":"2017-11-06 10:16:10","type":"text"}]},"url":"{{domain}}/api/v2/pipelines","urlObject":{"path":["api","v2","pipelines"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"deafe392-038d-c611-ca77-c4561baa31e0"}],"id":"cda2c55f-f45c-9820-4c15-360968babde0","_postman_id":"cda2c55f-f45c-9820-4c15-360968babde0","description":""},{"name":"Products","item":[{"name":"Get Products","id":"221ee6c2-a327-4e2e-a463-bad7e5897000","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/products?page=1&per_page=1&pricebook_id=1","urlObject":{"path":["api","v2","products"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"},{"key":"pricebook_id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"221ee6c2-a327-4e2e-a463-bad7e5897000"},{"name":"Get Product","id":"3f8bdb74-aa08-4b5f-a465-9f3a84954a20","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/products/1","urlObject":{"path":["api","v2","products","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f8bdb74-aa08-4b5f-a465-9f3a84954a20"},{"name":"Create Product","id":"41a6d0e3-ec7c-4a82-91a0-4090f896afab","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"My product","type":"text"},{"key":"type","value":"The product type","type":"text"},{"key":"short_desc","value":"A short description","type":"text"},{"key":"long_desc","value":"A longer version of the desciption","type":"text"},{"key":"cost","value":"100.00","type":"text"}]},"url":"{{domain}}/api/v2/products","urlObject":{"path":["api","v2","products"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"41a6d0e3-ec7c-4a82-91a0-4090f896afab"},{"name":"Update Product","id":"9f948600-653a-4f7e-80a0-4004bc00c8e1","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"My new product name","type":"text"},{"key":"type","value":"A modified product type","type":"text"},{"key":"short_desc","value":"A modified short description","type":"text"},{"key":"long_desc","value":"A modified longer version of the desciption","type":"text"},{"key":"cost","value":"100.00","type":"text"}]},"url":"{{domain}}/api/v2/products/1","urlObject":{"path":["api","v2","products","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f948600-653a-4f7e-80a0-4004bc00c8e1"}],"id":"9e631b9b-2b0e-41f5-8300-f387f7ed1f16","_postman_id":"9e631b9b-2b0e-41f5-8300-f387f7ed1f16","description":""},{"name":"Pricebooks","item":[{"name":"Get Pricebooks","id":"68e2d18f-0125-4f85-ac21-75131cc3464c","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/pricebooks?page=1&per_page=1","urlObject":{"path":["api","v2","pricebooks"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"68e2d18f-0125-4f85-ac21-75131cc3464c"},{"name":"Get Pricebook","id":"1c45fcbc-514b-4076-bfe5-ed35cd623912","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/pricebooks/1","urlObject":{"path":["api","v2","pricebooks","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c45fcbc-514b-4076-bfe5-ed35cd623912"},{"name":"Get Pricebook Products","id":"eb4cce00-d49d-490e-87a3-753ac87f0c1e","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/pricebooks/1/products","urlObject":{"path":["api","v2","pricebooks","1","products"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb4cce00-d49d-490e-87a3-753ac87f0c1e"}],"id":"bc82eb54-347c-40cb-90ee-70a9764d5776","_postman_id":"bc82eb54-347c-40cb-90ee-70a9764d5776","description":""},{"name":"Industries","item":[{"name":"Get Industries","id":"41abc62a-0d29-4288-929e-d3fd7b4d0d3d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/industries?page=1&per_page=1","urlObject":{"path":["api","v2","industries"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"41abc62a-0d29-4288-929e-d3fd7b4d0d3d"},{"name":"Get Industry","id":"e1bbf239-d9a6-4629-9cb3-2dbb2530fe88","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/industries/1","urlObject":{"path":["api","v2","industries","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1bbf239-d9a6-4629-9cb3-2dbb2530fe88"},{"name":"Add Industry","id":"e804db99-3223-4552-a1bc-233ad33e0194","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Custom Industry Name","type":"text"}]},"url":"{{domain}}/api/v2/industries","urlObject":{"path":["api","v2","industries"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e804db99-3223-4552-a1bc-233ad33e0194"},{"name":"Update Industry","id":"ea38cc8b-2c32-4474-b77f-9be3edeeeb1c","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Updated industry name","type":"text"}]},"url":"{{domain}}/api/v2/industries/1","urlObject":{"path":["api","v2","industries","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea38cc8b-2c32-4474-b77f-9be3edeeeb1c"}],"id":"00a5c47b-d6ec-4bd4-97f1-ff12df54c7a5","_postman_id":"00a5c47b-d6ec-4bd4-97f1-ff12df54c7a5","description":""},{"name":"Pipes","item":[{"name":"Get Pipes","id":"ab8d46f6-314a-7d82-286d-573b8c454698","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/pipes?page=1&per_page=1","urlObject":{"path":["api","v2","pipes"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"ab8d46f6-314a-7d82-286d-573b8c454698"},{"name":"Get Pipe","id":"c871dfa9-2cdb-3667-e24a-0ffa997b48b2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/pipes/1","urlObject":{"path":["api","v2","pipes","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c871dfa9-2cdb-3667-e24a-0ffa997b48b2"}],"id":"dce41a3a-3532-5cbc-e219-a0bd6769dc8d","_postman_id":"dce41a3a-3532-5cbc-e219-a0bd6769dc8d","description":""},{"name":"Files","item":[{"name":"Get Files","id":"dba8b2f4-0936-79dd-c963-8ea46fab6e70","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/files?page=1&per_page=1","urlObject":{"path":["api","v2","files"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"dba8b2f4-0936-79dd-c963-8ea46fab6e70"},{"name":"Get File","id":"88c3fc6c-584e-2129-1908-a8096f78e616","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/files/1","urlObject":{"path":["api","v2","files","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"88c3fc6c-584e-2129-1908-a8096f78e616"}],"id":"607d2c50-e556-54c1-335e-723364fdf429","_postman_id":"607d2c50-e556-54c1-335e-723364fdf429","description":""},{"name":"Emails","item":[{"name":"Get Emails","id":"30b125e4-7f21-b563-53e0-388074ec9e5c","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/emails?page=1&per_page=1","urlObject":{"path":["api","v2","emails"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"30b125e4-7f21-b563-53e0-388074ec9e5c"},{"name":"Get Email","id":"0e7fb897-98f4-d7f9-3b2c-2693257d89bb","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/emails/1","urlObject":{"path":["api","v2","emails","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e7fb897-98f4-d7f9-3b2c-2693257d89bb"}],"id":"48882688-f700-69de-baa4-f5a0a36d6dd2","_postman_id":"48882688-f700-69de-baa4-f5a0a36d6dd2","description":""},{"name":"Reports","item":[{"name":"Get Reports","id":"73c82c70-3e57-56c8-48fe-148ad9190685","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/reports?page=1&per_page=1","urlObject":{"path":["api","v2","reports"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"73c82c70-3e57-56c8-48fe-148ad9190685"},{"name":"Get Report","id":"c4dfc5e9-4b72-4bb6-de49-a30751b1e154","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/reports/1","urlObject":{"path":["api","v2","reports","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4dfc5e9-4b72-4bb6-de49-a30751b1e154"}],"id":"af2022f6-2acf-df3e-c184-7d57e2437a3c","_postman_id":"af2022f6-2acf-df3e-c184-7d57e2437a3c","description":""},{"name":"Notes","item":[{"name":"Get Notes","id":"0342efa0-6cbb-3c2e-ed74-202719dbabfd","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/notes?page=1&per_page=1","urlObject":{"path":["api","v2","notes"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"0342efa0-6cbb-3c2e-ed74-202719dbabfd"},{"name":"Get Note","id":"ff8e3eec-15bd-585e-f643-ad9b7bac4cc8","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/notes/1","urlObject":{"path":["api","v2","notes","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff8e3eec-15bd-585e-f643-ad9b7bac4cc8"},{"name":"Create Note","id":"79c4bb02-0a5c-d6ba-6471-def4691c9693","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"parent_type","value":"contact","type":"text","description":"<p>Polymorph types: contact, organisation, opportunity, report.</p>\n"},{"key":"parent_id","value":"1","description":"<p>Polymorph entity id.</p>\n","type":"text"},{"key":"color","value":"#95a5a6","description":"<p>#95a5a6, #e74c3c, #e67e22, #27ae60, #2980b9, #8e44ad, #2c3e50.</p>\n","type":"text"},{"key":"description","value":"This is a note for contact id 1","description":"<p>The body of the note.</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/notes","urlObject":{"path":["api","v2","notes"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"79c4bb02-0a5c-d6ba-6471-def4691c9693"},{"name":"Update Note","id":"cb7f6d5b-d768-e682-6370-21f4cada7649","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"parent_type","value":"contact","type":"text","description":"<p>Polymorph types: contact, organisation, opportunity, report.</p>\n"},{"key":"parent_id","value":"1","description":"<p>Polymorph entity id.</p>\n","type":"text"},{"key":"color","value":"#e74c3c","description":"<p>#95a5a6, #e74c3c, #e67e22, #27ae60, #2980b9, #8e44ad, #2c3e50.</p>\n","type":"text"},{"key":"description","value":"This is an updated note for contact id 1","description":"<p>The body of the note.</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/notes/1","urlObject":{"path":["api","v2","notes","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb7f6d5b-d768-e682-6370-21f4cada7649"}],"id":"8ccc0358-1aec-3ea2-82d6-9fb0c4dbc62a","_postman_id":"8ccc0358-1aec-3ea2-82d6-9fb0c4dbc62a","description":""},{"name":"Users","item":[{"name":"Get User","id":"705b5b00-be3e-4f90-91f4-2b05fd7f51a5","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/users/3","urlObject":{"path":["api","v2","users","3"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"705b5b00-be3e-4f90-91f4-2b05fd7f51a5"},{"name":"Get User Notices","id":"6d9ff1d0-2adb-41ff-85e9-9ee5ad0755be","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/users/3/notices","urlObject":{"path":["api","v2","users","3","notices"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d9ff1d0-2adb-41ff-85e9-9ee5ad0755be"},{"name":"Get Users","id":"d874300f-61c7-4af6-a552-927a69f40f43","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/users?page=1&per_page=1","urlObject":{"path":["api","v2","users"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"d874300f-61c7-4af6-a552-927a69f40f43"},{"name":"Me","id":"ce6a09f9-13ba-43e0-a014-37c028198023","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/api/v2/users/me","urlObject":{"path":["api","v2","users","me"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce6a09f9-13ba-43e0-a014-37c028198023"}],"id":"3425768a-8220-46f4-b452-665e41706221","_postman_id":"3425768a-8220-46f4-b452-665e41706221","description":""},{"name":"Search","item":[{"name":"Global Search","id":"da21128b-18ff-e466-34b3-a89bcc6cb556","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"search_term","value":"john","description":"<p>The search terms</p>\n","type":"text"},{"key":"exclude_contacts","value":"true","description":"<p>Optional, giving this route a bit more versatility</p>\n","type":"text"},{"key":"exclude_organisations","value":"true","description":"<p>Optional, giving this route a bit more versatility</p>\n","type":"text"},{"key":"exclude_opportunities","value":"true","description":"<p>Optional, giving this route a bit more versatility</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/search","urlObject":{"path":["api","v2","search"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"da21128b-18ff-e466-34b3-a89bcc6cb556"},{"name":"Contact Sources","id":"5c8f6021-5520-4497-937c-4b3c0f4f92ed","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"search_term","value":"","description":"<p>The search terms</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/search/contact-sources?page=1&per_page=10","urlObject":{"path":["api","v2","search","contact-sources"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"}],"variable":[]}},"response":[],"_postman_id":"5c8f6021-5520-4497-937c-4b3c0f4f92ed"},{"name":"Contact Origins","id":"3ffe4e3d-498b-4bc8-91ca-f451dd5d6d7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The search terms</p>\n","key":"search_term","type":"text","value":""}]},"url":"{{domain}}/api/v2/search/contact-origins?page=1&per_page=10","urlObject":{"path":["api","v2","search","contact-origins"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"10"}],"variable":[]}},"response":[],"_postman_id":"3ffe4e3d-498b-4bc8-91ca-f451dd5d6d7b"},{"name":"Contacts","id":"cf987b7d-66d4-4289-8fd5-932c4054b033","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"search_term","value":"","description":"<p>The search terms</p>\n","type":"text"},{"key":"qualified_status","value":"disqualified","description":"<p>qualified, unqualified or disqualified</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/search/contacts?page=10&per_page=1","urlObject":{"path":["api","v2","search","contacts"],"host":["{{domain}}"],"query":[{"key":"page","value":"10"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"cf987b7d-66d4-4289-8fd5-932c4054b033"},{"name":"Contact Tags","id":"691caaea-2824-4256-aa00-9f10b195aacf","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"search_term","value":"","description":"<p>The search terms</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/search/contact-tags?page=1&per_page=1","urlObject":{"path":["api","v2","search","contact-tags"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"691caaea-2824-4256-aa00-9f10b195aacf"},{"name":"Notes","id":"35aa162a-54fa-44f5-9d13-9fe039600173","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"search_term","value":"","description":"<p>The search terms</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/search/notes?page=1&per_page=1","urlObject":{"path":["api","v2","search","notes"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"35aa162a-54fa-44f5-9d13-9fe039600173"},{"name":"Map","id":"b5c665c9-08c1-4628-81e1-f819383e2c4f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"latitude","value":"52.405994","type":"text"},{"key":"longitude","value":"-1.522087","type":"text"},{"key":"distance","value":"1000","type":"text"}]},"url":"{{domain}}/api/v2/search/map?page=1&per_page=1","urlObject":{"path":["api","v2","search","map"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"b5c665c9-08c1-4628-81e1-f819383e2c4f"},{"name":"Organisation Tags","id":"3f2d2e8f-d9ee-48e6-a00a-c66f5af4c327","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"search_term","value":"","description":"<p>The search terms</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/search/organisation-tags?page=1&per_page=1","urlObject":{"path":["api","v2","search","organisation-tags"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"3f2d2e8f-d9ee-48e6-a00a-c66f5af4c327"},{"name":"Opportunity Tags","id":"0c5ce47a-2faa-4512-9b2c-bebb48a5b554","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"search_term","value":"","description":"<p>The search terms</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/search/opportunity-tags?page=1&per_page=1","urlObject":{"path":["api","v2","search","opportunity-tags"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"0c5ce47a-2faa-4512-9b2c-bebb48a5b554"},{"name":"Industries","id":"56dba567-61cf-45d3-b98e-4f9fb2827a98","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"search_term","value":"","description":"<p>The search terms</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/search/industries?page=1&per_page=1","urlObject":{"path":["api","v2","search","industries"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"56dba567-61cf-45d3-b98e-4f9fb2827a98"},{"name":"User","id":"3de76292-05e9-4812-837c-c59880125e35","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"search_term","value":"","description":"<p>The search terms</p>\n","type":"text"}]},"url":"{{domain}}/api/v2/search/users?page=1&per_page=1","urlObject":{"path":["api","v2","search","users"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"3de76292-05e9-4812-837c-c59880125e35"}],"id":"e881432f-8fa0-4f5f-8121-ccc7f13e8db9","_postman_id":"e881432f-8fa0-4f5f-8121-ccc7f13e8db9","description":""},{"name":"Get Access token","id":"b9ac7152-2413-47e0-89ba-d0bc5df1fb3b","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"},{"key":"username","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"grant_type","value":"password","type":"text"}]},"url":"{{domain}}/oauth/token","urlObject":{"path":["oauth","token"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9ac7152-2413-47e0-89ba-d0bc5df1fb3b"},{"name":"Reset Password","id":"32ddb9d0-cda7-4df0-88a6-87dac6cc0bcb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","type":"text"}]},"url":"{{domain}}/api/v2/password/reset","urlObject":{"path":["api","v2","password","reset"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"32ddb9d0-cda7-4df0-88a6-87dac6cc0bcb"}],"event":[{"listen":"prerequest","script":{"id":"4c061470-3eb3-459e-8b0c-2f5b81cc49fc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"607e516a-9b07-4ff3-b7f8-ee1e67a1b5bc","type":"text/javascript","exec":[""]}}]}