{"info":{"_postman_id":"586dd565-48de-7c59-95eb-9408ce374d0e","name":"SurveyMonkey API V3 ","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Benchmarks","item":[{"name":"Get a list of benchmark bundles","id":"529bffb4-80e3-3d7f-48b6-71efb83c1ed7","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/benchmark_bundles","description":"Get a list of benchmark bundles that you have access to"},"response":[],"_postman_id":"529bffb4-80e3-3d7f-48b6-71efb83c1ed7"},{"name":"Get a list of benchmark bundles details","id":"9beb69ed-8642-4251-7a19-9d936dc20d9d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/benchmark_bundles/{{BUNDLE_ID}}","description":"Returns the questions and details included in a given bundle"},"response":[],"_postman_id":"9beb69ed-8642-4251-7a19-9d936dc20d9d"},{"name":"Get bundle benchmark","id":"125e2faa-96b8-1b01-639d-4eb22d1bf768","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/benchmark_bundles/{{BUNDLE_ID}}/analyze","description":"Returns the benchmark for the given bundle"},"response":[],"_postman_id":"125e2faa-96b8-1b01-639d-4eb22d1bf768"},{"name":"Get question benchmark","id":"170984f3-e899-20a4-4c98-e83da1437ecf","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}/questions/{{QUESTION_ID}}/benchmark"},"response":[],"_postman_id":"170984f3-e899-20a4-4c98-e83da1437ecf"}],"id":"821398e2-3b16-b130-cf5e-c050347ddde9","description":"Benchmark data comes from SurveyMonkey customers who used Question Bank questions in their surveys. Organizations of all shapes and sizes use Question Bank, like local coffee shops, schools, and Fortune 500 companies. Benchmarks give context to your survey results by allowing you to compare your results to others who used the same Question Bank questions as you.","_postman_id":"821398e2-3b16-b130-cf5e-c050347ddde9"},{"name":"Collectors and invite Messages","item":[{"name":"Get survey collectors","id":"b4181b85-1139-aebd-4f08-ba6d42b68e95","request":{"method":"GET","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/collectors","description":"Get a list of collectors for a given survey"},"response":[],"_postman_id":"b4181b85-1139-aebd-4f08-ba6d42b68e95"},{"name":"Create a survey collector","id":"e30c39df-90c9-6194-ee66-dae1ca07ef18","request":{"method":"POST","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"weblink\"\n}"},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/collectors","description":"Creates a webline or email collector for a given survey"},"response":[],"_postman_id":"e30c39df-90c9-6194-ee66-dae1ca07ef18"},{"name":"Get a collector by id","id":"b64fee55-fbc9-5b27-d5de-66eec1a87279","request":{"method":"GET","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"weblink\"\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}","description":"Get a collector by id"},"response":[],"_postman_id":"b64fee55-fbc9-5b27-d5de-66eec1a87279"},{"name":"Modify a collector","id":"11586e5d-b61c-3dd3-c886-0283dc6263ab","request":{"method":"PATCH","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"new collector name\",\n    \"status\": \"open\",\n    \"thank_you_message\": \"Thank you for taking my survey.\",\n    \"disqualification_message\": \"Thank you for taking my survey.\",\n    \"allow_multiple_responses\": false,\n    \"redirect_url\": \"https://www.surveymonkey.com\",\n    \"password\": \"12341234\"\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}","description":"Modify a collector"},"response":[],"_postman_id":"11586e5d-b61c-3dd3-c886-0283dc6263ab"},{"name":"Replace a collector","id":"65a50eab-93fa-9028-8a5d-f3332fe84a00","request":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"new collector name\",\n    \"status\": \"open\",\n    \"thank_you_message\": \"Thank you for taking my survey.\",\n    \"disqualification_message\": \"Thank you for taking my survey.\",\n    \"allow_multiple_responses\": false,\n    \"redirect_url\": \"https://www.surveymonkey.com\"\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}","description":"Replace a collector"},"response":[],"_postman_id":"65a50eab-93fa-9028-8a5d-f3332fe84a00"},{"name":"Delete a collector","id":"3338549f-1d00-8f05-a017-cac45c6578b1","request":{"method":"DELETE","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}","description":"Delete a collector"},"response":[],"_postman_id":"3338549f-1d00-8f05-a017-cac45c6578b1"},{"name":"Get collector messages","id":"bce9a072-d3be-f544-f12c-d0473a8eb8f2","request":{"method":"GET","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/messages","description":"Get collector messages"},"response":[],"_postman_id":"bce9a072-d3be-f544-f12c-d0473a8eb8f2"},{"name":"Create a collector message","id":"089d4185-479f-8f80-fcf5-c93a2c4be305","request":{"method":"POST","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"invite\",\n  \"subject\": \"Please help me by taking my survey\",\n  \"body_text\": \"Thank you in advance for taking my survey. [SurveyLink], [OptOutLink], [FooterLink]\",\n  \"is_branding_enabled\": true\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/messages","description":"Create a collector message"},"response":[],"_postman_id":"089d4185-479f-8f80-fcf5-c93a2c4be305"},{"name":"Get a message by id","id":"90cc93b9-6de3-eff2-c34c-6a765e2801ab","request":{"method":"GET","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}/messages/{{MESSAGE_ID}}","description":"Get a collector message by id"},"response":[],"_postman_id":"90cc93b9-6de3-eff2-c34c-6a765e2801ab"},{"name":"Modify a message by id","id":"a5acc95e-b17c-2320-faae-1f2490b51f99","request":{"method":"PATCH","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subject\": \"Please help me by taking my survey\",\n  \"body_text\": \"Thank you in advance for taking my survey. [SurveyLink], [OptOutLink], [FooterLink]\",\n  \"is_branding_enabled\": true\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/messages/{{MESSAGE_ID}}","description":"Mofiy a collector message by id"},"response":[],"_postman_id":"a5acc95e-b17c-2320-faae-1f2490b51f99"},{"name":"Replace a message","id":"5c758f3e-ccf2-d427-94c9-2b7523067366","request":{"method":"PUT","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subject\": \"Please help me by taking my survey\",\n  \"body_text\": \"Thank you in advance for taking my survey. [SurveyLink], [OptOutLink], [FooterLink]\",\n  \"is_branding_enabled\": true\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/messages/{{MESSAGE_ID}}","description":"Replace a collector message"},"response":[],"_postman_id":"5c758f3e-ccf2-d427-94c9-2b7523067366"},{"name":"Delete a message","id":"c3f0c818-2126-a755-65d3-18e4cbb13ed5","request":{"method":"DELETE","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/messages/{{MESSAGE_ID}}","description":"Delete a collector message"},"response":[],"_postman_id":"c3f0c818-2126-a755-65d3-18e4cbb13ed5"},{"name":"Send and existing message","id":"dac560b8-7067-2f86-71b4-633219c24343","request":{"method":"POST","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scheduled_date\": \"2015-10-06T12:56:55+00:00\"\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/messages/{{MESSAGE_ID}}/send","description":"Send or schedule to send an existing message to all recipients that have not received the message"},"response":[],"_postman_id":"dac560b8-7067-2f86-71b4-633219c24343"},{"name":"Get a list of recipients","id":"eaa9c4f2-7f90-1e19-03e3-f519551b60c5","request":{"method":"GET","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/messages/{{MESSAGE_ID}}/recipients","description":"Get a list of recipients"},"response":[],"_postman_id":"eaa9c4f2-7f90-1e19-03e3-f519551b60c5"},{"name":"Add recipient to a message","id":"eb489996-da00-67a3-4303-a7203a877312","request":{"method":"POST","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"contact_id\": \"1234\"\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/messages/{{MESSAGE_ID}}/recipients","description":"Add a new recipient to a specified message"},"response":[],"_postman_id":"eb489996-da00-67a3-4303-a7203a877312"},{"name":"Create multiple recipients","id":"b3b7728a-37bb-77f0-bec8-173ec5a6745b","request":{"method":"POST","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"contact_list_ids\": [\"1234\", \"5678\"],\n    \"contact_ids\": [\"1234\", \"5678\"],\n    \"contacts\" :[{\n        \"email\":\"test@surveymonkey.com\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"custom_fields\": {\n        \"1\": \"Mr\",\n        \"2\": \"Company\",\n        \"3\": \"Address\",\n        \"4\": \"City\",\n        \"5\": \"Country\",\n        \"6\": \"Phone Number\"\n      },\n      \"extra_fields\": {\n        \"favorite_color\": \"Red\",\n        \"second_favorite_color\": \"Black\"\n      }\n  }]\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/messages/{{MESSAGE_ID}}/recipients/bulk","description":"Create multiple recipients"},"response":[],"_postman_id":"b3b7728a-37bb-77f0-bec8-173ec5a6745b"},{"name":"Get a recipient","id":"f9fe3c84-2b97-0255-e6c4-d3a2dea0490c","request":{"method":"GET","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"contact_ids\": [\"1234\", \"5678\"],\n    \"contacts\" :[{\n        \"email\":\"test@surveymonkey.com\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"custom_fields\": {\n        \"1\": \"Mr\",\n        \"2\": \"Company\",\n        \"3\": \"Address\",\n        \"4\": \"City\",\n        \"5\": \"Country\",\n        \"6\": \"Phone Number\"\n      },\n      \"extra_fields\": {\n        \"favorite_color\": \"Red\",\n        \"second_favorite_color\": \"Black\"\n      }\n  }]\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/recipients/{{RECIPIENT_ID}}","description":"Get a recipient by id"},"response":[],"_postman_id":"f9fe3c84-2b97-0255-e6c4-d3a2dea0490c"},{"name":"Delete a recipient","id":"f257864b-fb85-a819-089b-21a0fb554679","request":{"method":"DELETE","header":[{"key":"Authorization","value":"bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/recipients/{{RECIPIENT_ID}}","description":"Delete a recipient by id"},"response":[],"_postman_id":"f257864b-fb85-a819-089b-21a0fb554679"}],"id":"67beb281-fa9b-2444-9619-dfe59ceb2874","description":"Collectors allow you to collect survey responses with a link to your survey. There are two types of collectors available via the API, weblink and email. Weblink collectors collectors give you a survey URL and email collectors can be used to send survey invites messages that include a survey URL via the /messages endpoints. A variety of collector options are accepted as arguments to /surveys/{id}/collectors. Some collector options, for example, is_branding_enabled=False require a SurveyMonkey paid plan.\n\nThe View Collectors and Create/Modify Collectors scopes are both available Basic (Free) plans, however you will need to upgrade to a paid plan to view more than 100 responses or to use the survey responses endpoints.","_postman_id":"67beb281-fa9b-2444-9619-dfe59ceb2874"},{"name":"Contacts, and Contact Lists","item":[{"name":"Get all Contact List","id":"ceb0cbd5-ee0f-4827-d3ee-881bc6e26de9","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/contact_lists","description":"Get all contact lists"},"response":[],"_postman_id":"ceb0cbd5-ee0f-4827-d3ee-881bc6e26de9"},{"name":"Create a contact list","id":"824b742e-24b2-ffde-6c36-f304385a39fb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My Contact List\"\n}"},"url":"https://api.surveymonkey.net/v3/contact_lists","description":"Creates a contact list, contacts can be sent survey invite messages using an email invite collector"},"response":[],"_postman_id":"824b742e-24b2-ffde-6c36-f304385a39fb"},{"name":"Get a contact list","id":"dd15c9ef-91fc-f770-6192-92af51c069da","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/contact_lists/{{CONTACT_LIST_ID}}","description":"Get a contact list by contact list id"},"response":[],"_postman_id":"dd15c9ef-91fc-f770-6192-92af51c069da"},{"name":"Modify a contact list","id":"d5cd3c7e-353d-2eeb-30b8-7214de3e133c","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My updated Contact List\"\n}"},"url":"https://api.surveymonkey.net/v3/contact_lists/{{CONTACT_LIST_ID}}","description":"Modify a contact list"},"response":[],"_postman_id":"d5cd3c7e-353d-2eeb-30b8-7214de3e133c"},{"name":"Replace a contact list","id":"1dd24f9f-c50e-3c4b-b5b6-cae4f655ced0","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My updated Contact List\"\n}"},"url":"https://api.surveymonkey.net/v3/contact_lists/{{CONTACT_LIST_ID}}","description":"Replace a contact list"},"response":[],"_postman_id":"1dd24f9f-c50e-3c4b-b5b6-cae4f655ced0"},{"name":"Delete a contact list","id":"2f2a1e59-9e74-4e4c-6db3-ca042edbcb49","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/contact_lists/{{CONTACT_LIST_ID}}","description":"Delete a contact list"},"response":[],"_postman_id":"2f2a1e59-9e74-4e4c-6db3-ca042edbcb49"},{"name":"Copy contact list","id":"89012af1-1184-55c7-cae2-4e8225771766","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/contact_lists/{{CONTACT_LIST_ID}}/copy","description":"Create a copy of an existing contact list"},"response":[],"_postman_id":"89012af1-1184-55c7-cae2-4e8225771766"},{"name":"Merge contact list","id":"8852f77c-50d9-e48c-1f4d-5af04f80321f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"list_id\": \"12345\"\n}"},"url":"https://api.surveymonkey.net/v3/contact_lists/{{CONTACT_LIST_ID}}/copy","description":"Copies contacts in the list specified in the request body and adds to the list specified in the resource URL"},"response":[],"_postman_id":"8852f77c-50d9-e48c-1f4d-5af04f80321f"},{"name":"Get all contacts under contact list","id":"a60e49db-11d3-e3b4-97fe-8b34ce868262","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/contact_lists/{{CONTACT_LIST_ID}}/contacts","description":"Get all contacts in a contact list"},"response":[],"_postman_id":"a60e49db-11d3-e3b4-97fe-8b34ce868262"},{"name":"Create multiple contacts under contact list","id":"572ea8aa-2bb2-d749-51b7-e026ffb18fb7","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"contacts\": [{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"test@surveymonkey.com\",\n    \"custom_fields\": {\n      \"1\": \"Mr\",\n      \"2\": \"Company\",\n      \"3\": \"Address\",\n      \"4\": \"City\",\n      \"5\": \"Country\",\n      \"6\": \"Phone Number\"\n    }\n  }]\n}"},"url":"https://api.surveymonkey.net/v3/contact_lists/{{CONTACT_LIST_ID}}/contacts/bulk","description":"Creates multiple contacts and adds them to a list, contacts can be sent survey invite messages using an email invite collector."},"response":[],"_postman_id":"572ea8aa-2bb2-d749-51b7-e026ffb18fb7"},{"name":"Get all contacts","id":"206391b5-17e4-5c82-c3b4-7c84828017b8","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"contacts\": [{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"test@surveymonkey.com\",\n    \"custom_fields\": {\n      \"1\": \"Mr\",\n      \"2\": \"Company\",\n      \"3\": \"Address\",\n      \"4\": \"City\",\n      \"5\": \"Country\",\n      \"6\": \"Phone Number\"\n    }\n  }]\n}"},"url":"https://api.surveymonkey.net/v3/contacts","description":"Get a list of all contacts"},"response":[],"_postman_id":"206391b5-17e4-5c82-c3b4-7c84828017b8"},{"name":"Create a new contact","id":"71489599-44c3-26ac-e370-e34fe5377e11","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Johny\",\n  \"last_name\": \"Doe\",\n  \"email\": \"test2@surveymonkey.com\",\n  \"custom_fields\": {\n    \"1\": \"Mr\",\n    \"2\": \"Company\",\n    \"3\": \"Address\",\n    \"4\": \"City\",\n    \"5\": \"Country\",\n    \"6\": \"Phone Number\"\n  }\n}"},"url":"https://api.surveymonkey.net/v3/contacts","description":"Create a new contact, contacts can be sent survey invite messages using an email invite collector"},"response":[],"_postman_id":"71489599-44c3-26ac-e370-e34fe5377e11"},{"name":"Create multiple contacts","id":"ecda63d7-a3d0-641d-6bf0-a7c63c431488","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"contacts\": [{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"test3@surveymonkey.com\",\n    \"custom_fields\": {\n      \"1\": \"Mr\",\n      \"2\": \"Company\",\n      \"3\": \"Address\",\n      \"4\": \"City\",\n      \"5\": \"Country\",\n      \"6\": \"Phone Number\"\n    }\n  }]\n}"},"url":"https://api.surveymonkey.net/v3/contacts/bulk","description":"Creates multiple contacts, contacts can be sent survey invite messages using an email invite collector"},"response":[],"_postman_id":"ecda63d7-a3d0-641d-6bf0-a7c63c431488"},{"name":"Get a contact","id":"b23dc044-ab1a-18bd-18b5-885edbc052e7","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/contacts/{{CONTACT_ID}}","description":"Get a contact by contact id"},"response":[],"_postman_id":"b23dc044-ab1a-18bd-18b5-885edbc052e7"},{"name":"Modify a contact","id":"39044733-d966-65d0-b249-a9a073e3d524","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n  \"first_name\": \"John\",\n  \"last_name\": \"Doe\",\n  \"email\": \"test@surveymonkey.com\",\n  \"custom_fields\": {\n    \"1\": \"Mr\",\n    \"2\": \"Company\",\n    \"3\": \"Address\",\n    \"4\": \"City\",\n    \"5\": \"Country\",\n    \"6\": \"Phone Number\"\n  }\n}"},"url":"https://api.surveymonkey.net/v3/contacts/{{CONTACT_ID}}","description":"Modify a contact"},"response":[],"_postman_id":"39044733-d966-65d0-b249-a9a073e3d524"},{"name":"Replace a contact","id":"7af96150-d1a2-5a38-cad7-2a0d106ffac3","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n  \"first_name\": \"John\",\n  \"last_name\": \"Doe\",\n  \"email\": \"test@surveymonkey.com\",\n  \"custom_fields\": {\n    \"1\": \"Mr\",\n    \"2\": \"Company\",\n    \"3\": \"Address\",\n    \"4\": \"City\",\n    \"5\": \"Country\",\n    \"6\": \"Phone Number\"\n  }\n}"},"url":"https://api.surveymonkey.net/v3/contacts/{{CONTACT_ID}","description":"Replace a contact"},"response":[],"_postman_id":"7af96150-d1a2-5a38-cad7-2a0d106ffac3"},{"name":"Delete a contact","id":"0d370b72-21d2-bb83-af2a-0e855bb4a7e4","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/contacts/{{CONTACT_ID}}","description":"Delete a contact"},"response":[],"_postman_id":"0d370b72-21d2-bb83-af2a-0e855bb4a7e4"},{"name":"Get a list of contact fields","id":"91634524-cd1f-0997-3ac2-b43c3f2f6701","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/contact_fields","description":"Get a list of contact fields"},"response":[],"_postman_id":"91634524-cd1f-0997-3ac2-b43c3f2f6701"},{"name":"Get a contact field","id":"c9caa1c1-1295-e05a-58e1-a31696b12c48","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/contact_fields/{{CONTACT_FIELD_ID}}","description":"Get a contact field"},"response":[],"_postman_id":"c9caa1c1-1295-e05a-58e1-a31696b12c48"},{"name":"Modify a contact field","id":"20859153-da10-c257-6380-68b5cb512140","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"label\": \"address\"\n}"},"url":"https://api.surveymonkey.net/v3/contact_fields/{{CONTACT_FIELD_ID}}","description":"Modify a contact field"},"response":[],"_postman_id":"20859153-da10-c257-6380-68b5cb512140"}],"id":"944ebf79-2c6a-a88d-56d3-f175b3cfc61f","description":"If your application is using email collectors to collect survey responses, these endpoints let you create contacts and contact lists to send survey invite messages to by passing a contact_id as an argument to POST /collectors/{id}/messages/{id}/recipients. NOTE: Contacts can also be created if they are passed directly to /collectors/{id}/messages/{id}/recipients.","_postman_id":"944ebf79-2c6a-a88d-56d3-f175b3cfc61f"},{"name":"Errors","item":[{"name":"Get list of known errors","id":"55aa7e3b-36cc-b4f1-b33f-fdfe32d942b8","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/errors","description":"Returns a list of known errors"},"response":[],"_postman_id":"55aa7e3b-36cc-b4f1-b33f-fdfe32d942b8"},{"name":"Get error by id","id":"0b58bb78-fb22-63f7-eb76-739acacb0285","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/errors/ERROR_ID","description":"Returns the details of a known error"},"response":[],"_postman_id":"0b58bb78-fb22-63f7-eb76-739acacb0285"}],"id":"40c0249d-36c9-ff0c-0a3c-3c1d3cdd456e","description":"Get a list of errors or lookup an error by its id. See also error codes.","_postman_id":"40c0249d-36c9-ff0c-0a3c-3c1d3cdd456e"},{"name":"Response Counts and Trends","item":[{"name":"Get rollups for a survey","id":"9b185af9-cc95-e66d-75a8-24db3d25d923","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/rollups"},"response":[],"_postman_id":"9b185af9-cc95-e66d-75a8-24db3d25d923"},{"name":"Get rollups for a survey page","id":"d2fa8be7-641d-6e3d-3331-f99fb26961dd","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}/rollups"},"response":[],"_postman_id":"d2fa8be7-641d-6e3d-3331-f99fb26961dd"},{"name":"Get rollups for a question","id":"e6f68b61-f4af-57db-1812-4ecb3e789bc2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}/questions/{{QUESTION_ID}}/rollups"},"response":[],"_postman_id":"e6f68b61-f4af-57db-1812-4ecb3e789bc2"},{"name":"Get trends for a survey","id":"75ddddae-33bf-b555-b5ec-87bea80c7803","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/trends"},"response":[],"_postman_id":"75ddddae-33bf-b555-b5ec-87bea80c7803"},{"name":"Get trends for a survey page","id":"3bc3010c-0dbf-3ba9-ce79-20b4beff5d78","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}/trends"},"response":[],"_postman_id":"3bc3010c-0dbf-3ba9-ce79-20b4beff5d78"},{"name":"Get trends for a question","id":"ce58ac49-2314-93a5-d56f-aa9c6647b87b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}/questions/{{QUESTION_ID}}/trends"},"response":[],"_postman_id":"ce58ac49-2314-93a5-d56f-aa9c6647b87b"}],"id":"7f96d2fb-a0fb-7443-4cfb-b260741e7b5f","_postman_id":"7f96d2fb-a0fb-7443-4cfb-b260741e7b5f"},{"name":"Survey Folders ","item":[{"name":"Get all folders","id":"3cf6d5b3-23f5-f02f-c6d3-d4bd3f058545","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/survey_folders"},"response":[],"_postman_id":"3cf6d5b3-23f5-f02f-c6d3-d4bd3f058545"},{"name":"Create a folder","id":"1f5ea1c2-61c0-7f88-0e3a-9ffc10c8ad63","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"My Team Folder\"\n}"},"url":"https://api.surveymonkey.net/v3/survey_folders"},"response":[],"_postman_id":"1f5ea1c2-61c0-7f88-0e3a-9ffc10c8ad63"},{"name":"Get a folder","id":"51aa7713-f98c-3f83-c1c4-0046ca22cd12","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/survey_folders/{{folder_id}}"},"response":[],"_postman_id":"51aa7713-f98c-3f83-c1c4-0046ca22cd12"},{"name":"Update a folder","id":"ecf29b25-b2b3-390c-aa7b-d0e43d51ddde","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"TRAINING SURVEYS\"\n}"},"url":"https://api.surveymonkey.net/v3/survey_folders/{{folder_id}}"},"response":[],"_postman_id":"ecf29b25-b2b3-390c-aa7b-d0e43d51ddde"},{"name":"Delete a folder","id":"341ca78b-7fd9-126a-1667-44eaf8d96bfa","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/survey_folders/{{folder_id}}"},"response":[],"_postman_id":"341ca78b-7fd9-126a-1667-44eaf8d96bfa"}],"id":"e42121bf-9060-ac05-b308-d3276f023339","_postman_id":"e42121bf-9060-ac05-b308-d3276f023339"},{"name":"Survey Responses","item":[{"name":"Get a list of responses by collector id","id":"1defd721-e60a-77da-6b3c-12b732bac8c4","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"label\": \"address\"\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/responses","description":"Get a list of responses by collector id"},"response":[],"_postman_id":"1defd721-e60a-77da-6b3c-12b732bac8c4"},{"name":"Create a response","id":"905592ab-feda-7ac0-7e5a-91ad811b05d6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\"ip_address\": \"127.0.0.1\",\n  \"pages\": [{\n    \"id\": \"{{PAGE_ID}}\",\n    \"questions\": [{\n        \"answers\": [{\n            \"choice_id\": \"{{ANSWER_ID}}\"\n        }],\n        \"id\": \"{{QUESTION_ID}}\"\n    }]\n  }]\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/responses","description":"Create a list of responses"},"response":[],"_postman_id":"905592ab-feda-7ac0-7e5a-91ad811b05d6"},{"name":" Get a list of responses by survey id","id":"78882493-b9c6-6d7e-ef1f-3e728b0d505d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"custom_variables\": {\n    \"custvar_1\": \"one\",\n    \"custvar_2\": \"two\"\n  },\n  \"date_created\": \"2015-10-06T12:56:55+00:00\",\n  \"ip_address\": \"127.0.0.1\",\n  \"recipient_id\": \"564728340\",\n  \"pages\": [{\n    \"id\": \"103332310\",\n    \"questions\": [{\n        \"answers\": [{\n            \"choice_id\": \"3057839051\"\n        }],\n        \"id\": \"319352786\"\n    }]\n  }]\n}"},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/responses/bulk","description":"Get a list of responses by survey id, retrieves a list of full expanded responses, including answers to all questions"},"response":[],"_postman_id":"78882493-b9c6-6d7e-ef1f-3e728b0d505d"},{"name":"Get a list of responses by collector id","id":"8fbcc6d4-57be-13b5-fae4-dc23f0e15932","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"custom_variables\": {\n    \"custvar_1\": \"one\",\n    \"custvar_2\": \"two\"\n  },\n  \"date_created\": \"2015-10-06T12:56:55+00:00\",\n  \"ip_address\": \"127.0.0.1\",\n  \"recipient_id\": \"564728340\",\n  \"pages\": [{\n    \"id\": \"103332310\",\n    \"questions\": [{\n        \"answers\": [{\n            \"choice_id\": \"3057839051\"\n        }],\n        \"id\": \"319352786\"\n    }]\n  }]\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/responses/bulk","description":"Get a list of responses by collector id, retrieves a list of full expanded responses, including answers to all questions."},"response":[],"_postman_id":"8fbcc6d4-57be-13b5-fae4-dc23f0e15932"},{"name":"Get response by collector and response id","id":"b8f65758-46f8-b92a-65e7-ab54a489b1b1","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"custom_variables\": {\n    \"custvar_1\": \"one\",\n    \"custvar_2\": \"two\"\n  },\n  \"date_created\": \"2015-10-06T12:56:55+00:00\",\n  \"ip_address\": \"127.0.0.1\",\n  \"recipient_id\": \"564728340\",\n  \"pages\": [{\n    \"id\": \"103332310\",\n    \"questions\": [{\n        \"answers\": [{\n            \"choice_id\": \"3057839051\"\n        }],\n        \"id\": \"319352786\"\n    }]\n  }]\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/responses/{{RESPONSE_ID}}","description":"Get a response resource by response id"},"response":[],"_postman_id":"b8f65758-46f8-b92a-65e7-ab54a489b1b1"},{"name":"Get response by survey and response id","id":"254c64cf-c11e-b33e-d308-3c27306225de","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"custom_variables\": {\n    \"custvar_1\": \"one\",\n    \"custvar_2\": \"two\"\n  },\n  \"date_created\": \"2015-10-06T12:56:55+00:00\",\n  \"ip_address\": \"127.0.0.1\",\n  \"recipient_id\": \"564728340\",\n  \"pages\": [{\n    \"id\": \"103332310\",\n    \"questions\": [{\n        \"answers\": [{\n            \"choice_id\": \"3057839051\"\n        }],\n        \"id\": \"319352786\"\n    }]\n  }]\n}"},"url":"https://api.surveymonkey.net/v3/survey/{{SURVEY_ID}}/responses/{{RESPONSE_ID}}","description":"Get a response resource by response id"},"response":[],"_postman_id":"254c64cf-c11e-b33e-d308-3c27306225de"},{"name":"Modify a response by response id","id":"83c8882c-10ce-5686-a7b7-363f86ebc1a0","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"response_status\": \"disqualified\"\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/responses/{{RESPONSE_ID}}","description":"Modify a response by response id"},"response":[],"_postman_id":"83c8882c-10ce-5686-a7b7-363f86ebc1a0"},{"name":"Replace a response by response id","id":"4e572266-e278-c4b6-957c-a631318f6f0d","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\"ip_address\": \"127.0.0.1\",\n  \"pages\": [{\n    \"id\": \"{{PAGE_ID}}\",\n    \"questions\": [{\n        \"answers\": [{\n            \"choice_id\": \"{{ANSWER_ID}}\"\n        }],\n        \"id\": \"{{QUESTION_ID}}\"\n    }]\n  }]\n}"},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/responses/{{RESPONSE_ID}}","description":"Replace a response by response id"},"response":[],"_postman_id":"4e572266-e278-c4b6-957c-a631318f6f0d"},{"name":"Delete a response by response id","id":"7fdb4b88-90b7-99b3-2122-780604932228","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/responses/{{RESPONSE_ID}}","description":"Delete a response by response id"},"response":[],"_postman_id":"7fdb4b88-90b7-99b3-2122-780604932228"},{"name":"Get response details","id":"14d6cedb-e278-d464-2d2e-dcb7705b2bc6","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/collectors/{{COLLECTOR_ID}}/responses/{{RESPONSE_ID}}/details","description":"Get a response details by response id"},"response":[],"_postman_id":"14d6cedb-e278-d464-2d2e-dcb7705b2bc6"}],"id":"c101cef0-3167-bd9a-bbff-0182d2b4ec80","description":"These endpoints let you create responses directly via the API and view responses you have collected through any collector type.\n\nScopes to use these endpoints require a paid plan.The view responses scope requires A GOLD plan and the Create/Modify responses scope requires ENTERPRISE/PLATINUM plan.","_postman_id":"c101cef0-3167-bd9a-bbff-0182d2b4ec80"},{"name":"Surveys, Pages, and Questions","item":[{"name":"Get surveys","id":"40f0b53c-936e-4088-2320-91e90d8b7a6b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys","description":"Return a list of surveys owned or shared with the authenticated user"},"response":[],"_postman_id":"40f0b53c-936e-4088-2320-91e90d8b7a6b"},{"name":"Create a survey","id":"b7b368fc-4218-cbdc-3a57-e0de23ad4ffc","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My Survey\"\n}"},"url":"https://api.surveymonkey.net/v3/surveys","description":"Create a new empty survey, if a template id or an existing survey id is specified, a survey prepopulated with pages and questions"},"response":[],"_postman_id":"b7b368fc-4218-cbdc-3a57-e0de23ad4ffc"},{"name":"Get a survey","id":"589cedf9-6fc1-0ce1-e02a-8e8876c397e0","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}","description":"Returns a survey's details. To get an expanded version showing all pages and questions use /surveys/{survey_id}/details"},"response":[],"_postman_id":"589cedf9-6fc1-0ce1-e02a-8e8876c397e0"},{"name":"Get a survey details","id":"cd28bcd6-2eef-0015-218b-5490c148fbbd","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/details","description":" Return an expanded survey resource with a pages element containing a list of all page objects, each containing a list of questions objects"},"response":[],"_postman_id":"cd28bcd6-2eef-0015-218b-5490c148fbbd"},{"name":"Modify a survey","id":"19ecb679-9955-0302-11e7-2f44d3a93562","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Survey Title\",\n    \"language\": \"en\"\n}"},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}","description":"Modifies a survey’s title or language"},"response":[],"_postman_id":"19ecb679-9955-0302-11e7-2f44d3a93562"},{"name":"Replace a survey","id":"74c0a318-782d-3403-d0b5-dca89f4a5d0c","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Survey Title\"\n}"},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}","description":"Replace a survey"},"response":[],"_postman_id":"74c0a318-782d-3403-d0b5-dca89f4a5d0c"},{"name":"Delete a survey","id":"d4a0c91e-1013-7cc8-c467-12557de52795","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}","description":"Delete a survey"},"response":[],"_postman_id":"d4a0c91e-1013-7cc8-c467-12557de52795"},{"name":"Get survey categories","id":"053e5700-9e31-de65-f138-5192ba1d3d61","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/survey_categories","description":"Get a list of survey categories that can be used to filter survey templates"},"response":[],"_postman_id":"053e5700-9e31-de65-f138-5192ba1d3d61"},{"name":"Get survey template","id":"2f0d0628-bf8c-cce9-adc3-c9b9f3fadc83","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/survey_templates","description":"Get a list of survey templates. Survey template ids can be used as an argument to POST a new survey"},"response":[],"_postman_id":"2f0d0628-bf8c-cce9-adc3-c9b9f3fadc83"},{"name":"Get survey pages","id":"aaa2060a-cdf7-5ec8-44c0-31d349e10e45","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages","description":"Get a list of survey pages"},"response":[],"_postman_id":"aaa2060a-cdf7-5ec8-44c0-31d349e10e45"},{"name":"Create a survey pages","id":"37fba58a-6157-4707-94db-fdce80e8a703","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Page Title\"\n}"},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages","description":"Create a new empty page"},"response":[],"_postman_id":"37fba58a-6157-4707-94db-fdce80e8a703"},{"name":"Get a page detail","id":"45405ba9-6f47-269a-5e4b-f7667401f96e","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}","description":"Get a page's details"},"response":[],"_postman_id":"45405ba9-6f47-269a-5e4b-f7667401f96e"},{"name":"Modify a page","id":"9ef066bb-4eeb-d300-e8da-37b27eb4c1d1","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Page title\"\n}"},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}","description":"Modify a page"},"response":[],"_postman_id":"9ef066bb-4eeb-d300-e8da-37b27eb4c1d1"},{"name":"Replace a page","id":"5bc8efd4-5f97-6c68-08f1-433a7c3f75d7","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Page title\"\n}"},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}","description":"Replace a page"},"response":[],"_postman_id":"5bc8efd4-5f97-6c68-08f1-433a7c3f75d7"},{"name":"Delete a page","id":"95322cdf-5d97-90f5-3ed8-d24e004d4a22","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}","description":"Delete a page"},"response":[],"_postman_id":"95322cdf-5d97-90f5-3ed8-d24e004d4a22"},{"name":"Get list of questions","id":"7643dd96-0bc1-76b4-1d1b-843710fe5573","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}/questions","description":"Get a list of questions on a survey page"},"response":[],"_postman_id":"7643dd96-0bc1-76b4-1d1b-843710fe5573"},{"name":"Create a question","id":"6fc8401d-f51d-562b-5926-eab78e8bdae1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"headings\": [\n    {\n      \"random_assignment\": {\n        \"position\": 1,\n        \"percent\": 50\n      },\n      \"heading\": \"Multiple Choice with Random Assignment v1\"\n    },\n    {\n      \"random_assignment\": {\n        \"position\": 2,\n        \"percent\": 50\n      },\n      \"heading\": \"Multiple Choice with Random Assignment v2\"\n    }\n  ],\n  \"family\": \"single_choice\",\n  \"subtype\": \"vertical\",\n  \"answers\": {\n    \"choices\": [\n      {\n        \"text\": \"a\",\n        \"visible\": true,\n        \"position\": 1\n      },\n      {\n        \"text\": \"b\",\n        \"visible\": true,\n        \"position\": 2\n      },\n      {\n        \"text\": \"c\",\n        \"visible\": true,\n        \"position\": 3\n      }\n    ]\n  },\n  \"position\": 3\n}"},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}/questions","description":"Create a new question on a survey page"},"response":[],"_postman_id":"6fc8401d-f51d-562b-5926-eab78e8bdae1"},{"name":"Get a question detail","id":"4d11f959-ea3c-9832-a86b-ac1f5003e07c","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"headings\": [\n        {\n          \"heading\": \"A question about primates.\",\n          \"random_assignment\": {\n            \"percent\": 50,\n            \"position\": 1\n          },\n        },\n        {\n          \"heading\": \"A question about primates phrased slightly differently.\",\n          \"random_assignment\": {\n            \"percent\": 50,\n            \"position\": 2\n          },\n        }\n    ],\n  \"family\": \"open_ended\",\n  \"subtype\": \"single\",\n  \"position\": 1,\n  \"sorting\": {\n    \"type\": \"textasc\",\n    \"ignore_last\": True\n  },\n  \"required\": {\n    \"text\": \"This question is required!\",\n    \"type\": \"at_least\",\n    \"amount\": \"1\"\n  },\n  \"validation\": {\n    \"type\": \"integer\",\n    \"text\": \"Validation has failed!\",\n    \"min\": 20,\n    \"max\": 30\n  },\n  \"forced_ranking\": True\n}"},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}/questions/{{QUESTION_ID}}","description":"Get a question's details"},"response":[],"_postman_id":"4d11f959-ea3c-9832-a86b-ac1f5003e07c"},{"name":"Update a question","id":"12a488f1-87a4-1720-b373-c5b4546e5500","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"headings\": [\n    {\n      \"random_assignment\": {\n        \"position\": 1,\n        \"percent\": 50\n      },\n      \"heading\": \"Multiple Choice with Random Assignment v1\"\n    },\n    {\n      \"random_assignment\": {\n        \"position\": 2,\n        \"percent\": 50\n      },\n      \"heading\": \"Multiple Choice with Random Assignment v2\"\n    }\n  ],\n  \"family\": \"single_choice\",\n  \"subtype\": \"vertical\",\n  \"answers\": {\n    \"choices\": [\n      {\n        \"text\": \"a\",\n        \"visible\": true,\n        \"position\": 1\n      },\n      {\n        \"text\": \"b\",\n        \"visible\": true,\n        \"position\": 2\n      },\n      {\n        \"text\": \"c\",\n        \"visible\": true,\n        \"position\": 3\n      }\n    ]\n  },\n  \"position\": 2\n}"},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}/questions/{{QUESTION_ID}}","description":"Updates a question"},"response":[],"_postman_id":"12a488f1-87a4-1720-b373-c5b4546e5500"},{"name":"Replace a question","id":"a7eb494e-6025-aaad-8444-ed3d07dd0813","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"headings\": [\n    {\n      \"random_assignment\": {\n        \"position\": 1,\n        \"percent\": 50\n      },\n      \"heading\": \"Multiple Choice with Random Assignment v1\"\n    },\n    {\n      \"random_assignment\": {\n        \"position\": 2,\n        \"percent\": 50\n      },\n      \"heading\": \"Multiple Choice with Random Assignment v2\"\n    }\n  ],\n  \"family\": \"single_choice\",\n  \"subtype\": \"vertical\",\n  \"answers\": {\n    \"choices\": [\n      {\n        \"text\": \"aaa\",\n        \"visible\": true,\n        \"position\": 1\n      },\n      {\n        \"text\": \"bbb\",\n        \"visible\": true,\n        \"position\": 2\n      },\n      {\n        \"text\": \"ccc\",\n        \"visible\": true,\n        \"position\": 3\n      }\n    ]\n  },\n  \"position\": 3\n}"},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}/questions/{{QUESTION_ID}}","description":"Replace a question"},"response":[],"_postman_id":"a7eb494e-6025-aaad-8444-ed3d07dd0813"},{"name":"Delete a question","id":"be51cb7f-c270-cec3-36ba-692f9f46d801","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/surveys/{{SURVEY_ID}}/pages/{{PAGE_ID}}/questions/{{QUESTION_ID}}","description":"Delete a question"},"response":[],"_postman_id":"be51cb7f-c270-cec3-36ba-692f9f46d801"}],"id":"1c7ca439-f1ce-ee3f-234c-68efced5a51b","description":"The following endpoints let you create surveys, survey pages, and add questions to survey pages. They require the View Surveys and Create/Modify surveys scopes, both available to a Basic (Free) plans. Creating a survey with more than 10 questions requires a paid plan.\n\nA POST to /surveys will create an empty survey to which you can add pages and questions (See formatting question types). This endpoint also accepts a survey or template ID as an arguement to create a pre-populated survey that can be used as is or modified by deleting, updating, or adding pages or questions.\n\nA survey needs at least one page and question in order to record a survey response.","_postman_id":"1c7ca439-f1ce-ee3f-234c-68efced5a51b"},{"name":"Translations for Multilingual Surveys","item":[{"name":"Get available languages","id":"fe3128ce-768a-928a-36df-1aa48b588e4d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.com/v3/survey_languages"},"response":[],"_postman_id":"fe3128ce-768a-928a-36df-1aa48b588e4d"},{"name":"Get a survey translation","id":"0cbe1eee-7d31-803b-d1ad-058c34c7a7cb","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.com/v3/surveys/{{survey_id}}/languages"},"response":[],"_postman_id":"0cbe1eee-7d31-803b-d1ad-058c34c7a7cb"},{"name":"Get translation structure","id":"87ea17c3-812b-ac6b-32d8-554376286e9d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.com/v3/surveys/{{survey_id}}/languages/{{locale}}"},"response":[],"_postman_id":"87ea17c3-812b-ac6b-32d8-554376286e9d"},{"name":"Create a translation","id":"dbe04a06-fab5-b2e8-02e2-75aa220e55c9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"translations\": [\n    {\n      \"default\": \"Next\",\n      \"translation\": \"Suiv.\",\n      \"context\": \"survey_next\",\n      \"resource_id\": \"{{survey_id}}\"\n    },\n    {\n      \"default\": \"Prev\",\n      \"translation\": \"Préc.\",\n      \"context\": \"survey_prev\",\n      \"resource_id\": \"{{survey_id}}\"\n    },\n    {\n      \"default\": \"Done\",\n      \"translation\": \"Terminé\",\n      \"context\": \"survey_done\",\n      \"resource_id\": \"{{SURVEY_ID}}\"\n    },\n    {\n      \"default\": \"Exit\",\n      \"translation\": \"Quitter\",\n      \"context\": \"survey_exit\",\n      \"resource_id\": \"{{SURVEY_ID}}\"\n    },\n    {\n      \"default\": \"Thank you for completing our survey!\",\n      \"translation\": \"Merci d'avoir répondu à notre sondage!\",\n      \"context\": \"collector_disqualification\",\n      \"resource_id\": \"{{SURVEY_ID}}\"\n    },\n    {\n      \"default\": \"Question 1\",\n      \"translation\": \"\",\n      \"context\": \"question_heading\",\n      \"resource_id\": \"{{QUESTION_ID}}\"\n    },\n    {\n      \"default\": \"Yes\",\n      \"translation\": \"\",\n      \"context\": \"question_option_text\",\n      \"resource_id\": \"{{ANSWER_ID}}\"\n    },\n    {\n      \"default\": \"No\",\n      \"translation\": \"\",\n      \"context\": \"question_option_text\",\n      \"resource_id\": \"{{ANSWER_ID}}\"\n    },\n    {\n      \"default\": \"Title\",\n      \"translation\": \"\",\n      \"context\": \"survey_title_html\",\n      \"resource_id\": \"{{SURVEY_ID}}\"\n    }\n  ]\n}"},"url":"https://api.surveymonkey.com/v3/surveys/{{survey_id}}/languages/{{locale}}"},"response":[],"_postman_id":"dbe04a06-fab5-b2e8-02e2-75aa220e55c9"},{"name":"Modify a translation ","id":"9c9244f7-d1aa-5503-9de3-421986bf59e8","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"translations\": [\n    {\n      \"default\": \"Next\",\n      \"translation\": \"Suiv.\",\n      \"context\": \"survey_next\",\n      \"resource_id\": \"{{survey_id}}\"\n    },\n    {\n      \"default\": \"Prev\",\n      \"translation\": \"Préc.\",\n      \"context\": \"survey_prev\",\n      \"resource_id\": \"{{survey_id}}\"\n    },\n    {\n      \"default\": \"Done\",\n      \"translation\": \"Terminé\",\n      \"context\": \"survey_done\",\n      \"resource_id\": \"{{SURVEY_ID}}\"\n    },\n    {\n      \"default\": \"Exit\",\n      \"translation\": \"Quitter\",\n      \"context\": \"survey_exit\",\n      \"resource_id\": \"{{SURVEY_ID}}\"\n    },\n    {\n      \"default\": \"Thank you for completing our survey!\",\n      \"translation\": \"Merci d'avoir répondu à notre sondage!\",\n      \"context\": \"collector_disqualification\",\n      \"resource_id\": \"{{SURVEY_ID}}\"\n    },\n    {\n      \"default\": \"Question 1\",\n      \"translation\": \"\",\n      \"context\": \"question_heading\",\n      \"resource_id\": \"{{QUESTION_ID}}\"\n    },\n    {\n      \"default\": \"Yes\",\n      \"translation\": \"\",\n      \"context\": \"question_option_text\",\n      \"resource_id\": \"{{ANSWER_ID}}\"\n    },\n    {\n      \"default\": \"No\",\n      \"translation\": \"\",\n      \"context\": \"question_option_text\",\n      \"resource_id\": \"{{ANSWER_ID}}\"\n    },\n    {\n      \"default\": \"Title\",\n      \"translation\": \"\",\n      \"context\": \"survey_title_html\",\n      \"resource_id\": \"{{SURVEY_ID}}\"\n    }\n  ]\n}"},"url":"https://api.surveymonkey.com/v3/surveys/{{survey_id}}/languages/{{locale}}"},"response":[],"_postman_id":"9c9244f7-d1aa-5503-9de3-421986bf59e8"}],"id":"d075fc11-eb01-e7b5-9da0-0b54e081fc20","_postman_id":"d075fc11-eb01-e7b5-9da0-0b54e081fc20"},{"name":"Users and Groups","item":[{"name":"Get user details","id":"3498c9b9-eb99-4aa0-2462-03e71bf40cad","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/users/me","description":"Returns the current user's account details including their plan"},"response":[],"_postman_id":"3498c9b9-eb99-4aa0-2462-03e71bf40cad"},{"name":"Get user group","id":"4557d163-74c7-b053-19a7-ac696993acea","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/groups","description":"Return a group if the user account belongs to a group (users can only belong to one group)"},"response":[],"_postman_id":"4557d163-74c7-b053-19a7-ac696993acea"},{"name":"Get user group by id","id":"d3d6a329-79fa-bb49-7dc7-0fb483d1e125","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/groups/GROUP_ID","description":"Returns a group’s details including the group’s owner and email address"},"response":[],"_postman_id":"d3d6a329-79fa-bb49-7dc7-0fb483d1e125"},{"name":"Get group members","id":"8dea8764-cd28-78a0-d578-db64617c6f20","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/groups/GROUP_ID/members","description":"Returns a list of users who have been added as members of the specified group"},"response":[],"_postman_id":"8dea8764-cd28-78a0-d578-db64617c6f20"},{"name":"Get a group member","id":"ed6c5fa3-985d-e0a3-43b9-3d67b03f1349","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/groups/GROUP_ID/members/MEMBER_ID","description":"Return a group memeber's details including their role and status"},"response":[],"_postman_id":"ed6c5fa3-985d-e0a3-43b9-3d67b03f1349"}],"id":"f11af65c-68d4-2422-ae9c-3c429ad253c3","description":"Use these endpoints to get user’s account information, any groups a user belongs to, and the account information for the group’s owner and other members including their roles and whether or not they have accepted an invite into the group (are active).","_postman_id":"f11af65c-68d4-2422-ae9c-3c429ad253c3"},{"name":"Webhooks","item":[{"name":"Get a list of webhooks","id":"3cbfb3bd-db97-01c1-a389-0eb73c3b86f0","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/webhooks","description":"Get a list of webhooks"},"response":[],"_postman_id":"3cbfb3bd-db97-01c1-a389-0eb73c3b86f0"},{"name":"Create a  webhooks","id":"a7551cca-f39f-bec5-ce82-4e9486f3792e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"My Webhook\",\n  \"event_type\": \"response_completed\",\n  \"object_type\": \"survey\",\n  \"object_ids\": [\"1234\", \"5678\"],\n  \"subscription_url\": \"https://surveymonkey.com/webhook_reciever\"\n}"},"url":"https://api.surveymonkey.net/v3/webhooks","description":"Create a webhook"},"response":[],"_postman_id":"a7551cca-f39f-bec5-ce82-4e9486f3792e"},{"name":"Get a webhook by id","id":"6c9d4e30-9106-2071-40dc-f1dc9cc101b9","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/webhooks/{{WEBHOOK_ID}}","description":"Get a webhook by id"},"response":[],"_postman_id":"6c9d4e30-9106-2071-40dc-f1dc9cc101b9"},{"name":"Modify a webhook","id":"b490de51-4084-d985-7254-f8cdaa068cc3","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"My Webhook\",\n  \"event_type\": \"response_completed\",\n  \"object_type\": \"survey\",\n  \"object_ids\": [\"1234\", \"5678\"],\n  \"subscription_url\": \"http://requestb.in/13qm6kg1\",\n  \"href\": \"https://api.surveymonkey.net/v3/webhooks/123\"\n}"},"url":"https://api.surveymonkey.net/v3/webhooks/{{WEBHOOK_ID}}","description":"Modify a webhook"},"response":[],"_postman_id":"b490de51-4084-d985-7254-f8cdaa068cc3"},{"name":"Replace a webhook","id":"5f6e1a92-859c-c5ec-ac6f-caf9d653a0da","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"My Webhook\",\n  \"event_type\": \"response_completed\",\n  \"object_type\": \"survey\",\n  \"object_ids\": [\"1234\", \"5678\"],\n  \"subscription_url\": \"http://requestb.in/13qm6kg1\",\n  \"href\": \"https://api.surveymonkey.net/v3/webhooks/123\"\n}"},"url":"https://api.surveymonkey.net/v3/webhooks/{{WEBHOOK_ID}}","description":"Replace a webhook"},"response":[],"_postman_id":"5f6e1a92-859c-c5ec-ac6f-caf9d653a0da"},{"name":"Delete a webhook","id":"53049106-7017-0fea-4126-e4e345f9658e","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.surveymonkey.net/v3/webhooks/{{WEBHOOK_ID}}","description":"Delete a webhook"},"response":[],"_postman_id":"53049106-7017-0fea-4126-e4e345f9658e"}],"id":"8d582b56-1265-c78c-bdcd-894e3829a40a","description":"Create webhooks that subscribe to various events in SurveyMonkey. You can create a webhook to callback when:\n\nA survey response is completed (‘response_completed’)\nA survey response is disqualified ('response_disqualified’)\nA survey response is updated ('response_updated’)\nA new collector is created for a survey ('collector_created’)\nA survey’s collector is updated ('collector_updated’)\nA survey’s collector is deleted ('collector_deleted’)\n\nYou can specify one or more survey or collector ids to be included. The view webhooks and create/modify webhooks scopes are available on a Basic(Free) SurveyMonkey plan.","_postman_id":"8d582b56-1265-c78c-bdcd-894e3829a40a"}]}