{"info":{"_postman_id":"23e59f5b-49f0-4bca-b595-448781abddb7","name":"SendSmith Developer API","description":"<html><head></head><body><p>SendSmith (<a href=\"http://www.sendsmith.com\">http://www.sendsmith.com</a>) is a second generation email marketing system with excellent email delivery and exceptional post-campaign reporting. The following documentation is for developers who wish to integrate SendSmith with your existing infrastructure.</p><br>\n<p>The following documentation details how you manage your SendSmith account using RESTful APIs.</p><br>\nThe values shown in double curly brackets e.g.\n<table>\n<tbody><tr><td>{{url}}</td><td>- your delicated URL</td></tr>\n<tr><td>{{namespace}}</td><td>- your namespace</td></tr>\n<tr><td>{{access_token_v2}}</td><td>- your API token</td></tr>\n<tr><td>{{lang}}</td><td>- en_US / fr_FR / de_DE / es_ES / it_IT / nl_NL / ru_RU / zh_HK / zh_CN / ja_JP / ko_KR / th_TH</td></tr>\n</tbody></table><br>\nare different for every user and you can obtain the values for you after logging into SendSmith and click into the tab \"API\":-<br><br>\n<img src=\"http://www.sendsmith.com/common/images/api_screenshot.jpg\" width=\"224\" height=\"308\"></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21230470","collectionId":"23e59f5b-49f0-4bca-b595-448781abddb7","publishedId":"Uz5Dowo4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-05-31T03:58:14.000Z"},"item":[{"name":"v3","item":[{"name":"User","item":[{"name":"Dashboard","id":"859a5b22-fc1e-4c70-88d9-87ee6007be92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/user/dashboard/","urlObject":{"path":["{{namespace}}","api","v3","user","dashboard",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"859a5b22-fc1e-4c70-88d9-87ee6007be92"}],"id":"a24ac236-2ffe-4750-8a35-90f2bdf58804","_postman_id":"a24ac236-2ffe-4750-8a35-90f2bdf58804","description":""},{"name":"Campaign","item":[{"name":"Listing (sent)","id":"b5293c77-84ff-46ab-a895-e6bb0d1aa16e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/campaign/getsent/","urlObject":{"path":["{{namespace}}","api","v3","campaign","getsent",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5293c77-84ff-46ab-a895-e6bb0d1aa16e"},{"name":"Listing (scheduled)","id":"a5c554b6-5b1b-48a7-984a-76556155ec70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/campaign/getscheduled/","urlObject":{"path":["{{namespace}}","api","v3","campaign","getscheduled",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5c554b6-5b1b-48a7-984a-76556155ec70"},{"name":"Listing (unsent)","id":"1b72988c-8293-47ba-92dc-28fd6322a200","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/campaign/getunsent/","urlObject":{"path":["{{namespace}}","api","v3","campaign","getunsent",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b72988c-8293-47ba-92dc-28fd6322a200"},{"name":"Listing (all)","id":"6704ed42-ec64-436f-9bb7-beb33653146b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/campaign/getall/","urlObject":{"path":["{{namespace}}","api","v3","campaign","getall",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6704ed42-ec64-436f-9bb7-beb33653146b"},{"name":"Listing (killed)","id":"d37ebc0f-bac4-4b98-9893-ec25fee1652e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/campaign/getkilled/?limit=10","urlObject":{"path":["{{namespace}}","api","v3","campaign","getkilled",""],"host":["{{url}}"],"query":[{"key":"limit","value":"10"}],"variable":[]}},"response":[],"_postman_id":"d37ebc0f-bac4-4b98-9893-ec25fee1652e"},{"name":"Create campaign","id":"1e6cf781-6466-4f50-bea4-bae6c5958bed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"identity","value":"Identity Name","description":"<p>This is the email display name. All options should be in campaigns &gt; identies in the backend.  This could be your business name / company name (e.g. SendSmith)</p>\n","type":"text"},{"key":"campaign_name","value":"Campaign name","description":"<p>Should be a unique name and no duplicates. Only Alphanumeric, spaces, hypens and underscores are acceptable (E.g. My First Campaign or My_First_Campaign-2022)</p>\n","type":"text"},{"key":"email_subject","value":"Email subject","description":"<p>Email subject that is going to be displayed in the email just like other ordinary emails (E.g. Hello! This Is My First Campaign)</p>\n","type":"text"},{"key":"report_to","value":"Email","description":"<p>This is the recipient of the campaign report (E.g. <a href=\"mailto:john.doe@yourdomain.com\">john.doe@yourdomain.com</a>)</p>\n","type":"text"},{"key":"content","value":"HTML Content","description":"<p>Should contain HTML tags like html and body tags (E.g. &lt;html&gt;&lt;head&gt;&lt;title&gt;Title Here&lt;/title&gt;&lt;/head&gt;&lt;body&gt;Content Here&lt;/body&gt;&lt;/html&gt;) </p>\n","type":"text"},{"key":"campaign_receiver","value":"Campaign Receivers","description":"<p>Values acceptable are: entire_list / selected_list (E.g.  entire_list)</p>\n","type":"text"},{"key":"interest_group[]","value":"Group Name 1","description":"<p>Only add when \"campaign_receiver\" value is \"selected_list\". So here you can put your selected group to be the receiver. All options should be in contacts &gt; interest groups in the backend. This is actually the group of all your contacts. (E.g. All Web Subscribers)</p>\n","type":"text"},{"key":"interest_group[]","value":"Group Name 2","type":"text","description":"<p>Only add when \"campaign_receiver\" value is \"selected_list\". So here you can put your selected group to be the receiver. All options should be in contacts &gt; interest groups in the backend. This is actually the group of all your contacts. (E.g. All Wine Lovers)</p>\n"}]},"url":"{{url}}/{{namespace}}/api/v3/campaign/create/","urlObject":{"path":["{{namespace}}","api","v3","campaign","create",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e6cf781-6466-4f50-bea4-bae6c5958bed"},{"name":"Send test","id":"915ddcdd-5014-449a-ad60-64b74bbb52e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/campaign/sendtest/{{campaign_id}}?email={{email_address}}","urlObject":{"path":["{{namespace}}","api","v3","campaign","sendtest","{{campaign_id}}"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Send test email to</p>\n","type":"text/plain"},"key":"email","value":"{{email_address}}"}],"variable":[]}},"response":[],"_postman_id":"915ddcdd-5014-449a-ad60-64b74bbb52e8"},{"name":"Remove campaign","id":"fc12f5a7-0e2b-4a97-9116-458217c4ecd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"},{"key":"Language","value":"{{lang}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/campaign/remove/{{campaign_id}}","urlObject":{"path":["{{namespace}}","api","v3","campaign","remove","{{campaign_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc12f5a7-0e2b-4a97-9116-458217c4ecd1"},{"name":"Campaign statistics","id":"678678c8-a485-48ed-abd6-4d4ec8ce39c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/{{namespace}}/api/v3/campaign/getstats/{{campaign_id}}","urlObject":{"path":["{{namespace}}","api","v3","campaign","getstats","{{campaign_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"678678c8-a485-48ed-abd6-4d4ec8ce39c4"},{"name":"Preview campaign","id":"ec960506-a90e-429b-9f7a-27b657199b55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/campaign/preview/{{campaign_id}}","urlObject":{"path":["{{namespace}}","api","v3","campaign","preview","{{campaign_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec960506-a90e-429b-9f7a-27b657199b55"},{"name":"Kill campaign","id":"5bff2265-1ad1-4a5b-8f45-a7d9ed977b42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/campaign/kill/{{campaign_id}}","urlObject":{"path":["{{namespace}}","api","v3","campaign","kill","{{campaign_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bff2265-1ad1-4a5b-8f45-a7d9ed977b42"},{"name":"Reschedule campaign","id":"c734ecdf-22fc-4d1f-b95e-bfbe5a816e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"},{"key":"Language","value":"{{lang}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"year","value":"year","type":"text"},{"key":"month","value":"month","type":"text"},{"key":"day","value":"day","type":"text"},{"key":"hour","value":"hour","type":"text"},{"key":"minute","value":"minutes","type":"text"}]},"url":"{{url}}/{{namespace}}/api/v3/campaign/reschedule/{{campaign_id}}","urlObject":{"path":["{{namespace}}","api","v3","campaign","reschedule","{{campaign_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c734ecdf-22fc-4d1f-b95e-bfbe5a816e01"},{"name":"Send final","id":"805acae5-38e3-44c2-b032-bb569a48c9b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"},{"key":"Language","value":"{{lang}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"year","type":"text","value":"year"},{"key":"month","type":"text","value":"month"},{"key":"day","type":"text","value":"day"},{"key":"hour","type":"text","value":"hour"},{"key":"minute","type":"text","value":"minute"}]},"url":"{{url}}/{{namespace}}/api/v3/campaign/sendfinal/{{campaign_id}}","urlObject":{"path":["{{namespace}}","api","v3","campaign","sendfinal","{{campaign_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"805acae5-38e3-44c2-b032-bb569a48c9b0"},{"name":"Update campaign","id":"781d72f1-651d-485b-b162-c1010d1593d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"identity","value":"Identity Name","description":"<p>This is the email display name. All options should be in campaigns &gt; identies in the backend.  This could be your business name / company name (e.g. SendSmith)</p>\n","type":"text"},{"key":"campaign_name","value":"Campaign name","type":"text","description":"<p>Should be a unique name and no duplicates. Only Alphanumeric, spaces, hypens and underscores are acceptable (E.g. My First Campaign or My_First_Campaign-2022)</p>\n"},{"key":"email_subject","value":"Email subject","type":"text","description":"<p>Email subject that is going to be displayed in the email just like other ordinary emails (E.g. Hello! This Is My First Campaign)</p>\n"},{"key":"report_to","value":"Email","type":"text","description":"<p>This is the recipient of the campaign report (E.g. <a href=\"mailto:john.doe@yourdomain.com\">john.doe@yourdomain.com</a>)</p>\n"},{"key":"content","value":"HTML Content","description":"<p>Should contain HTML tags like html and body tags (E.g. &lt;html&gt;&lt;head&gt;&lt;title&gt;Title Here&lt;/title&gt;&lt;/head&gt;&lt;body&gt;Content Here&lt;/body&gt;&lt;/html&gt;) </p>\n","type":"text"},{"key":"campaign_receiver","value":"Campaign Receivers","description":"<p>Values acceptable are: entire_list / selected_list (E.g.  entire_list)</p>\n","type":"text"},{"key":"interest_group[]","value":"Group Name 1","type":"text","description":"<p>Only add when \"campaign_receiver\" value is \"selected_list\". So here you can put your selected group to be the receiver. All options should be in contacts &gt; interest groups in the backend. This is actually the group of all your contacts. (E.g. All Web Subscribers)</p>\n"},{"key":"interest_group[]","value":"Group Name 2","description":"<p>Only add when \"campaign_receiver\" value is \"selected_list\". So here you can put your selected group to be the receiver. All options should be in contacts &gt; interest groups in the backend. This is actually the group of all your contacts. (E.g. All Wine Lovers)</p>\n","type":"text"}]},"url":"{{url}}/{{namespace}}/api/v3/campaign/update/{{campaign_id}}","urlObject":{"path":["{{namespace}}","api","v3","campaign","update","{{campaign_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"781d72f1-651d-485b-b162-c1010d1593d8"},{"name":"Get campaign detail","id":"468afe6b-9d34-45c5-95b2-77741efa88b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/campaign/detail/{{campaign_id}}","urlObject":{"path":["{{namespace}}","api","v3","campaign","detail","{{campaign_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"468afe6b-9d34-45c5-95b2-77741efa88b1"}],"id":"36b64210-31e1-488e-8653-3925b2489ae8","_postman_id":"36b64210-31e1-488e-8653-3925b2489ae8","description":""},{"name":"Member","item":[{"name":"Get all members","id":"89fe04dc-57f7-43a8-a638-6998414e321c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/member/getall/","urlObject":{"path":["{{namespace}}","api","v3","member","getall",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"89fe04dc-57f7-43a8-a638-6998414e321c"},{"name":"Create member","id":"cf558b52-2815-4d6a-9108-0f8acb3eda55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email_address","value":"","description":"<p>Email address *Mandatory</p>\n","type":"text"},{"key":"first_name","value":"","description":"<p>First name</p>\n","type":"text"},{"key":"last_name","value":"","description":"<p>Last name</p>\n","type":"text"},{"key":"salutation","value":"0","description":"<p>Salutation code</p>\n","type":"text"},{"key":"country","value":"","description":"<p>Country</p>\n","type":"text"},{"key":"website","value":"","description":"<p>Website</p>\n","type":"text"},{"key":"campany_name","value":"","description":"<p>Company name</p>\n","type":"text"},{"key":"department","value":"","description":"<p>Department</p>\n","type":"text"},{"key":"job_title","value":"","description":"<p>Job title</p>\n","type":"text"},{"key":"work_phone","value":"","description":"<p>Work phone</p>\n","type":"text"},{"key":"work_phone_extension","value":"","description":"<p>Work phone extension</p>\n","type":"text"},{"key":"work_phone_main","value":"","description":"<p>Work phone main line</p>\n","type":"text"},{"key":"home_phone","value":"","description":"<p>Home phone</p>\n","type":"text"},{"key":"mobile_phone","value":"","description":"<p>Mobile phone</p>\n","type":"text"},{"key":"fax_number","value":"","description":"<p>Fax number</p>\n","type":"text"},{"key":"work1_address_1","value":"","description":"<p>Work address 1</p>\n","type":"text"},{"key":"work1_address_2","value":"","description":"<p>Work address 2</p>\n","type":"text"},{"key":"work1_address_3","value":"","description":"<p>Work address 3</p>\n","type":"text"},{"key":"work1_city","value":"","description":"<p>Work city</p>\n","type":"text"},{"key":"work1_region","value":"","description":"<p>Work region</p>\n","type":"text"},{"key":"work1_postcode","value":"","description":"<p>Work postal code</p>\n","type":"text"},{"key":"work1_country","value":"","description":"<p>Work country</p>\n","type":"text"},{"key":"home1_address_1","value":"","description":"<p>Home address 1</p>\n","type":"text"},{"key":"home1_address_2","value":"","description":"<p>Home address 2</p>\n","type":"text"},{"key":"home1_address_3","value":"","description":"<p>Home address 3</p>\n","type":"text"},{"key":"home1_city","value":"","description":"<p>Home city</p>\n","type":"text"},{"key":"home1_region","value":"","description":"<p>Home region</p>\n","type":"text"},{"key":"home1_postcode","value":"","description":"<p>Home postal code</p>\n","type":"text"},{"key":"home1_country","value":"","description":"<p>Home country</p>\n","type":"text"},{"key":"birthday","value":"","description":"<p>Birthday</p>\n","type":"text"},{"key":"interest_group[]","value":"","description":"<p>Interest group ids</p>\n","type":"text"},{"key":"interest_group[]","value":"","type":"text"}]},"url":"{{url}}/{{namespace}}/api/v3/member/create/","urlObject":{"path":["{{namespace}}","api","v3","member","create",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf558b52-2815-4d6a-9108-0f8acb3eda55"},{"name":"Delete member","id":"4c0dbdf6-ae66-4690-afb1-01e838231bf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/member/delete/{{member_id}}","urlObject":{"path":["{{namespace}}","api","v3","member","delete","{{member_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c0dbdf6-ae66-4690-afb1-01e838231bf5"},{"name":"Get member","id":"1de28de8-51de-408a-9e1f-a8a4e3b34bc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/member/get/{{member_id}}","urlObject":{"path":["{{namespace}}","api","v3","member","get","{{member_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1de28de8-51de-408a-9e1f-a8a4e3b34bc4"},{"name":"Update member","id":"c4f28744-94ce-4631-b4bd-49b45d0eb40d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email_address","value":"","description":"<p>Email address *mandatory</p>\n","type":"text"},{"key":"first_name","value":"","description":"<p>First name</p>\n","type":"text"},{"key":"last_name","value":"","description":"<p>Last name</p>\n","type":"text"},{"key":"salutation","value":"0","description":"<p>Salutation code</p>\n","type":"text"},{"key":"unsubscribed","value":"","description":"<p>Unsubscribed</p>\n","type":"text"},{"key":"country","value":"","description":"<p>Country</p>\n","type":"text"},{"key":"website","value":"","description":"<p>Website</p>\n","type":"text"},{"key":"company_name","value":"","description":"<p>Company name</p>\n","type":"text"},{"key":"department","value":"","description":"<p>Department</p>\n","type":"text"},{"key":"job_title","value":"","description":"<p>Job title</p>\n","type":"text"},{"key":"work_phone","value":"","description":"<p>Work phone</p>\n","type":"text"},{"key":"work_phone_extension","value":"","description":"<p>Work phone extension</p>\n","type":"text"},{"key":"work_phone_main","value":"","description":"<p>Work phone main line</p>\n","type":"text"},{"key":"home_phone","value":"","description":"<p>Home phone</p>\n","type":"text"},{"key":"mobile_phone","value":"","description":"<p>Mobile phone</p>\n","type":"text"},{"key":"fax_number","value":"","description":"<p>Fax number</p>\n","type":"text"},{"key":"work1_address_1","value":"","description":"<p>Work address 1</p>\n","type":"text"},{"key":"work1_address_2","value":"","description":"<p>Work address 2</p>\n","type":"text"},{"key":"work1_address_3","value":"","description":"<p>Work address 3</p>\n","type":"text"},{"key":"work1_city","value":"","description":"<p>Work city</p>\n","type":"text"},{"key":"work1_region","value":"","description":"<p>Work region</p>\n","type":"text"},{"key":"work1_postcode","value":"","description":"<p>Work postal code</p>\n","type":"text"},{"key":"work1_country","value":"","description":"<p>Work country</p>\n","type":"text"},{"key":"home1_address_1","value":"","description":"<p>Home address 1</p>\n","type":"text"},{"key":"home1_address_2","value":"","description":"<p>Home address 2</p>\n","type":"text"},{"key":"home1_address_3","value":"","description":"<p>Home address 3</p>\n","type":"text"},{"key":"home1_city","value":"","description":"<p>Home city</p>\n","type":"text"},{"key":"home1_region","value":"","description":"<p>Home region</p>\n","type":"text"},{"key":"home1_postcode","value":"","description":"<p>Home postal code</p>\n","type":"text"},{"key":"home1_country","value":"","description":"<p>Home country</p>\n","type":"text"},{"key":"birthday","value":"","description":"<p>Birthday</p>\n","type":"text"},{"key":"interest_group[]","value":"","description":"<p>Interest group id</p>\n","type":"text"},{"key":"interest_group[]","value":"","type":"text"}]},"url":"{{url}}/{{namespace}}/api/v3/member/update/{{member_id}}","urlObject":{"path":["{{namespace}}","api","v3","member","update","{{member_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4f28744-94ce-4631-b4bd-49b45d0eb40d"}],"id":"2baca518-405d-460c-ae49-93dcbabdd948","_postman_id":"2baca518-405d-460c-ae49-93dcbabdd948","description":""},{"name":"Interest group","item":[{"name":"Create group","id":"41f7c415-0f9b-4ee5-a216-ea421d241804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"parent_id","value":"","description":"<p>Parent group id</p>\n","type":"text"},{"key":"group_name","value":"Testing5","description":"<p>Interest group name</p>\n","type":"text"}]},"url":"{{url}}/{{namespace}}/api/v3/interestgroup/create/","urlObject":{"path":["{{namespace}}","api","v3","interestgroup","create",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"41f7c415-0f9b-4ee5-a216-ea421d241804"},{"name":"Update group","id":"7dd3d7d0-6f51-4f96-acbe-4aac4adc5afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"parent_id","value":"","description":"<p>Parent group id</p>\n","type":"text"},{"key":"group_name","value":"new group name","description":"<p>Interest group name</p>\n","type":"text"}]},"url":"{{url}}/{{namespace}}/api/v3/interestgroup/update/{{interestgroup_id}}","urlObject":{"path":["{{namespace}}","api","v3","interestgroup","update","{{interestgroup_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7dd3d7d0-6f51-4f96-acbe-4aac4adc5afd"},{"name":"Get all interest groups","id":"d82b6af7-1bfd-46e4-89d2-1ccd3f0b00f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/interestgroup/getall/","urlObject":{"path":["{{namespace}}","api","v3","interestgroup","getall",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d82b6af7-1bfd-46e4-89d2-1ccd3f0b00f9"},{"name":"Get interest group","id":"d0af239b-dc8a-4fb4-a647-765c428173cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/interestgroup/get/{{interestgroup_id}}","urlObject":{"path":["{{namespace}}","api","v3","interestgroup","get","{{interestgroup_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0af239b-dc8a-4fb4-a647-765c428173cb"},{"name":"Delete interest group","id":"c6463095-6e4c-4ad6-90b5-a9e133cbe427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/interestgroup/delete/{{interestgroup_id}}","urlObject":{"path":["{{namespace}}","api","v3","interestgroup","delete","{{interestgroup_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6463095-6e4c-4ad6-90b5-a9e133cbe427"},{"name":"Get interest group members","id":"ebeb67ce-5207-418b-8414-2831549ba5ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/interestgroup/getmembers/{{interestgroup_id}}?limit","urlObject":{"path":["{{namespace}}","api","v3","interestgroup","getmembers","{{interestgroup_id}}"],"host":["{{url}}"],"query":[{"key":"limit","value":""}],"variable":[]}},"response":[],"_postman_id":"ebeb67ce-5207-418b-8414-2831549ba5ab"},{"name":"Get interest group parent ","id":"7d032195-9e43-4791-90f6-82a95b0a76a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/interestgroup/getparent/{{interestgroup_id}}","urlObject":{"path":["{{namespace}}","api","v3","interestgroup","getparent","{{interestgroup_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d032195-9e43-4791-90f6-82a95b0a76a9"},{"name":"Get interst group children","id":"ced6c610-20f2-4770-82b4-000b724322d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/interestgroup/getchild/{{interestgroup_id}}","urlObject":{"path":["{{namespace}}","api","v3","interestgroup","getchild","{{interestgroup_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ced6c610-20f2-4770-82b4-000b724322d6"}],"id":"a60879a3-f917-40c4-b1b8-da5d887e1068","_postman_id":"a60879a3-f917-40c4-b1b8-da5d887e1068","description":""},{"name":"Identity","item":[{"name":"Create identity","id":"30a21fd2-af40-43ae-b176-f24b6443a037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email_display_name","value":"display name","description":"<p>Email display name *mandatory</p>\n","type":"text"},{"key":"sender_email_address","value":"email address","description":"<p>Sender email address *mandatory</p>\n","type":"text"},{"key":"company_name","value":"","description":"<p>Company name</p>\n","type":"text"},{"key":"company_description","value":"","description":"<p>Company description</p>\n","type":"text"},{"key":"address_1","value":"address 1","description":"<p>Address 1 *mandatory</p>\n","type":"text"},{"key":"address_2","value":"address 2","description":"<p>Address 2</p>\n","type":"text"},{"key":"address_3","value":"address 3","description":"<p>Address 3</p>\n","type":"text"},{"key":"region","value":"region","description":"<p>Region</p>\n","type":"text"},{"key":"city","value":"city","description":"<p>City *mandatory</p>\n","type":"text"},{"key":"country","value":"country","description":"<p>Country *mandatory</p>\n","type":"text"},{"key":"telephone","value":"","description":"<p>Telephone</p>\n","type":"text"},{"key":"fax","value":"","description":"<p>Fax number</p>\n","type":"text"},{"key":"email","value":"email address","description":"<p>Email *mandatory</p>\n","type":"text"},{"key":"website","value":"website","description":"<p>Website link *mandatory</p>\n","type":"text"},{"key":"facebook","value":"","description":"<p>Facebook link </p>\n","type":"text"},{"key":"twitter","value":"","description":"<p>Twitter link</p>\n","type":"text"},{"key":"header_footer_language","value":"","description":"<p>Header and footer language</p>\n","type":"text"},{"key":"include_unable_to_view_in_header","value":"","description":"<p>Include unable to view in header</p>\n","type":"text"},{"key":"logo","description":"<p>Logo file</p>\n","type":"file","value":null}]},"url":"{{url}}/{{namespace}}/api/v3/identity/create/","urlObject":{"path":["{{namespace}}","api","v3","identity","create",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"30a21fd2-af40-43ae-b176-f24b6443a037"},{"name":"Delete identity","id":"f9944ff1-e446-44bd-95f3-359bad30886b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/identity/delete/{{identity_id}}","urlObject":{"path":["{{namespace}}","api","v3","identity","delete","{{identity_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9944ff1-e446-44bd-95f3-359bad30886b"},{"name":"Get identity","id":"0beab21d-55f3-4883-83a3-7f89ab8eaa86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/identity/get/{{identity_id}}","urlObject":{"path":["{{namespace}}","api","v3","identity","get","{{identity_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0beab21d-55f3-4883-83a3-7f89ab8eaa86"},{"name":"Get all identities","id":"adf4e0a5-e973-441a-90bf-987030eeea60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"url":"{{url}}/{{namespace}}/api/v3/identity/getall/","urlObject":{"path":["{{namespace}}","api","v3","identity","getall",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"adf4e0a5-e973-441a-90bf-987030eeea60"},{"name":"Update identity","id":"05f583a9-33b1-41db-8cb9-b16c08f4dbea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Language","value":"{{lang}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token_v2}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email_display_name","value":"display name","description":"<p>Email display name *mandatory</p>\n","type":"text"},{"key":"sender_email_address","value":"sender email address","description":"<p>Sender email address *mandatory</p>\n","type":"text"},{"key":"company_name","value":"","description":"<p>Company name</p>\n","type":"text"},{"key":"company_description","value":"","description":"<p>Company description</p>\n","type":"text"},{"key":"address_1","value":"address 1","description":"<p>Address 1 *mandatory</p>\n","type":"text"},{"key":"address_2","value":"address 2","description":"<p>Address 2</p>\n","type":"text"},{"key":"address_3","value":"address 3","description":"<p>Address 3</p>\n","type":"text"},{"key":"region","value":"region","description":"<p>Region *mandatory</p>\n","type":"text"},{"key":"city","value":"city","description":"<p>City  *mandatory</p>\n","type":"text"},{"key":"country","value":"country","description":"<p>Country *mandatory</p>\n","type":"text"},{"key":"telephone","value":"","description":"<p>Telephone</p>\n","type":"text"},{"key":"fax","value":"","description":"<p>Fax number</p>\n","type":"text"},{"key":"email","value":"email address","description":"<p>Email *mandatory</p>\n","type":"text"},{"key":"website","value":"website","description":"<p>Website link *mandatory</p>\n","type":"text"},{"key":"facebook","value":"","description":"<p>Facebook link </p>\n","type":"text"},{"key":"twitter","value":"","description":"<p>Twitter link</p>\n","type":"text"},{"key":"header_footer_language","value":"","description":"<p>Header and footer language</p>\n","type":"text"},{"key":"include_unable_to_view_in_header","value":"","description":"<p>Include unable to view in header</p>\n","type":"text"},{"key":"logo","description":"<p>Logo file</p>\n","type":"file","value":null}]},"url":"{{url}}/{{namespace}}/api/v3/identity/update/{{identity_id}}","urlObject":{"path":["{{namespace}}","api","v3","identity","update","{{identity_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05f583a9-33b1-41db-8cb9-b16c08f4dbea"}],"id":"8d3c3156-0acb-410c-ad41-c28981599948","_postman_id":"8d3c3156-0acb-410c-ad41-c28981599948","description":""}],"id":"277efa96-a47f-48db-9b4e-75c9ab948116","_postman_id":"277efa96-a47f-48db-9b4e-75c9ab948116","description":""}],"event":[{"listen":"prerequest","script":{"id":"4eb45fc9-3a7f-420a-bae6-36fb08497579","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e13cc965-1250-412e-b61b-194f15f25f2b","type":"text/javascript","exec":[""]}}]}