{"info":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","description":"<html><head></head><body><p>This is the official API documentation for Vidcorp.</p>\n<p>Below you will find a current list of the available endpoints for use with the Vidcorp API. You will need a Vidcorp account and valid API credentials in order to use the API. These will be different in each available environment (Sandbox/Production) and can be managed within the appropriate Vidcorp settings page, depending on which environment you are in.</p>\n<ul>\n<li>for Sandbox accounts, go to <a href=\"https://testing.vidcorp.com\">https://testing.vidcorp.com</a></li>\n<li>for Production accounts, go to <a href=\"https://cm.vidcorp.com/\">https://cm.vidcorp.com/</a></li>\n</ul>\n<p>From the settings menu on the top right, select <strong>API Credentials</strong> to manage them.</p>\n<h1 id=\"base-urls\">Base URLs</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Base URL</th>\n<th>Purpose</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://api-testing.vidcorp.com/v2\">https://api-testing.vidcorp.com/v2</a></td>\n<td>Sandbox for Testing</td>\n</tr>\n<tr>\n<td><a href=\"https://api.vidcorp.com/v2\">https://api.vidcorp.com/v2</a></td>\n<td>Production</td>\n</tr>\n</tbody>\n</table>\n</div><p>It should be noted that all the endpoints and examples used in this document (and associated Postman Collection) have been hard-coded to be using the Sandbox Base URL.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Basic HTTP authentication should be used in the header:</p>\n<ul>\n<li><code>username</code> - your API username</li>\n<li><code>password</code> - your API key</li>\n</ul>\n<p><em>You can get your API credentials by logging into Vidcorp, as outlined above.</em></p>\n<p>Please ensure you keep your <strong>Production API key</strong> a secret - if it is compromised for any reason, simply generate a new one and ensure you have updated your API clients to use your updated credentials. Instructions for creating Basic Auth headers can be found <a href=\"https://en.wikipedia.org/wiki/Basic_access_authentication#Client_side\">here</a></p>\n<h2 id=\"required-headers\">Required Headers</h2>\n<p>Apart from the above authentication header, you will also need include the following when making API calls:</p>\n<p><code>Content-type = application/json</code></p>\n<h1 id=\"sms-message-lengths\">SMS Message Lengths</h1>\n<p>A <strong>standard</strong> SMS message has a maximum of <code>160</code> characters. <strong>Unicode</strong> SMS messages are messages which contain characters not found in the <a href=\"https://en.wikipedia.org/wiki/GSM_03.38\">standard GSM 03.38</a> character set - these have a maximum of <code>70</code> characters.</p>\n<p>Longer messages are possible, however please be aware that exceeding these limits constitutes an \"additional\" SMS. Such messages are then split into what is called a \"multi-part\" message. Your recipient(s) will still see the message as one single, long message on their handset - but behind the scenes it has been split into these \"multi-part\" message segments, and billed accordingly.</p>\n<h2 id=\"opt-out-tags\">Opt-out tags</h2>\n<p>You are required to add an opt-out message to the end of your message body if you are sending what would be considered a marketing message. This opt-out message can include the tag <code>{OptOutURL}</code> which is a placeholder that will add a link that can be clicked to opt-out. Please be aware that <strong>expanding this tag into an actual link will increase the character count of your message</strong> - potentially turning your message into a multi-part message.</p>\n<p>There is a <strong>hard limit of 1570 characters</strong> in total, for your message.</p>\n<h1 id=\"using-a-sender-id\">Using a Sender ID</h1>\n<p>Alphanumeric \"sender IDs\" are used for one-way, branded messaging. Instead of using an <a href=\"https://electronics.howstuffworks.com/telephone-country-codes3.htm\">E.164</a> formatted Vidcorp phone number, you can use a custom string value to match branding used by your business. Note: alphanumeric sender IDs are not available everywhere - when using them, please ensure you are sending to phone numbers in countries which support this feature.</p>\n<p>Alphanumeric sender IDs can be up to 11 characters and must include at least one letter and the following:</p>\n<ul>\n<li>upper-case letters A-Z</li>\n<li>lower-case letters a-z</li>\n<li>numbers 0-9</li>\n<li>spaces\nNon-ASCII special characters and punctuation are not allowed.</li>\n</ul>\n<h2 id=\"timestamps\">Timestamps</h2>\n<p>All dates and times are returned in the common <a href=\"https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations\">ISO 8601 format</a></p>\n<p>It is important to note that this includes Timezone information as well - all values are stored in <a href=\"https://en.wikipedia.org/wiki/Coordinated_Universal_Time#Time_zones\">UTC</a>. You can also include optional timestamp parameters to your query, with some endpoints (see below)</p>\n<p><strong>Timestamps in Requests</strong></p>\n<p>The format of the <strong>timestamps</strong> you can use in your requests is reasonably flexible... For example, <code>01/01/1970</code>, <code>2001-12-31</code>, <code>2002-10-20T12:26:13+00:00</code>, <code>last Monday</code> and <code>yesterday</code> are all examples of valid inputs for these types of request.</p>\n<h1 id=\"mms-file-types\">MMS File Types</h1>\n<p>The following file types are currently acceptable for sending via MMS. Please note the appropriate file extension should be used, in order to identify the file type.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>File Extension</th>\n<th>File Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>.gif</td>\n<td>image/gif</td>\n</tr>\n<tr>\n<td>.png</td>\n<td>image/png</td>\n</tr>\n<tr>\n<td>.jpg, .jpeg</td>\n<td>image/jpeg</td>\n</tr>\n<tr>\n<td>.mp3</td>\n<td>audio/mpeg</td>\n</tr>\n<tr>\n<td>.wav</td>\n<td>audio/wav</td>\n</tr>\n<tr>\n<td>.3gp</td>\n<td>audio/3gpp</td>\n</tr>\n<tr>\n<td>.mp4</td>\n<td>video/mp4</td>\n</tr>\n<tr>\n<td>.mpg, .mpeg</td>\n<td>video/mpeg</td>\n</tr>\n<tr>\n<td>.avi</td>\n<td>video/avi</td>\n</tr>\n<tr>\n<td>.pdf</td>\n<td>application/pdf</td>\n</tr>\n<tr>\n<td>.vcf, .vcard</td>\n<td>text/vcard</td>\n</tr>\n<tr>\n<td>.cal</td>\n<td>text/calendar</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"pagination\">Pagination</h1>\n<p>Some endpoints return results which are paginated and you can include optional pagination parameters in your query. By default, the <strong>first</strong> page of <strong>50</strong> items will be returned. The maximum page size is <strong>1000</strong>.</p>\n<h4 id=\"list-requests\">List Requests</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>the page number; defaults to 1</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>the number of items that one single page represents; defaults to 50; min 1; max 1000</td>\n</tr>\n<tr>\n<td>after</td>\n<td>the timestamp that items should start from (inclusive)</td>\n</tr>\n<tr>\n<td>before</td>\n<td>the timestamp that items should be before (exclusive)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"list-responses\">List Responses</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total</td>\n<td>total number of resources available</td>\n</tr>\n<tr>\n<td>item_count</td>\n<td>number of resources returned</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>current page number</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>number of resources returned per page</td>\n</tr>\n<tr>\n<td>first_item</td>\n<td>number of the first resource in the current page</td>\n</tr>\n<tr>\n<td>last_item</td>\n<td>number of the last resource in the current page</td>\n</tr>\n<tr>\n<td>prev_page_url</td>\n<td>a URL of the previous page - <code>null</code> if not available</td>\n</tr>\n<tr>\n<td>next_page_url</td>\n<td>a URL of the next page - <code>null</code> if not available</td>\n</tr>\n<tr>\n<td>data</td>\n<td>the actual resources, in an array</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"request-limits\">REQUEST LIMITS</h1>\n<p>The API currently has a limit of 8MB for any individual request. If you need to send more than this you should split your data so that it can be sent across multiple requests that are no larger than this size.</p>\n<h1 id=\"http-status-codes\">HTTP STATUS CODES</h1>\n<p>The API will respond with one of the following HTTP status codes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Status Code</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://httpstatuses.com/200\">OK</a></td>\n<td>200</td>\n<td>The request completed successfully (and returned results).</td>\n</tr>\n<tr>\n<td><a href=\"https://httpstatuses.com/204\">NO CONTENT</a></td>\n<td>204</td>\n<td>The server has successfully fulfilled the request and there is no additional content to send in the response payload body.</td>\n</tr>\n<tr>\n<td><a href=\"https://httpstatuses.com/400\">BAD REQUEST</a></td>\n<td>400</td>\n<td>The server cannot or will not process the request due to something that is perceived to be a client error (eg. malformed request syntax or invalid request message framing).</td>\n</tr>\n<tr>\n<td><a href=\"https://httpstatuses.com/401\">UNAUTHORISED</a></td>\n<td>401</td>\n<td>Authentication credentials for the target resource were invalid.</td>\n</tr>\n<tr>\n<td><a href=\"https://httpstatuses.com/403\">FORBIDDEN</a></td>\n<td>403</td>\n<td>The server understood the request but refuses to allow it.</td>\n</tr>\n<tr>\n<td><a href=\"https://httpstatuses.com/404\">NOT FOUND</a></td>\n<td>404</td>\n<td>The requested resource is invalid or does not exist.</td>\n</tr>\n<tr>\n<td><a href=\"https://httpstatuses.com/405\">METHOD NOT ALLOWED</a></td>\n<td>405</td>\n<td>The method received in the request-line is not supported by the target resource.</td>\n</tr>\n<tr>\n<td><a href=\"https://httpstatuses.com/429\">TOO MANY REQUESTS</a></td>\n<td>429</td>\n<td>The user has sent too many requests in a given amount of time (\"rate limiting\").</td>\n</tr>\n<tr>\n<td><a href=\"https://httpstatuses.com/500\">INTERNAL SERVER ERROR</a></td>\n<td>500</td>\n<td>We broke something - please let us know so we can fix it!</td>\n</tr>\n<tr>\n<td><a href=\"https://httpstatuses.com/503\">SERVICE UNAVAILABLE</a></td>\n<td>503</td>\n<td>The server is currently experiencing a temporary overload or scheduled maintenance, which will likely be alleviated after a small delay.</td>\n</tr>\n<tr>\n<td><a href=\"https://httpstatuses.com/504\">GATEWAY TIMEOUT</a></td>\n<td>504</td>\n<td>The server was unable to produce a timely response in order to complete the request.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"cors\">CORS</h2>\n<p>If you are building your API client into a web app, you should specify the <a href=\"https://en.wikipedia.org/wiki/Cross-origin_resource_sharing#Request_headers\">CORS origins</a> your app will be using.</p>\n<h2 id=\"postman\">Postman</h2>\n<p>Use the button on the top right to download our API collection so you can test with the Postman app. Simply import the collection and create an environment with <code>username</code> and <code>password</code> variables to get started.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Base URLs","slug":"base-urls"},{"content":"Authentication","slug":"authentication"},{"content":"SMS Message Lengths","slug":"sms-message-lengths"},{"content":"Using a Sender ID","slug":"using-a-sender-id"},{"content":"MMS File Types","slug":"mms-file-types"},{"content":"Pagination","slug":"pagination"},{"content":"REQUEST LIMITS","slug":"request-limits"},{"content":"HTTP STATUS CODES","slug":"http-status-codes"}],"owner":"2638524","collectionId":"c170733b-d244-4ea6-8f28-976071c3cb46","publishedId":"UV5UiyAw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"007aff"},"publishDate":"2021-11-10T23:33:45.000Z"},"item":[{"name":"Chat","item":[{"name":"Send Chat SMS","id":"c1cbf207-5448-4af4-8d8b-7e0d2c334292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"to","value":"{integer}","description":"<p>Single mobile number in E.164 format (required)</p>\n","type":"text"},{"key":"message","value":"{string}","description":"<p>Your Chat message text (required)</p>\n","type":"text"},{"key":"reference","value":"{string}","description":"<p>Chat reference for tracking</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/chat/send/sms","description":"<p>To send a single chat SMS, make an HTTP POST to this resource URI and provide us with a <code>to</code>, <code>message</code> and <code>reference</code> for the chat and we will choose a longcode from your pool that the recipient can reply to.</p>\n<p>Any additional requests received using the same <code>to</code> and <code>reference</code> will be sent using the same longcode.\nMultiple recipients can use the same reference, but they will not necessarily receive the message from the same longcode.\nUsing multiple references to a single recipient allows the integrator to have multiple chat threads occurring on the end users device.</p>\n<h3 id=\"required-parameters\">Required Parameters</h3>\n<p>When creating a new message via the API, you must include a <code>to</code> parameter. This value should be a single recipient phone number in <a href=\"https://electronics.howstuffworks.com/telephone-country-codes3.htm\">E.164</a> format.</p>\n<p>You must also include a <code>message</code> parameter containing the message's content. If this value <a href=\"#sms-message-lengths\">exceeds a certain length</a> it is regarded as a \"multi-part\" message.</p>\n<p>Finally, you need to include a <code>reference</code> parameter, which you can use for your own internal tracking, as a transaction reference, when matching up against <a href=\"https://www.vidcorp.com/resources/managing-webhooks/\">webhooks</a> you have set up.</p>\n<h3 id=\"opt-out-tags\">OPT-OUT tags</h3>\n<p>If your message contains the <code>{OptOutURL}</code> string, the length and price returned will reflect the expansion of this tag into an actual, proper URL - which could potentially turn your message into a multi-part message, with more than one segment.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","chat","send","sms"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"05cbdb50-3930-4920-a2de-0605b3b90009","name":"Start a chat by SMS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic YOUR_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61429967196\",\n\t\"message\": \"Hi, would you like to know more?\",\n\t\"reference\": \"AAA111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/chat/send/sms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2020 06:43:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"chat_id\": \"efe8edf6-4690-11ec-8691-021170142634\",\n    \"to\": \"61429967196\",\n    \"status\": \"queued\",\n    \"created\": \"2021-11-16T03:54:45+00:00\",\n    \"price\": 0.08,\n    \"num_segments\": 1,\n    \"reference\": \"AAA111\"\n}"},{"id":"d5e5d7b8-0d79-4737-8b07-1d100f31d93f","name":"Continue a chat by SMS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic YOUR_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61429967196\",\n\t\"message\": \"I'm glad to hear you want to know more.\",\n\t\"reference\": \"AAA111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/chat/send/sms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2020 06:43:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"chat_id\": \"afe8edf6-4690-11ec-8691-021170142634\",\n    \"to\": \"61429967196\",\n    \"status\": \"queued\",\n    \"created\": \"2021-11-16T03:54:45+00:00\",\n    \"price\": 0.08,\n    \"num_segments\": 1,\n    \"reference\": \"AAA111\"\n}"},{"id":"d880b9c6-db8d-4fc4-ac2e-3f2d1e4178b7","name":"Send chat SMS With Opt-Out","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic YOUR_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61429967196\",\n    \"message\": \"If you no longer want to know more, Optout here: {OptOutURL}\",\n\t\"reference\": \"AAA222\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/chat/send/sms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Feb 2020 04:04:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"chat_id\": \"bfe8edf6-4690-11ec-8691-021170142634\",\n    \"to\": \"61429967196\",\n    \"status\": \"queued\",\n    \"created\": \"2021-11-16T03:54:45+00:00\",\n    \"price\": 0.08,\n    \"num_segments\": 1,\n    \"reference\": \"AAA222\"\n}"},{"id":"880dcaed-aa2d-40b7-8ade-d866137f7dd7","name":"Error: Account has no longcodes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic YOUR_TOKEN","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61429967196\",\n\t\"message\": \"Hi, I have no longcodes setup\",\n\t\"reference\": \"FFF\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/chat/send/sms"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2020 06:43:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Feature not available, please contact your account manager.\",\n    \"code\": 7500\n}"}],"_postman_id":"c1cbf207-5448-4af4-8d8b-7e0d2c334292"}],"id":"a9cb9284-cbf0-44ff-b2d2-42164a498ed6","description":"<p>Starting a conversation with an end user has never been easier.</p>\n<p>By using our endpoint we take care of the sender address for you so that your messages will be received in the same thread on a users device.</p>\n<h4 id=\"before-starting\">Before starting:</h4>\n<ol>\n<li>At this time, only +61 (Australia) longcodes and recipients are supported.</li>\n<li>You will need to contact support or your account manager to have a 'pool' of longcodes assigned to your account for your chat messages.</li>\n</ol>\n<p>Chat messages are considered to be of a transactional nature, and therefore any unsubscribe/optout statuses of your recipients are not checked. </p>\n<blockquote>\n<p>It is your responsibility to conform to SPAM messaging rules and regulations.</p>\n</blockquote>\n<h4 id=\"receiving-replies\">Receiving replies</h4>\n<p>Receiving replies to your messages is handled by our <a href=\"https://www.vidcorp.com/resources/webhook-formats/#message_received\">webhook system, specifically the 'message_received' event.</a> You will want to have set this endpoint up either within the platform, or via the webhook API endpoints. The mobile, message and reference will all be included in the payload so that you can map it to the message that was sent.</p>\n<p>For further enrichment of your chat system, we also recommend setting up a listener for the <a href=\"https://www.vidcorp.com/resources/webhook-formats/#message_delivered\">'message_delivered' event</a> so you know when messages have been successfully delivered.</p>\n<p>To further aid you during the development on our test system, you will be able to create incoming messages to fire your webhooks using <a href=\"https://docs.vidcorp.com/#d0769ad0-a53a-4992-8e61-ba58f543d757\">this endpoint.</a></p>\n","_postman_id":"a9cb9284-cbf0-44ff-b2d2-42164a498ed6","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}}},{"name":"Contacts","item":[{"name":"Create New Contact","id":"10985cb9-79a8-45ed-9d29-ab5915c8852e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"{string}","description":"<p>First name of contact (required, max length: 50)</p>\n","type":"text"},{"key":"last_name","value":"{string}","description":"<p>Last name of contact (max length: 100)</p>\n","type":"text"},{"key":"mobile","value":"{integer}","description":"<p>Mobile number of contact (required)</p>\n","type":"text"},{"key":"external_id","value":"{string}","description":"<p>An \"external\" ID used to match the Vidcorp Contact against your own records - must be unique (max length: 100)</p>\n","type":"text"},{"key":"email","value":"{string}","description":"<p>Email address of contact (max length: 100)</p>\n","type":"text"},{"key":"group_id","value":"{string}","description":"<p>Vidcorp Group ID which contact can automatically be attached to, upon successful creation.</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/contacts","description":"<p>Post data to create a new contact with details provided. Upon successful creation, details of your new contact will be returned - including the Vidcorp Contact ID, which is used by other methods, including sending an SMS Campaign.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>Every request must contain a <code>first_name</code> value, representing the contact's first name, and a value for their <code>mobile</code> number - in <a href=\"https://electronics.howstuffworks.com/telephone-country-codes3.htm\">E.164</a> format. Neither parameter can contain an empty value.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"3bd2c37c-0ad1-430e-887a-5aafb5e6a1d3","name":"Create Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Cassandra\",\n    \"last_name\": \"Botsford\",\n    \"mobile\": \"61456172149\",\n    \"email\": \"uwolf@example.com\",\n    \"external_id\": \"ad065bcf-1833-3b7b-b6cd-10b99484a552\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Feb 2020 04:02:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"627aa15c-4c83-11ea-9ca1-067453a7f748\",\n    \"first_name\": \"Cassandra\",\n    \"last_name\": \"Botsford\",\n    \"mobile\": \"61456172149\",\n    \"email\": \"uwolf@example.com\",\n    \"external_id\": \"ad065bcf-1833-3b7b-b6cd-10b99484a552\",\n    \"unsubscribed\": false\n}"},{"id":"4e1d5d98-3b38-4ad3-901b-ef04bfb56015","name":"Create New Contact And Specify Group ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"first_name\":\"Delia\",\"mobile\":\"61456699347\",\"group_id\":\"04b86f32-29c9-11e9-bbe2-02aa10802064\"}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Feb 2020 02:32:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"f13fe462-4d3f-11ea-9abd-067453a7f748\",\n    \"first_name\": \"Delia\",\n    \"last_name\": null,\n    \"mobile\": \"61456699347\",\n    \"email\": null,\n    \"external_id\": null,\n    \"unsubscribed\": false\n}"}],"_postman_id":"10985cb9-79a8-45ed-9d29-ab5915c8852e"},{"name":"Upsert Contact Metadata","id":"240897f0-7787-4620-8e2e-297b00aa02da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"metadata","value":"{json}","description":"<p>JSON object containing named key/value pairs of contact metadata (required)</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/contacts/{contact_id}/metadata","description":"<p>You can create an unlimited number of additional metadata values against a contact, identified by Vidcorp Contact ID, using this endpoint - your Contact ID must be present in the URL path.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>Every request must contain a <code>metadata</code> parameter - a JSON object, containing any number of key/value pairs of contact metadata. If any metadata keys in your request already had values against them for your contact, they will be overwritten with the new values from your request.</p>\n<h1 id=\"invalid-key-names\">Invalid Key Names</h1>\n<p>Certain characters cannot be used when defining key names for new contact metadata fields:</p>\n<ul>\n<li><h1 id></h1>\n</li>\n<li>?</li>\n<li>=</li>\n<li>|</li>\n<li>&amp;</li>\n<li>,</li>\n<li>/</li>\n<li><ul>\n<li></li>\n</ul>\n</li>\n</ul>\n<p>In addition, there are certain words considered \"reserved\" by the system, which can never be used to define contact metadata either - these are mostly used elsewhere, such as to identify a contact ID or their subscription status.</p>\n<ul>\n<li>unsubscribed</li>\n<li>FNAME</li>\n<li>LNAME</li>\n<li>URL</li>\n<li>OptOutURL</li>\n<li>KEY</li>\n<li>VALUE</li>\n<li>ID</li>\n<li>firstname</li>\n<li>lastname</li>\n<li>mobile</li>\n<li>email</li>\n<li>externalID</li>\n<li>aID</li>\n<li>uID</li>\n<li>uniqueID</li>\n<li>createdFrom</li>\n<li>CreatedDate_ts (with or without the underscore)</li>\n<li>ModifiedDate_ts (with or without the underscore)</li>\n<li>DeletedDate_ts (with or without the underscore)</li>\n</ul>\n<h1 id=\"success-response\">Success Response</h1>\n<p><strong>Note: this endpoint does not return any content upon success.</strong></p>\n<p>Furthermore, a successful response will have an HTTP STATUS of <a href=\"https://httpstatuses.com/204\">204</a> instead of the usual <a href=\"https://httpstatuses.com/200\">200</a></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","{contact_id}","metadata"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"c72cb640-e616-4f58-927f-14413793c2d0","name":"Update Existing Contact Metadata","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"sick days\": 6\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/contacts/627aa15c-4c83-11ea-9ca1-067453a7f748/metadata"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 12 Feb 2020 05:25:21 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1897"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":""},{"id":"03392400-fbaf-4b59-ad9b-676ef45bcc20","name":"Insert New Contact Metadata","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"beginner\": true,\n\t\t\"birthday\": \"01/01/1970\",\n\t\t\"sick days\": 5\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/contacts/627aa15c-4c83-11ea-9ca1-067453a7f748/metadata"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 12 Feb 2020 05:23:33 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"240897f0-7787-4620-8e2e-297b00aa02da"},{"name":"Remove Contact Metadata","id":"96c895cb-8a7a-4f88-a615-0bb479efa3f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"key","value":"{string}","description":"<p>Your Vidcorp Contact metadata key name (required)</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/contacts/{contact_id}/metadata","description":"<p>You can remove a specific metadata item from a contact, identified by Vidcorp Contact ID, using this endpoint - your Contact ID must be present in the URL path.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>Every request must contain a <code>key</code> parameter to identify which metadata value you wish to delete, by key name.</p>\n<h1 id=\"success-response\">Success Response</h1>\n<p><strong>Note: this endpoint does not return any content upon success.</strong></p>\n<p>Furthermore, a successful response will have an HTTP STATUS of <a href=\"https://httpstatuses.com/204\">204</a> instead of the usual <a href=\"https://httpstatuses.com/200\">200</a></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","{contact_id}","metadata"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"af24d5d5-5a75-4652-b71b-3872f6f0c8d1","name":"Remove Contact Metadata","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"key\": \"birthday\"}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/contacts/63cd6f30-2a92-11e9-9461-02aa10802064/metadata"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 12 Feb 2020 06:21:50 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"96c895cb-8a7a-4f88-a615-0bb479efa3f5"},{"name":"List Contacts","id":"1f610300-7f38-4af4-bb52-9a6ec6e46972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/contacts/?email={email_address}&mobile={mobile_number}","description":"<p>List of contacts for your account, by request. You can send a request and retrieve your contact list at a time that suits you, using this endpoint.</p>\n<h1 id=\"optional-filtering\">Optional filtering</h1>\n<p>You can also filter results by <code>email</code> address and <code>mobile</code> number, by passing these in as (optional) query parameters.</p>\n<h2 id=\"a-note-about-postman-collections\">A Note about Postman Collections</h2>\n<p>If you have downloaded and imported this as a Postman Collection, you may find these optional query parameters have been selected with default values - which will probably not work.</p>\n<p>If you are getting empty results back, check if these have been selected - and if they have, try again after deselecting them. You should then get back all your results, unfiltered.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts",""],"host":["api-testing","vidcorp","com"],"query":[{"description":{"content":"<p>Filter results by email address</p>\n","type":"text/plain"},"key":"email","value":"{email_address}"},{"description":{"content":"<p>Filter results by mobile number</p>\n","type":"text/plain"},"key":"mobile","value":"{mobile_number}"}],"variable":[]}},"response":[{"id":"cdbbbe31-64e9-4413-8c0e-ce9d27e27acb","name":"List Contacts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/contacts/","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","contacts",""],"query":[{"key":"email","value":"{email_address}","description":"Filter results by email address","disabled":true},{"key":"mobile","value":"{mobile_number}","description":"Filter results by mobile number","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Feb 2020 04:15:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 19,\n    \"item_count\": 19,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 19,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"id\": \"16ce335e-db63-11e9-8f69-0617db59baea\",\n            \"first_name\": \"Jonbon\",\n            \"last_name\": \"Jovi\",\n            \"mobile\": \"61405999444\",\n            \"email\": \"jonbon@jovi.net\",\n            \"external_id\": \"jbj595-Z\",\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"5c11a5c8ac81c\",\n            \"first_name\": \"Mic\",\n            \"last_name\": \"Mehmet\",\n            \"mobile\": \"6141225467\",\n            \"email\": \"mic@vidcorp.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"5c736e29e8dc4\",\n            \"first_name\": \"Oscar\",\n            \"last_name\": \"版权所有\",\n            \"mobile\": \"61499444222\",\n            \"email\": \"\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"627aa15c-4c83-11ea-9ca1-067453a7f748\",\n            \"first_name\": \"Cassandra\",\n            \"last_name\": \"Botsford\",\n            \"mobile\": \"61456172149\",\n            \"email\": \"uwolf@example.com\",\n            \"external_id\": \"ad065bcf-1833-3b7b-b6cd-10b99484a552\",\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"631842bc-db6e-11e9-aa33-0227e6a58070\",\n            \"first_name\": \"Bart\",\n            \"last_name\": \"Simpson\",\n            \"mobile\": \"61422777666\",\n            \"email\": \"bart@simpsons.com\",\n            \"external_id\": \"BARTMAN\",\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"63cd6f30-2a92-11e9-9461-02aa10802064\",\n            \"first_name\": \"Test\",\n            \"last_name\": \"Testerson\",\n            \"mobile\": \"61412345678\",\n            \"email\": \"test@testerson.com\",\n            \"external_id\": \"abc123\",\n            \"unsubscribed\": true\n        },\n        {\n            \"id\": \"8d3891c0-daa9-11e9-8d21-029c13ef7f22\",\n            \"first_name\": \"Lucy\",\n            \"last_name\": \"Jones\",\n            \"mobile\": \"61411118793\",\n            \"email\": \"test1@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38b376-daa9-11e9-86e4-029c13ef7f22\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"mobile\": \"61411118794\",\n            \"email\": \"test2@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38b894-daa9-11e9-855f-029c13ef7f22\",\n            \"first_name\": \"Frank\",\n            \"last_name\": \"Smith\",\n            \"mobile\": \"61411118795\",\n            \"email\": \"test3@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38bd44-daa9-11e9-8eee-029c13ef7f22\",\n            \"first_name\": \"Dweezil\",\n            \"last_name\": \"Walker\",\n            \"mobile\": \"61411118796\",\n            \"email\": \"test4@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38c212-daa9-11e9-b50e-029c13ef7f22\",\n            \"first_name\": \"Shannon\",\n            \"last_name\": \"Jackson\",\n            \"mobile\": \"61411118797\",\n            \"email\": \"test5@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38c690-daa9-11e9-91cd-029c13ef7f22\",\n            \"first_name\": \"Barbara\",\n            \"last_name\": \"Bach\",\n            \"mobile\": \"61411118798\",\n            \"email\": \"test6@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38caf0-daa9-11e9-a482-029c13ef7f22\",\n            \"first_name\": \"Susan\",\n            \"last_name\": \"Collins\",\n            \"mobile\": \"61411118799\",\n            \"email\": \"test7@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38cf50-daa9-11e9-89da-029c13ef7f22\",\n            \"first_name\": \"Francis\",\n            \"last_name\": \"Walker\",\n            \"mobile\": \"61411118800\",\n            \"email\": \"test8@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38d3a6-daa9-11e9-a986-029c13ef7f22\",\n            \"first_name\": \"Bob\",\n            \"last_name\": \"Smith\",\n            \"mobile\": \"61411118801\",\n            \"email\": \"test9@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38d7fc-daa9-11e9-bbe2-029c13ef7f22\",\n            \"first_name\": \"Deborah\",\n            \"last_name\": \"Lane\",\n            \"mobile\": \"61411118802\",\n            \"email\": \"test10@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38dc52-daa9-11e9-9ef7-029c13ef7f22\",\n            \"first_name\": \"Lois\",\n            \"last_name\": \"Lane\",\n            \"mobile\": \"61455518802\",\n            \"email\": \"test11@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38e0a8-daa9-11e9-808f-029c13ef7f22\",\n            \"first_name\": \"Smokey\",\n            \"last_name\": \"Robinson\",\n            \"mobile\": \"61418885502\",\n            \"email\": \"test12@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38e4fe-daa9-11e9-8aab-029c13ef7f22\",\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Doe\",\n            \"mobile\": \"61433336699\",\n            \"email\": \"test13@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        }\n    ]\n}"},{"id":"b04de2f8-e48f-4111-834a-2e1504cbf864","name":"List Contacts By Email Address","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/contacts/?email=example.com","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","contacts",""],"query":[{"key":"email","value":"example.com","description":"Filter results by email address"},{"key":"mobile","value":"61411","description":"Filter results by mobile number","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Feb 2020 04:27:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 19,\n    \"item_count\": 4,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 4,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"id\": \"627aa15c-4c83-11ea-9ca1-067453a7f748\",\n            \"first_name\": \"Cassandra\",\n            \"last_name\": \"Botsford\",\n            \"mobile\": \"61456172149\",\n            \"email\": \"uwolf@example.com\",\n            \"external_id\": \"ad065bcf-1833-3b7b-b6cd-10b99484a552\",\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d3891c0-daa9-11e9-8d21-029c13ef7f22\",\n            \"first_name\": \"Lucy\",\n            \"last_name\": \"Jones\",\n            \"mobile\": \"61411118793\",\n            \"email\": \"test1@example.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38b376-daa9-11e9-86e4-029c13ef7f22\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"mobile\": \"61411118794\",\n            \"email\": \"test2@example.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38b894-daa9-11e9-855f-029c13ef7f22\",\n            \"first_name\": \"Frank\",\n            \"last_name\": \"Smith\",\n            \"mobile\": \"61411118795\",\n            \"email\": \"test3@example.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        }\n    ]\n}"},{"id":"2144d959-6491-4cfc-b552-136ae00e3666","name":"List Contacts By Mobile Number","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/contacts/?mobile=61411","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","contacts",""],"query":[{"key":"email","value":"{email_address}","description":"Filter results by email address","disabled":true},{"key":"mobile","value":"61411","description":"Filter results by mobile number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Feb 2020 04:25:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 19,\n    \"item_count\": 10,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 10,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"id\": \"8d3891c0-daa9-11e9-8d21-029c13ef7f22\",\n            \"first_name\": \"Lucy\",\n            \"last_name\": \"Jones\",\n            \"mobile\": \"61411118793\",\n            \"email\": \"test1@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38b376-daa9-11e9-86e4-029c13ef7f22\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"mobile\": \"61411118794\",\n            \"email\": \"test2@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38b894-daa9-11e9-855f-029c13ef7f22\",\n            \"first_name\": \"Frank\",\n            \"last_name\": \"Smith\",\n            \"mobile\": \"61411118795\",\n            \"email\": \"test3@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38bd44-daa9-11e9-8eee-029c13ef7f22\",\n            \"first_name\": \"Dweezil\",\n            \"last_name\": \"Walker\",\n            \"mobile\": \"61411118796\",\n            \"email\": \"test4@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38c212-daa9-11e9-b50e-029c13ef7f22\",\n            \"first_name\": \"Shannon\",\n            \"last_name\": \"Jackson\",\n            \"mobile\": \"61411118797\",\n            \"email\": \"test5@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38c690-daa9-11e9-91cd-029c13ef7f22\",\n            \"first_name\": \"Barbara\",\n            \"last_name\": \"Bach\",\n            \"mobile\": \"61411118798\",\n            \"email\": \"test6@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38caf0-daa9-11e9-a482-029c13ef7f22\",\n            \"first_name\": \"Susan\",\n            \"last_name\": \"Collins\",\n            \"mobile\": \"61411118799\",\n            \"email\": \"test7@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38cf50-daa9-11e9-89da-029c13ef7f22\",\n            \"first_name\": \"Francis\",\n            \"last_name\": \"Walker\",\n            \"mobile\": \"61411118800\",\n            \"email\": \"test8@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38d3a6-daa9-11e9-a986-029c13ef7f22\",\n            \"first_name\": \"Bob\",\n            \"last_name\": \"Smith\",\n            \"mobile\": \"61411118801\",\n            \"email\": \"test9@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38d7fc-daa9-11e9-bbe2-029c13ef7f22\",\n            \"first_name\": \"Deborah\",\n            \"last_name\": \"Lane\",\n            \"mobile\": \"61411118802\",\n            \"email\": \"test10@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        }\n    ]\n}"}],"_postman_id":"1f610300-7f38-4af4-bb52-9a6ec6e46972"},{"name":"View Contact Details","id":"ed6fa615-89c5-43a1-888b-7ed0c1ad0a72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/contacts/{contact_id}","description":"<p>Retrieve details about a specific contact, identified by Vidcorp Contact ID using this endpoint - your Contact ID must be present in the URL path.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","{contact_id}"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"4ec089a7-4021-4f31-b74b-9272f0d3facc","name":"View Contact Details","originalRequest":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/contacts/627aa15c-4c83-11ea-9ca1-067453a7f748"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Feb 2020 04:46:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"627aa15c-4c83-11ea-9ca1-067453a7f748\",\n    \"first_name\": \"Cassandra\",\n    \"last_name\": \"Botsford\",\n    \"mobile\": \"61456172149\",\n    \"email\": \"uwolf@example.com\",\n    \"external_id\": \"ad065bcf-1833-3b7b-b6cd-10b99484a552\",\n    \"unsubscribed\": false\n}"}],"_postman_id":"ed6fa615-89c5-43a1-888b-7ed0c1ad0a72"},{"name":"List Contact Campaigns","id":"23e2e49c-aedb-41d3-b719-07fb178ad197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/contacts/{contact_id}/campaigns","description":"<p>Get list of SMS Campaigns sent to a specific contact. You can send a request and retrieve data about SMS campaigns for a contact at a time that suits you, using this endpoint - your Vidcorp Contact ID must be present in the URL path.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","{contact_id}","campaigns"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"4b0954de-a681-427b-aecc-37c7ed4c8b39","name":"List Contact Campaigns","originalRequest":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/contacts/63cd6f30-2a92-11e9-9461-02aa10802064/campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Feb 2020 04:49:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"item_count\": 2,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 2,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"id\": \"3709cad4-e568-11e9-8fac-0227e6a58070\",\n            \"timestamp\": \"2019-10-02T22:58:57+00:00\",\n            \"title\": \"unique test\",\n            \"template\": null,\n            \"sends\": 1,\n            \"deliveries\": 0\n        },\n        {\n            \"id\": \"c5eede38-a6bb-11e9-abae-0617db59baea\",\n            \"timestamp\": \"2019-07-15T04:48:22+00:00\",\n            \"title\": \"unique test\",\n            \"template\": null,\n            \"sends\": 1,\n            \"deliveries\": 0\n        }\n    ]\n}"}],"_postman_id":"23e2e49c-aedb-41d3-b719-07fb178ad197"},{"name":"Find Contact By External ID","id":"3471477a-8a9d-4876-a1ba-d1c69f8853d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"external_id","value":"{string}","description":"<p>Your unique ID, which has been saved as the \"external ID\" of the contact (required)</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/contacts/find","description":"<p>If you do not know the Vidcorp Contact ID for your contact but you had set the \"external ID\" for the contact to your own unique ID, you can use that unique ID to find the contact, using this endpoint. In case your external ID contains special characters which may not translate correctly, if used as a query parameter, this is passed in the body of a <code>POST</code>.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p><code>exernal_id</code> - this is a unique ID which is shared between your system and ours, allowing you to match your contacts with Vidcorp contacts, using a common identifier.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","find"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"64f8ab32-75f8-4e21-876b-0c69aca8a4f2","name":"Find Contact By External ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"external_id\": \"ad065bcf-1833-3b7b-b6cd-10b99484a552\"}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/contacts/find"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Feb 2020 05:02:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"627aa15c-4c83-11ea-9ca1-067453a7f748\",\n    \"first_name\": \"Cassandra\",\n    \"last_name\": \"Botsford\",\n    \"mobile\": \"61456172149\",\n    \"email\": \"uwolf@example.com\",\n    \"external_id\": \"ad065bcf-1833-3b7b-b6cd-10b99484a552\",\n    \"unsubscribed\": false\n}"}],"_postman_id":"3471477a-8a9d-4876-a1ba-d1c69f8853d9"},{"name":"Update Contact","id":"32f1f63a-111f-4879-b787-35c79dec1dd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"{string}","contentType":"","description":"<p>First name of contact (max length: 50)</p>\n","type":"text"},{"key":"last_name","value":"{string}","description":"<p>Last name of contact (max length: 100)</p>\n","type":"text"},{"key":"mobile","value":"{integer}","description":"<p>Mobile number of contact</p>\n","type":"text"},{"key":"email","value":"{string}","contentType":"","description":"<p>Email address of contact (max length: 100)</p>\n","type":"text"},{"key":"external_id","value":"{string}","description":"<p>An \"external\" ID to match your own record for the contact - must be unique (max length: 100)</p>\n","type":"text"},{"key":"unsubscribed","value":"{boolean}","description":"<p>Whether or not the contact has \"unsubscribed\" from further communication</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/contacts/{contact_id}","description":"<p>You can update a contact's details using this endpoint. Similar rules to the <code>Create</code> method apply, except there are no required parameters.</p>\n<h1 id=\"unsubscribed-status\">Unsubscribed status</h1>\n<p>You can also use this endpoint to \"opt-out\" (and also \"opt-in\") a contact by using the \"unsubscribed\" parameter in your request, as a boolean. (an integer <code>0</code> or <code>1</code> should also work).</p>\n<h4 id=\"note\">NOTE!</h4>\n<p>If you pass in an <code>unsubscribed</code> parameter to your request, this is the <strong>ONLY</strong> part of the request which will be processed. You cannot combine updating a contact's details and subscription status both into the same request.</p>\n<h1 id=\"success-response\">Success Response</h1>\n<p><strong>Note: this endpoint does not return any content upon success.</strong></p>\n<p>Furthermore, a successful response will have an HTTP STATUS of <a href=\"https://httpstatuses.com/204\">204</a> instead of the usual <a href=\"https://httpstatuses.com/200\">200</a></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","{contact_id}"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"ed792305-31c9-4e41-95f2-54138964177c","name":"Update Contact","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Don\",\n    \"last_name\": \"Wise\",\n    \"mobile\": \"61499000111\",\n    \"email\": \"wise@email.com\",\n    \"external_id\": \"@don_wise_99\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/contacts/fb3789f2-4966-11ea-94cd-067453a7f748"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 11 Feb 2020 05:32:21 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":""},{"id":"d14a4892-01f0-4170-86f4-a70381183041","name":"Resubscribe Contact","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"unsubscribed\": false}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/contacts/fb3789f2-4966-11ea-94cd-067453a7f748"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 12 Feb 2020 04:19:21 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":""},{"id":"3385050d-a1a8-4e15-b859-6826c19a66c3","name":"Unsubscribe Contact","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"unsubscribed\": true}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/contacts/fb3789f2-4966-11ea-94cd-067453a7f748"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 12 Feb 2020 04:18:07 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"32f1f63a-111f-4879-b787-35c79dec1dd7"},{"name":"Delete Contact","id":"cb4b3a37-c7f5-4d5a-bb71-3c2f8bfa2fa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-testing.vidcorp.com/v2/contacts/{contact_id}","description":"<p>You can delete a contact using this endpoint. If your contact was also part of a group, it will automatically be removed from the group as well.</p>\n<h1 id=\"success-response\">Success Response</h1>\n<p><strong>Note: this endpoint does not return any content upon success.</strong></p>\n<p>Furthermore, a successful response will have an HTTP STATUS of <a href=\"https://httpstatuses.com/204\">204</a> instead of the usual <a href=\"https://httpstatuses.com/200\">200</a></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","{contact_id}"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"5b3f9dc9-1475-449f-91c7-8191708b4591","name":"Delete Contact","originalRequest":{"method":"DELETE","header":[],"url":"https://api-testing.vidcorp.com/v2/contacts/4acd2b76-4c63-11ea-8048-067453a7f748"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 11 Feb 2020 05:14:22 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1897"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cb4b3a37-c7f5-4d5a-bb71-3c2f8bfa2fa2"}],"id":"6444d1fe-7a00-4cfd-aed9-4310b30eb61c","_postman_id":"6444d1fe-7a00-4cfd-aed9-4310b30eb61c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}}},{"name":"Contact Groups","item":[{"name":"Create New Group","id":"0595cf6e-9811-44b2-b66a-0996425f4743","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"{string}","description":"<p>Name of group (required if external ID not present - truncated at 255 chars)</p>\n","type":"text"},{"key":"external_id","value":"{string}","description":"<p>An \"external\" ID used to match against your own records - must be unique (required if name not present, max length: 100)</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/contacts/groups","description":"<p>Create a new contact group with details provided. Upon successful creation, details of your new group will be returned - including the Vidcorp Group ID, which is used by other methods, including sending an SMS Campaign.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>Your request must contain at least a <code>name</code> (representing the group's name) or <code>external_id</code> parameter. Both can be included. As with contacts, external IDs can be used as a common unique identifier between your system and ours.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","groups"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"11534235-9d75-4b61-9c9e-c40227a8ff2d","name":"Create New Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\": \"Electric Boogaloo\", \"external_id\": \"BREAKIN-2\"}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/contacts/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Feb 2020 23:31:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"a8795362-4d26-11ea-affd-067453a7f748\",\n    \"name\": \"Electric Boogaloo\",\n    \"external_id\": \"BREAKIN-2\",\n    \"membership\": 0\n}"}],"_postman_id":"0595cf6e-9811-44b2-b66a-0996425f4743"},{"name":"List Contact Groups","id":"0b0317e9-f14f-42ad-8e21-67c9f5c49925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/contacts/groups?name={group_name}","description":"<p>Get list of groups for your account, by request. You can send a request and retrieve your contact group list at a time that suits you, using this endpoint.</p>\n<h1 id=\"optional-filtering\">Optional filtering</h1>\n<p>You can also filter results by group name, by passing in a <code>name</code> value as an (optional) query parameter.</p>\n<h2 id=\"a-note-about-postman-collections\">A Note about Postman Collections</h2>\n<p>If you have downloaded and imported this as a Postman Collection, you may find optional query parameters have been selected with default values - which will probably not work.</p>\n<p>If you are getting empty results back, check if these have been selected - and if they have, try again after deselecting them. You should then get back all your results, unfiltered.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","groups"],"host":["api-testing","vidcorp","com"],"query":[{"description":{"content":"<p>Filter results by group name</p>\n","type":"text/plain"},"key":"name","value":"{group_name}"}],"variable":[]}},"response":[{"id":"72fe7756-5c9a-40fa-9e9f-2ec55e28e492","name":"List Contact Groups","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/contacts/groups","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","contacts","groups"],"query":[{"key":"name","value":"electric","description":"Filter results by group name","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Feb 2020 23:40:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1897"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 4,\n    \"item_count\": 4,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 4,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"id\": \"04b86f32-29c9-11e9-bbe2-02aa10802064\",\n            \"name\": \"Group Name\",\n            \"external_id\": null,\n            \"membership\": 0\n        },\n        {\n            \"id\": \"504a640e-2a8d-11e9-b727-02aa10802064\",\n            \"name\": \"groovy group\",\n            \"external_id\": \"kebabalab\",\n            \"membership\": 3\n        },\n        {\n            \"id\": \"a8795362-4d26-11ea-affd-067453a7f748\",\n            \"name\": \"Electric Boogaloo\",\n            \"external_id\": \"BREAKIN-2\",\n            \"membership\": 0\n        },\n        {\n            \"id\": \"c94e13c4-e567-11e9-87a0-0617db59baea\",\n            \"name\": \"unique_test_Resend_2019-10-03\",\n            \"external_id\": null,\n            \"membership\": 1\n        }\n    ]\n}"},{"id":"eb2682f9-0365-4dcc-b552-11b34aaa117e","name":"List Contact Groups By Name","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/contacts/groups?name=electric","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","contacts","groups"],"query":[{"key":"name","value":"electric","description":"Filter results by group name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Feb 2020 23:40:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1896"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 4,\n    \"item_count\": 1,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 1,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"id\": \"a8795362-4d26-11ea-affd-067453a7f748\",\n            \"name\": \"Electric Boogaloo\",\n            \"external_id\": \"BREAKIN-2\",\n            \"membership\": 0\n        }\n    ]\n}"}],"_postman_id":"0b0317e9-f14f-42ad-8e21-67c9f5c49925"},{"name":"Add Contact","id":"b4166fad-fe0a-4aa5-8ebd-f14071c49538","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"contact_id","value":"{string}","description":"<p>Your Vidcorp contact ID (required)</p>\n","type":"text"},{"key":"group_id","value":"{string}","description":"<p>Your Vidcorp group ID (required)</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/contacts/groups/attach","description":"<p>You can add a contact to your group, using this endpoint.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>Your request must contain both a <code>contact_id</code> parameter, representing your Vidcorp Contact ID and a <code>group_id</code> parameter, representing your Vidcorp Group ID.</p>\n<h1 id=\"success-response\">Success Response</h1>\n<p><strong>Note: this endpoint does not return any content upon success.</strong></p>\n<p>Furthermore, a successful response will have an HTTP STATUS of <a href=\"https://httpstatuses.com/204\">204</a> instead of the usual <a href=\"https://httpstatuses.com/200\">200</a></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","groups","attach"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"847d912d-a719-4fc5-b71e-a9134f674b06","name":"Add Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"group_id\": \"a8795362-4d26-11ea-affd-067453a7f748\", \"contact_id\": \"627aa15c-4c83-11ea-9ca1-067453a7f748\"}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/contacts/groups/attach"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 12 Feb 2020 00:29:02 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b4166fad-fe0a-4aa5-8ebd-f14071c49538"},{"name":"Remove Contact","id":"a7919b98-ee16-4e93-8a99-71fbc1728b2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"contact_id","value":"{string}","description":"<p>Your Vidcorp contact ID (required)</p>\n","type":"text"},{"key":"group_id","value":"{string}","description":"<p>Your Vidcorp group ID (required)</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/contacts/groups/detach","description":"<p>You can remove a contact from your group, using this endpoint.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>Your request must contain both a <code>contact_id</code> parameter, representing your Vidcorp Contact ID and a <code>group_id</code> parameter, representing your Vidcorp Group ID.</p>\n<h1 id=\"success-response\">Success Response</h1>\n<p><strong>Note: this endpoint does not return any content upon success.</strong></p>\n<p>Furthermore, a successful response will have an HTTP STATUS of <a href=\"https://httpstatuses.com/204\">204</a> instead of the usual <a href=\"https://httpstatuses.com/200\">200</a></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","groups","detach"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"7ca8d70d-24f9-45cb-b0b8-7c9903d602ce","name":"Remove Contact","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"group_id\": \"a8795362-4d26-11ea-affd-067453a7f748\", \"contact_id\": \"627aa15c-4c83-11ea-9ca1-067453a7f748\"}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/contacts/groups/detach"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 12 Feb 2020 00:33:07 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1897"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7919b98-ee16-4e93-8a99-71fbc1728b2e"},{"name":"List Group Members","id":"539188a2-643a-4a3f-a2b7-485fc02c2c1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/contacts/groups/{group_id}/members","description":"<p>List the contacts in a specific group. You can send a request and retrieve data about group members at a time that suits you, using this endpoint - your Vidcorp Group ID must be present in the URL path.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","groups","{group_id}","members"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"484391a6-581b-4df2-aa31-148e3c29bede","name":"List Group Members","originalRequest":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/contacts/groups/504a640e-2a8d-11e9-b727-02aa10802064/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Feb 2020 00:40:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 3,\n    \"item_count\": 3,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 3,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"id\": \"63cd6f30-2a92-11e9-9461-02aa10802064\",\n            \"first_name\": \"Test\",\n            \"last_name\": \"Testerson\",\n            \"mobile\": \"61412345678\",\n            \"email\": \"test@testerson.com\",\n            \"external_id\": \"abc123\",\n            \"unsubscribed\": true\n        },\n        {\n            \"id\": \"8d38d7fc-daa9-11e9-bbe2-029c13ef7f22\",\n            \"first_name\": \"Deborah\",\n            \"last_name\": \"Lane\",\n            \"mobile\": \"61411118802\",\n            \"email\": \"test10@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        },\n        {\n            \"id\": \"8d38dc52-daa9-11e9-9ef7-029c13ef7f22\",\n            \"first_name\": \"Lois\",\n            \"last_name\": \"Lane\",\n            \"mobile\": \"61455518802\",\n            \"email\": \"test11@email.com\",\n            \"external_id\": null,\n            \"unsubscribed\": false\n        }\n    ]\n}"}],"_postman_id":"539188a2-643a-4a3f-a2b7-485fc02c2c1a"},{"name":"Update Contact Group","id":"7f99ce9b-b8bc-4d2f-b69a-3b173a70beda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"{string}","contentType":"","description":"<p>Name of group (required if external ID not present)</p>\n","type":"text"},{"key":"external_id","value":"{string}","contentType":"","description":"<p>An \"external\" ID used to match against your own records - must be unique (required if name not present, max length: 100)</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/contacts/groups/{group_id}","description":"<p>You can update a group's details using this endpoint. Similar rules to the <code>Create</code> method apply.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","groups","{group_id}"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"8dc7f98a-007f-4fa5-b33a-afc0c041b629","name":"Update Contact Group","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"name\": \"groovy group\",\"external_id\": \"GROOVE-2\"}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/contacts/groups/504a640e-2a8d-11e9-b727-02aa10802064"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Feb 2020 00:51:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"504a640e-2a8d-11e9-b727-02aa10802064\",\n    \"name\": \"groovy group\",\n    \"external_id\": \"GROOVE-2\",\n    \"membership\": 3\n}"}],"_postman_id":"7f99ce9b-b8bc-4d2f-b69a-3b173a70beda"},{"name":"Delete Contact Group","id":"9d9685e8-c6d2-4306-ad4a-f52783da8632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-testing.vidcorp.com/v2/contacts/groups/{group_id}","description":"<p>You can delete a group using this endpoint - your VidCorp Group ID must be present in the URL path. If your group had any contacts added to it, they will automatically be removed from the group as well.</p>\n<h1 id=\"success-response\">Success Response</h1>\n<p><strong>Note: this endpoint does not return any content upon success.</strong></p>\n<p>Furthermore, a successful response will have an HTTP STATUS of <a href=\"https://httpstatuses.com/204\">204</a> instead of the usual <a href=\"https://httpstatuses.com/200\">200</a></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","contacts","groups","{group_id}"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"a8e85ac0-5b1f-400e-872b-15569fbb8fee","name":"Delete Contact Group","originalRequest":{"method":"DELETE","header":[],"url":"https://api-testing.vidcorp.com/v2/contacts/groups/a8795362-4d26-11ea-affd-067453a7f748"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 12 Feb 2020 00:56:34 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d9685e8-c6d2-4306-ad4a-f52783da8632"}],"id":"f19053f1-3f22-42c9-b93f-4e765f2ec741","_postman_id":"f19053f1-3f22-42c9-b93f-4e765f2ec741","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}}},{"name":"MMS","item":[{"name":"Send Single MMS","id":"5c827ed1-3ae6-40c4-b878-eff44b3a865d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"from\": \"VidCorp\",\n  \"to\": 61400000000,\n  \"url\": \"https://example.com/file.jpg\",\n  \"subject\": \"here is a picture of a cat\",\n  \"message\": \"Hic repellendus libero quia aperiam aliquam quis. Eos voluptatem expedita nostrum possimus dicta. Ut assumenda non enim aliquid aut quis est. Fugit aliquid expedita quos eos sequi in et.\",\n  \"reference\": \"ABC-123\"\n}\n"},"url":"https://api-testing.vidcorp.com/v2/mms/send","description":"<p>To send a single outgoing MMS message, make an HTTP POST to this resource URI.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>When creating a new MMS message via the API, you must include a <code>to</code> parameter. This value should be a single recipient phone number in <a href=\"https://electronics.howstuffworks.com/telephone-country-codes3.htm\">E.164</a> format.</p>\n<p>You must also include a <code>from</code> parameter - this can be your phone number in <a href=\"https://electronics.howstuffworks.com/telephone-country-codes3.htm\">E.164</a> format or an <a href=\"#using-a-sender-id\">alphanumeric Sender ID</a> - and a <code>subject</code> parameter, containing the subject line for the MMS. You can also include an optional <code>message</code> parameter, to accompany the file content.</p>\n<p>The file content is provided using a <code>url</code> parameter. This must be a publicly accessible URL which requires no special auth headers to access the file and must be a link to a <a href=\"#mms-file-types\">valid file type for MMS</a>.</p>\n<p>You can also include an optional <code>reference</code> parameter, which you can use for your own internal tracking as a transaction reference, when matching up against records you have set up in your own system, via <a href=\"https://www.vidcorp.com/resources/managing-webhooks/\">webhooks</a> you have set up in the platform.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","mms","send"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"db3fc6e6-030f-4a98-8c3e-03b45fb1df21","name":"Send Single MMS To Opted Out Number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"from\": \"Vidcorp\",\n\t\"to\": \"61499999999\",\n    \"url\": \"https://example.com/file.jpg\",\n    \"subject\": \"here is a picture of a cat\",\n\t\"reference\": \"FAIL01\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/mms/send"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Feb 2020 02:48:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"recipient opted out\",\n    \"code\": 9998\n}"},{"id":"432c41ef-72c2-4cc5-a710-45f3781e2200","name":"Send Single MMS With Opt-Out","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61429967196\",\n\t\"from\": \"Vidcorp\",\n\t\"url\": \"https://example.com/file2.jpg\",\n\t\"subject\": \"here is a picture of a dog - to opt out visit {OptOutURL}\",\n\t\"reference\": \"MMS111-Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/mms/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Feb 2020 04:04:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"mms_id\": \"347191d0-e8eb-11ea-9cd7-067453a7f748\",\n    \"created\": \"2020-08-28 04:59:08\",\n    \"status\": \"queued\",\n    \"from\": \"Vidcorp\",\n    \"to\": \"61429967196\",\n    \"subject\": \"here is a picture of a dog - to opt out visit {OptOutURL}\",\n    \"message\": null,\n    \"reference\": \"MMS111-Z\",\n    \"url\": \"https://example.com/file2.jpg\"\n}"},{"id":"9e76fd2c-2b75-41de-8b6f-af5e120a4850","name":"Send Single MMS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"from\": \"VidCorp\",\n  \"to\": 61400000000,\n  \"url\": \"https://example.com/file.jpg\",\n  \"subject\": \"here is a picture of a cat\",\n  \"message\": \"Hic repellendus libero quia aperiam aliquam quis. Eos voluptatem expedita nostrum possimus dicta. Ut assumenda non enim aliquid aut quis est. Fugit aliquid expedita quos eos sequi in et.\",\n  \"reference\": \"ABC-123\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/mms/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 Aug 2020 04:53:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"mms_id\": \"62d9bb8e-e8ea-11ea-87fd-067453a7f748\",\n    \"created\": \"2020-08-28 04:53:16\",\n    \"status\": \"queued\",\n    \"from\": \"VidCorp\",\n    \"to\": \"61400000000\",\n    \"subject\": \"here is a picture of a cat\",\n    \"message\": \"Hic repellendus libero quia aperiam aliquam quis. Eos voluptatem expedita nostrum possimus dicta. Ut assumenda non enim aliquid aut quis est. Fugit aliquid expedita quos eos sequi in et.\",\n    \"reference\": \"ABC-123\",\n    \"url\": \"https://example.com/file.jpg\"\n}"}],"_postman_id":"5c827ed1-3ae6-40c4-b878-eff44b3a865d"},{"name":"Send MMS To List of Mobiles","id":"3b6e7e61-7eda-4ff5-9c70-308adec03f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"from","value":"{string}","description":"<p>Your Sender ID - can be a longcode (required)</p>\n","type":"text"},{"key":"to","value":"{integer}","description":"<p>Array of mobile numbers to send to - limited to 1000 (required)</p>\n","type":"text"},{"key":"subject","value":"{string}","description":"<p>The MMS message subject text - limited to 80 chars (required)</p>\n","type":"text"},{"key":"reference","value":"{string}","description":"<p>Optional transaction reference for tracking</p>\n","type":"text"},{"key":"url","value":"{string}","description":"<p>URL for the file to be used in the MMS (required)</p>\n","type":"text"},{"key":"message","value":"{string}","description":"<p>Optional message body text - limited to 5000 chars</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/mms/send_list","description":"<p>If you want to send an MMS to a number of recipients, you can use this endpoint to send the same MMS to up to <code>1000</code> recipients in one go.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>You must include a <code>to</code> parameter. This value should be a list of recipient phone numbers in <a href=\"https://en.wikipedia.org/wiki/E.164\">E.164</a> format.</p>\n<p>You must also include a <code>from</code> parameter - this can be your phone number in <a href=\"https://electronics.howstuffworks.com/telephone-country-codes3.htm\">E.164</a> format or an <a href=\"#using-a-sender-id\">alphanumeric Sender ID</a> - and a <code>subject</code> parameter, containing the subject line for the MMS. You can also include an optional <code>message</code> parameter, to accompany the file content.</p>\n<p>The file content is provided using a <code>url</code> parameter. This must be a publicly accessible URL which requires no special auth headers to access the file and must be a link to a <a href=\"#mms-file-types\">valid file type for MMS</a>.</p>\n<p>You can also include an optional <code>reference</code> parameter, which you can use for your own internal tracking as a transaction reference, when matching up against records you have set up in your own system, via <a href=\"https://www.vidcorp.com/resources/managing-webhooks/\">webhooks</a> you have set up in the platform.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","mms","send_list"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"cb594e6f-fed2-49a8-b389-f1d697827215","name":"Send MMS To List of Mobiles","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"VidCorp\",\n    \"to\": [61412345678, 61498765432, 61499000111],\n    \"url\": \"https://example.com/file.pdf\",\n    \"subject\": \"here is your User Manual\",\n    \"message\": \"Fuga libero nesciunt qui exercitationem dicta. Voluptatem molestias in officia nesciunt et cupiditate laborum non.\",\n    \"reference\": \"MMS-ZZZ999\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/mms/send_list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 05:02:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"mms_id\": \"2cd6d6fe-e8ed-11ea-b750-067453a7f748\",\n    \"created\": \"2020-08-28 05:13:14\",\n    \"status\": \"queued\",\n    \"from\": \"VidCorp\",\n    \"recipients\": 3,\n    \"subject\": \"here is your User Manual\",\n    \"message\": \"Fuga libero nesciunt qui exercitationem dicta. Voluptatem molestias in officia nesciunt et cupiditate laborum non.\",\n    \"reference\": \"MMS-ZZZ999\",\n    \"url\": \"https://example.com/file.pdf\"\n}"}],"_postman_id":"3b6e7e61-7eda-4ff5-9c70-308adec03f50"},{"name":"List MMS Receipts","id":"19feba38-b9c0-4850-b7b2-2021e720ed4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/mms/receipts?to={integer}&after={timestamp}&before={timestamp}&status={string}","description":"<p>Receive MMS delivery reports by request. You can send a request and retrieve MMS delivery reports at a time that suits you, using this endpoint.</p>\n<h2 id=\"optional-filtering\">Optional Filtering</h2>\n<p>You can filter your results by passing in optional query parameters to your request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>description</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>to</td>\n<td>filter by recipient mobile number</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>status</td>\n<td>filter by delivery status</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>after</td>\n<td>filter by setting lower limit on dates</td>\n<td><code>timestamp</code></td>\n</tr>\n<tr>\n<td>before</td>\n<td>filter by setting upper limit on dates</td>\n<td><code>timestamp</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>The format of <strong>timestamps</strong> in your request is reasonably flexible... For example, <code>01/01/1970</code>, <code>2001-12-31</code>, <code>2002-10-20T12:26:13+00:00</code>, <code>last Monday</code> and <code>yesterday</code> are all examples of valid inputs for these types of request.</p>\n<h2 id=\"a-note-about-postman-collections\">A Note about Postman Collections</h2>\n<p>If you have downloaded and imported this as a Postman Collection, you may find these optional query parameters have been selected with default values - which will probably not work.</p>\n<p>If you are getting empty results back, check if these have been selected - and if they have, try again after deselecting them. You should then get back all your results, unfiltered.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","mms","receipts"],"host":["api-testing","vidcorp","com"],"query":[{"description":{"content":"<p>Filter by MMS recipient</p>\n","type":"text/plain"},"key":"to","value":"{integer}"},{"description":{"content":"<p>Filter by dates AFTER specified date (inclusive)</p>\n","type":"text/plain"},"key":"after","value":"{timestamp}"},{"description":{"content":"<p>Filter by dates BEFORE specified date (exclusive)</p>\n","type":"text/plain"},"key":"before","value":"{timestamp}"},{"description":{"content":"<p>Filter by delivery status (case-insensitive)</p>\n","type":"text/plain"},"key":"status","value":"{string}"}],"variable":[]}},"response":[{"id":"7e331ec9-8aaa-4fea-9ba9-62f15d972e4b","name":"View MMS Receipts By Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/mms/receipts?status=delivered","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","mms","receipts"],"query":[{"key":"status","value":"delivered","description":"Filter by DELIVERED status"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 00:57:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"item_count\": 1,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 1,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"mms_id\": \"1eeb6b76-e1af-11ea-837f-0242ac1b0005\",\n            \"contact_id\": \"63cd6f30-2a92-11e9-9461-02aa10802064\",\n            \"from\": \"Boss\",\n            \"to\": \"61412345678\",\n            \"subject\": \"Fugit aliquid expedita quos eos sequi in et.\",\n            \"message\": null,\n            \"delivered\": \"2020-08-19T02:17:48+00:00\",\n            \"status\": \"DELIVERED\"\n        }\n    ]\n}"},{"id":"b3fee837-751a-47fb-ac2c-acc81361b096","name":"View MMS Receipts By Date","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/mms/receipts?after=2020-01-01&before=2020-10-01","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","mms","receipts"],"query":[{"key":"after","value":"2020-01-01","description":"Filter by MMS delivered STARTING 1st Quarter 2020"},{"key":"before","value":"2020-10-01","description":"Filter by dates BEFORE 4th Quarter 2020"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 05:14:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 64,\n    \"item_count\": 1,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 1,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"mms_id\": \"1eeb6b76-e1af-11ea-837f-0242ac1b0005\",\n            \"contact_id\": \"63cd6f30-2a92-11e9-9461-02aa10802064\",\n            \"from\": \"Boss\",\n            \"to\": \"61412345678\",\n            \"subject\": \"Fugit aliquid expedita quos eos sequi in et.\",\n            \"message\": null,\n            \"delivered\": \"2020-08-19T02:17:48+00:00\",\n            \"status\": \"DELIVERED\"\n        }\n    ]\n}"},{"id":"1ebdf045-b6ef-4cb5-b553-a35a1d830045","name":"View MMS Receipts By Recipient","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/mms/receipts?to=61499","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","mms","receipts"],"query":[{"key":"to","value":"61499","description":"Filter by MMS recipients begining with (+61) 499"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 05:13:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 64,\n    \"item_count\": 0,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 0,\n    \"last_item\": 0,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": []\n}"},{"id":"9aed1c16-2486-413d-b9d0-77e4f18dcf53","name":"View all MMS Receipts","originalRequest":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/mms/receipts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2020 23:57:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"item_count\": 2,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 2,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"mms_id\": \"91a58292-e1bd-11ea-af42-0242ac1b0005\",\n            \"contact_id\": \"63cd6f30-2a92-11e9-9461-02aa10802064\",\n            \"from\": \"Boss\",\n            \"to\": \"61412345678\",\n            \"subject\": \"Maiores neque quae ea consectetur.\",\n            \"message\": null,\n            \"delivered\": null,\n            \"status\": \"POLLED\"\n        },\n        {\n            \"mms_id\": \"1eeb6b76-e1af-11ea-837f-0242ac1b0005\",\n            \"contact_id\": \"63cd6f30-2a92-11e9-9461-02aa10802064\",\n            \"from\": \"Boss\",\n            \"to\": \"61412345678\",\n            \"subject\": \"Fugit aliquid expedita quos eos sequi in et.\",\n            \"message\": null,\n            \"delivered\": \"2020-08-19T02:17:48+00:00\",\n            \"status\": \"DELIVERED\"\n        }\n    ]\n}"}],"_postman_id":"19feba38-b9c0-4850-b7b2-2021e720ed4f"},{"name":"List Inbound MMS Messages","id":"6223487d-1ce0-4ea9-bf81-1b9732ee1dc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/mms/inbound?to={integer}&after={timestamp}&before={timestamp}","description":"<p>Receive inbound MMS messages by request. You can send a request and retrieve inbound MMS messages at a time that suits you, using this endpoint. (note: MMS file/url details are unavailable from this endpoint, at this time)</p>\n<h2 id=\"optional-filtering\">Optional Filtering</h2>\n<p>You can filter your results by passing in optional query parameters to your request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>description</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>to</td>\n<td>filter by specific longcode</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>after</td>\n<td>filter by setting lower limit on dates</td>\n<td><code>timestamp</code></td>\n</tr>\n<tr>\n<td>before</td>\n<td>filter by setting upper limit on dates</td>\n<td><code>timestamp</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>The format of <strong>timestamps</strong> in your request is reasonably flexible... For example, <code>01/01/1970</code>, <code>2001-12-31</code>, <code>2002-10-20T12:26:13+00:00</code>, <code>last Monday</code> and <code>yesterday</code> are all examples of valid inputs for these types of request.</p>\n<h2 id=\"a-note-about-postman-collections\">A Note about Postman Collections</h2>\n<p>If you have downloaded and imported this as a Postman Collection, you may find these optional query parameters have been selected with default values - which will probably not work.</p>\n<p>If you are getting empty results back, check if these have been selected - and if they have, try again after deselecting them. You should then get back all your results, unfiltered.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","mms","inbound"],"host":["api-testing","vidcorp","com"],"query":[{"description":{"content":"<p>Filter by whichever longcode the MMS was sent to</p>\n","type":"text/plain"},"key":"to","value":"{integer}"},{"description":{"content":"<p>Filter by dates AFTER specified date (inclusive)</p>\n","type":"text/plain"},"key":"after","value":"{timestamp}"},{"description":{"content":"<p>Filter by dates BEFORE specified date (exclusive)</p>\n","type":"text/plain"},"key":"before","value":"{timestamp}"}],"variable":[]}},"response":[{"id":"7dc91df3-1859-4e76-9d55-7c4dc75f71a8","name":"View inbound MMS messages by Date","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/mms/inbound?after=2018-12-13&before=2018-12-13+03:30:00","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","mms","inbound"],"query":[{"key":"after","value":"2018-12-13","description":"inbound MMS messages on 13 Dec 2018 - starting at midnight (UTC)"},{"key":"before","value":"2018-12-13+03:30:00","description":"inbound MMS messages BEFORE 3:30AM on 13 Dec 2018 (UTC)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 00:18:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 34795,\n    \"item_count\": 36,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 36,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:12:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765498\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:12:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498774432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:13:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61493785432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:13:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61993365432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:14:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498768734\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:14:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498468722\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:15:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498648732\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:15:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498325572\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:16:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498766421\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:16:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498769876\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:17:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498744332\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:17:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498744752\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:18:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498797315\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:18:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498766664\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:19:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498711447\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:19:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765546\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:20:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498764457\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:20:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498761112\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:21:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498755448\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:21:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498768881\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:22:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:22:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498732654\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:23:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498723456\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:23:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498767894\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:24:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61423455432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:24:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61433265432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:25:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61452447432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:25:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61466525432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:26:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61412455432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:26:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61433255432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:27:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61412455432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:27:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61496124432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:28:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61492345432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:28:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61448125432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:29:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61436575432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:29:54+00:00\"\n        }\n    ]\n}"},{"id":"c6320a9b-56f8-443e-af74-707c0e975b6f","name":"View inbound MMS messages by Longcode","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/mms/inbound?to=61411222333","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","mms","inbound"],"query":[{"key":"to","value":"61411222333","description":"inbound MMS messages to the longcode 61411222333"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 00:41:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 34795,\n    \"item_count\": 30,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 30,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\",\n            \"timestamp\": \"2019-09-10T00:30:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\",\n            \"timestamp\": \"2019-09-10T00:31:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\",\n            \"timestamp\": \"2019-09-10T00:32:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"gas\",\n            \"timestamp\": \"2019-09-10T00:33:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"gas\",\n            \"timestamp\": \"2019-09-10T00:34:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"gas\",\n            \"timestamp\": \"2019-09-10T00:35:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\",\n            \"timestamp\": \"2019-09-10T00:36:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"hot water\",\n            \"timestamp\": \"2019-09-10T00:37:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"gas\",\n            \"timestamp\": \"2019-09-10T00:38:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"hot water\",\n            \"timestamp\": \"2019-09-10T00:39:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\",\n            \"timestamp\": \"2019-09-10T00:40:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"gas\",\n            \"timestamp\": \"2019-09-10T00:41:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"gas\",\n            \"timestamp\": \"2019-09-10T00:42:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\",\n            \"timestamp\": \"2019-09-10T00:43:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"gas\",\n            \"timestamp\": \"2019-09-10T00:44:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"hot water\",\n            \"timestamp\": \"2019-09-10T00:45:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"hot water\",\n            \"timestamp\": \"2019-09-10T00:46:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\",\n            \"timestamp\": \"2019-09-10T00:47:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"hot water\",\n            \"timestamp\": \"2019-09-10T00:48:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"hot water\",\n            \"timestamp\": \"2019-09-10T00:49:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"gas\",\n            \"timestamp\": \"2019-09-10T00:50:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\",\n            \"timestamp\": \"2019-09-10T00:51:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\",\n            \"timestamp\": \"2019-09-10T00:52:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\",\n            \"timestamp\": \"2019-09-10T00:53:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"hot water\",\n            \"timestamp\": \"2019-09-10T00:54:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"gas\",\n            \"timestamp\": \"2019-09-10T00:55:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"gas\",\n            \"timestamp\": \"2019-09-10T00:56:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"hot water\",\n            \"timestamp\": \"2019-09-10T00:57:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"gas\",\n            \"timestamp\": \"2019-09-10T00:58:25+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"hot water\",\n            \"timestamp\": \"2019-09-10T00:59:25+00:00\"\n        }\n    ]\n}"},{"id":"bae5051b-3c79-4d81-a954-ff61de522f12","name":"View all inbound MMS Messages","originalRequest":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/mms/inbound"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 00:18:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 34795,\n    \"item_count\": 50,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 50,\n    \"prev_page_url\": null,\n    \"next_page_url\": \"https://api-testing.vidcorp.com/v2/mms/inbound?page=2\",\n    \"data\": [\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:12:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:12:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:13:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:13:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:14:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:14:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:15:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:15:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:16:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:16:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:17:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:17:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:18:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:18:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:19:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:19:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:20:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:20:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:21:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:21:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:22:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:22:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:23:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:23:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:24:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:24:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:25:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:25:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:26:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:26:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:27:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:27:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:28:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:28:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:29:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:29:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:30:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:30:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:31:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:31:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:32:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:32:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:33:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:33:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:34:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:34:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:35:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:35:54+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:36:50+00:00\"\n        },\n        {\n            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\", \n            \"timestamp\": \"2018-12-13T03:36:54+00:00\"\n        }\n    ]\n}"}],"_postman_id":"6223487d-1ce0-4ea9-bf81-1b9732ee1dc7"}],"id":"90db3287-9571-4177-992e-243e40e87ff1","_postman_id":"90db3287-9571-4177-992e-243e40e87ff1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}}},{"name":"SMS","item":[{"name":"Calculate SMS Price","id":"cfceaf14-0bae-428a-815f-597b41d7c742","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"{string}","description":"<p>Your SMS message text (required)</p>\n","type":"text"},{"key":"idn","value":"{string}","description":"<p>IDN you want to calculate price for (required)</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/sms/price","description":"<p>Receive an estimate of the price for sending a particular message.</p>\n<p>The result returned contains an estimate of the cost of sending the message to a single recipient, as well as the number of message \"segments\" and whether or not any <a href=\"https://en.wikipedia.org/wiki/GSM_03.38\">characters not in the standard GSM 03.38 character set</a> were detected - we call these \"unicode\" messages.</p>\n<h1 id=\"idn\">IDN</h1>\n<p>Along with your message, you should include the IDN - or International Dialing Number - sometimes referred to as <a href=\"https://en.wikipedia.org/wiki/List_of_country_calling_codes\">Country Calling Code</a> in your request, in order to receive the most accurate price for sending to a particular country. Note the + sign is optional and the request will work with or without it.</p>\n<h1 id=\"message-length\">Message Length</h1>\n<p>If the number of characters in your message <a href=\"#sms-message-lengths\">exceeds a certain length</a> it is considered a \"multi-part\" message. The results also include how many of these segments your message would comprise of.</p>\n<h3 id=\"opt-out-tags\">OPT-OUT tags</h3>\n<p>If your message contains an \"opt-out\" tag, the length and price returned will reflect the expansion of this tag into an actual, proper URL - which could potentially turn your message into a multi-part message, with more than one segment.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","price"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"7c47c459-a07c-4e42-b729-4173ae0e1449","name":"Calculate SMS Price","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"message\": \"The yacht is on the river\", \"idn\": \"+61\"}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/sms/price"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Feb 2020 01:59:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The yacht is on the river\",\n    \"unicode\": false,\n    \"length\": 25,\n    \"num_segments\": 1,\n    \"price\": 0.05\n}"},{"id":"ff5e6dd2-fe77-46d3-8cda-f1622321681d","name":"Calculate SMS Price with Opt-Out Tag","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"message\": \"The yacht is on one of the larger tributaries, just off the main river as you travel North, depending on which direction you're coming from {OptOutURL}\", \"idn\": \"+61\"}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/sms/price"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Feb 2020 03:14:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The yacht is on one of the larger tributaries, just off the main river as you travel North, depending on which direction you're coming from {OptOutURL}\",\n    \"unicode\": false,\n    \"length\": 161,\n    \"num_segments\": 2,\n    \"price\": 0.09\n}"}],"_postman_id":"cfceaf14-0bae-428a-815f-597b41d7c742"},{"name":"Send Single SMS","id":"96b85a44-5c9d-4f0e-841e-18733a64a7cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"from","value":"{string}","description":"<p>Your Sender ID - can be a longcode (required)</p>\n","type":"text"},{"key":"to","value":"{integer}","description":"<p>Single mobile number in E.164 format (required)</p>\n","type":"text"},{"key":"message","value":"{string}","description":"<p>Your SMS message text (required)</p>\n","type":"text"},{"key":"reference","value":"{string}","description":"<p>Optional transaction reference for tracking</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/sms/send","description":"<p>To send a single outgoing message, make an HTTP POST to this resource URI.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>When creating a new message via the API, you must include a <code>to</code> parameter. This value should be a single recipient phone number in <a href=\"https://electronics.howstuffworks.com/telephone-country-codes3.htm\">E.164</a> format.</p>\n<p>You must also include a <code>from</code> parameter. This can be your phone number in <a href=\"https://electronics.howstuffworks.com/telephone-country-codes3.htm\">E.164</a> format or an <a href=\"#using-a-sender-id\">alphanumeric Sender ID</a>.</p>\n<p>Finally, you need to include a <code>message</code> parameter containing the message's content. If this value <a href=\"#sms-message-lengths\">exceeds a certain length</a> it is regarded as a \"multi-part\" message.</p>\n<p>You can also include an optional <code>reference</code> parameter, which you can use for your own internal tracking, as a transaction reference, when matching up against <a href=\"https://www.vidcorp.com/resources/managing-webhooks/\">webhooks</a> you have set up.</p>\n<h3 id=\"opt-out-tags\">OPT-OUT tags</h3>\n<p>If your message contains an \"opt-out\" tag, the length and price returned will reflect the expansion of this tag into an actual, proper URL - which could potentially turn your message into a multi-part message, with more than one segment.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","send"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"faba2e79-cfb1-4014-b723-cd4c8220170a","name":"Send Single SMS To Opted Out Number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61499999999\",\n\t\"message\": \"The yacht is on the river\",\n\t\"reference\": \"FAIL01\",\n\t\"from\": \"Vidcorp\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/sms/send"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Feb 2020 02:48:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"recipient opted out\",\n    \"code\": 9998\n}"},{"id":"dfeca862-987e-47bd-8dfe-19ac26c78b62","name":"Send Single SMS With Opt-Out","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61429967196\",\n    \"message\": \"The yacht is on one of the larger tributaries, just off the main river as you travel North, depending on which direction you're coming from {OptOutURL}\",\n\t\"reference\": \"AAA111-Z\",\n\t\"from\": \"Vidcorp\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/sms/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Feb 2020 04:04:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"sms_id\": \"e81402b6-4e15-11ea-966e-067453a7f748\",\n    \"status\": \"queued\",\n    \"created\": \"2020-02-13 04:04:18\",\n    \"price\": 0.16,\n    \"unicode\": false,\n    \"length\": 161,\n    \"num_segments\": 2,\n    \"from\": \"Vidcorp\",\n    \"to\": \"61429967196\",\n    \"message\": \"The yacht is on one of the larger tributaries, just off the main river as you travel North, depending on which direction you're coming from {OptOutURL}\",\n    \"reference\": \"AAA111-Z\"\n}"},{"id":"bdb6ce59-394d-4386-a10e-521b044f354c","name":"Send Single SMS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61429967196\",\n\t\"message\": \"The yacht is on the river\",\n\t\"reference\": \"AAA111\",\n\t\"from\": \"Vidcorp\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/sms/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2020 06:43:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"sms_id\": \"38eca59a-4e15-11ea-ac5f-067453a7f748\",\n    \"status\": \"queued\",\n    \"created\": \"2020-02-13 03:59:24\",\n    \"price\": 0.08,\n    \"unicode\": false,\n    \"length\": 25,\n    \"num_segments\": 1,\n    \"from\": \"Vidcorp\",\n    \"to\": \"61429967196\",\n    \"message\": \"The yacht is on the river\",\n    \"reference\": \"AAA111\"\n}"}],"_postman_id":"96b85a44-5c9d-4f0e-841e-18733a64a7cf"},{"name":"Send SMS To List of Mobiles","id":"b257870c-29e8-422e-b7ac-f71569557632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"from","value":"{string}","description":"<p>Your Sender ID - can be a longcode (required)</p>\n","type":"text"},{"key":"to","value":"{integer}","description":"<p>Array of mobile numbers to send to - limited to 1000 (required)</p>\n","type":"text"},{"key":"message","value":"{string}","description":"<p>Your SMS message - the same message will be sent to all recipients (required)</p>\n","type":"text"},{"key":"reference","value":"{string}","description":"<p>Optional transaction reference for tracking</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/sms/list_send","description":"<p>If you want to send to a number of recipients, you can use this endpoint to send the same message to up to <code>1000</code> recipients in one go.</p>\n<p>(<strong>note</strong>: price has been deprecated from the response and will be entirely removed at some point in the future - for now it will simply return a null value, for every request)</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>You must include a <code>to</code> parameter. This value should be a list of recipient phone numbers in <a href=\"https://en.wikipedia.org/wiki/E.164\">E.164</a> format.</p>\n<p>You must also include a <code>from</code> parameter. This can be your phone number in <a href=\"https://en.wikipedia.org/wiki/E.164\">E.164</a> format or an <a href=\"#using-a-sender-id\">alphanumeric Sender ID</a>.</p>\n<p>Finally, you need to include a <code>message</code> parameter containing the message's content. If the number of characters in your message <a href=\"#sms-message-lengths\">exceeds a certain length</a> it is considered a \"multi-part\" message - and billed accordingly.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","list_send"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"4d306a7a-42ab-48d9-86d4-5b4c33c961b5","name":"Send SMS To List of Mobiles","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"to\": [61412345678, 61498765432, 61499000111],\n\t\"message\": \"The yacht is on the river\",\n\t\"reference\": \"ZZZ999\",\n\t\"from\": \"Vidcorp\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/sms/list_send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 05:02:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"sms_id\": \"fb400640-4966-11ea-a1ab-067453a7f748\",\n    \"status\": \"queued\",\n    \"created\": \"2020-02-07 05:02:03\",\n    \"price\": null,\n    \"num_segments\": 1,\n    \"from\": \"Vidcorp\",\n    \"recipients\": 3,\n    \"message\": \"The yacht is on the river\",\n    \"reference\": \"ZZZ999\"\n}"}],"_postman_id":"b257870c-29e8-422e-b7ac-f71569557632"},{"name":"List SMS Receipts","id":"64dfe0c6-e546-4398-808f-a1286e4d6f0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/sms/receipts?to={integer}&after={timestamp}&before={timestamp}&status={string}","description":"<p>Receive delivery reports by request. You can send a request and retrieve delivery reports at a time that suits you, using this endpoint.</p>\n<h2 id=\"optional-filtering\">Optional Filtering</h2>\n<p>You can filter your results by passing in optional query parameters to your request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>description</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>to</td>\n<td>filter by recipient mobile number</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>status</td>\n<td>filter by delivery status</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>after</td>\n<td>filter by setting lower limit on dates</td>\n<td><code>timestamp</code></td>\n</tr>\n<tr>\n<td>before</td>\n<td>filter by setting upper limit on dates</td>\n<td><code>timestamp</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>The format of <strong>timestamps</strong> in your request is reasonably flexible... For example, <code>01/01/1970</code>, <code>2001-12-31</code>, <code>2002-10-20T12:26:13+00:00</code>, <code>last Monday</code> and <code>yesterday</code> are all examples of valid inputs for these types of request.</p>\n<h2 id=\"a-note-about-postman-collections\">A Note about Postman Collections</h2>\n<p>If you have downloaded and imported this as a Postman Collection, you may find these optional query parameters have been selected with default values - which will probably not work.</p>\n<p>If you are getting empty results back, check if these have been selected - and if they have, try again after deselecting them. You should then get back all your results, unfiltered.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","receipts"],"host":["api-testing","vidcorp","com"],"query":[{"description":{"content":"<p>Filter by SMS recipient</p>\n","type":"text/plain"},"key":"to","value":"{integer}"},{"description":{"content":"<p>Filter by dates AFTER specified date (inclusive)</p>\n","type":"text/plain"},"key":"after","value":"{timestamp}"},{"description":{"content":"<p>Filter by dates BEFORE specified date (exclusive)</p>\n","type":"text/plain"},"key":"before","value":"{timestamp}"},{"description":{"content":"<p>Filter by delivery status (case-insensitive)</p>\n","type":"text/plain"},"key":"status","value":"{string}"}],"variable":[]}},"response":[{"id":"3e01b357-a7e5-41ac-a19c-1de2b2759ae2","name":"View SMS Receipts By Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/sms/receipts?status=delivered","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","sms","receipts"],"query":[{"key":"status","value":"delivered"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 00:57:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"item_count\": 1,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 1,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"campaign_id\": \"3709cad4-e568-11e9-8fac-0227e6a58070\",\n            \"contact_id\": \"63cd6f30-2a92-11e9-9461-02aa10802064\",\n            \"from\": \"unik\",\n            \"to\": \"61412345678\",\n            \"message\": \"http://vc1.me/WGoC\",\n            \"delivered\": \"2019-10-02T22:58:59+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 1,\n            \"unicode\": 0\n        }\n    ]\n}"},{"id":"0e38af34-4a32-469b-a9a4-4837312dea60","name":"View SMS Receipts","originalRequest":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/sms/receipts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2020 23:57:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"item_count\": 2,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 2,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"campaign_id\": \"c5eede38-a6bb-11e9-abae-0617db59baea\",\n            \"contact_id\": \"63cd6f30-2a92-11e9-9461-02aa10802064\",\n            \"from\": \"unik\",\n            \"to\": \"61412345678\",\n            \"message\": \"http://vc1.me/uIev\",\n            \"delivered\": null,\n            \"status\": \"POLLED\",\n            \"num_segments\": 1,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"3709cad4-e568-11e9-8fac-0227e6a58070\",\n            \"contact_id\": \"63cd6f30-2a92-11e9-9461-02aa10802064\",\n            \"from\": \"unik\",\n            \"to\": \"61412345678\",\n            \"message\": \"http://vc1.me/WGoC\",\n            \"delivered\": \"2019-10-02T22:58:59+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 1,\n            \"unicode\": 0\n        }\n    ]\n}"},{"id":"b4b2ed7c-6564-4d7e-907f-98a8161ec0d0","name":"View SMS Receipts By Recipient","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/sms/receipts?to=61412345670","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","sms","receipts"],"query":[{"key":"to","value":"61412345670","description":"Filter by SMS recipient"},{"key":"after","value":"{timestamp}","description":"Filter by dates AFTER specified date (inclusive)","disabled":true},{"key":"before","value":"{timstamp}","description":"Filter by dates BEFORE specified date (exclusive)","disabled":true},{"key":"status","value":"{string}","description":"Filter by delivery status (case-insensitive)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 05:13:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 64,\n    \"item_count\": 0,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 0,\n    \"last_item\": 0,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": []\n}"},{"id":"923c34d6-be57-4f56-8a39-3ce702e20e12","name":"View SMS Receipts By Date","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/sms/receipts?after=2019-01-01&before=2020-01-01","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","sms","receipts"],"query":[{"key":"to","value":"{int}","description":"Filter by SMS recipient","disabled":true},{"key":"after","value":"2019-01-01","description":"Filter by dates AFTER specified date (inclusive)"},{"key":"before","value":"2020-01-01","description":"Filter by dates BEFORE specified date (exclusive)"},{"key":"status","value":"{string}","description":"Filter by delivery status (case-insensitive)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 05:14:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 64,\n    \"item_count\": 1,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 1,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"campaign_id\": \"3709cad4-e568-11e9-8fac-0227e6a58070\",\n            \"contact_id\": \"63cd6f30-2a92-11e9-9461-02aa10802064\",\n            \"from\": \"unik\",\n            \"to\": \"61412345678\",\n            \"message\": \"http://vc1.me/WGoC\",\n            \"delivered\": \"2019-10-02T22:58:59+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 1,\n            \"unicode\": 0\n        }\n    ]\n}"}],"_postman_id":"64dfe0c6-e546-4398-808f-a1286e4d6f0c"},{"name":"List SMS Replies","id":"a118d7d0-546c-4e51-9fd1-e1440718196f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/sms/replies?to={integer}&after={timestamp}&before={timestamp}","description":"<p>Receive inbound SMS messages (replies) by request. You can send a request and retrieve message replies at a time that suits you, using this endpoint.</p>\n<h2 id=\"optional-filtering\">Optional Filtering</h2>\n<p>You can filter your results by passing in optional query parameters to your request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>description</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>to</td>\n<td>filter by specific longcode</td>\n<td><code>integer</code></td>\n</tr>\n<tr>\n<td>after</td>\n<td>filter by setting lower limit on dates</td>\n<td><code>timestamp</code></td>\n</tr>\n<tr>\n<td>before</td>\n<td>filter by setting upper limit on dates</td>\n<td><code>timestamp</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>The format of <strong>timestamps</strong> in your request is reasonably flexible... For example, <code>01/01/1970</code>, <code>2001-12-31</code>, <code>2002-10-20T12:26:13+00:00</code>, <code>last Monday</code> and <code>yesterday</code> are all examples of valid inputs for these types of request.</p>\n<h2 id=\"a-note-about-postman-collections\">A Note about Postman Collections</h2>\n<p>If you have downloaded and imported this as a Postman Collection, you may find these optional query parameters have been selected with default values - which will probably not work.</p>\n<p>If you are getting empty results back, check if these have been selected - and if they have, try again after deselecting them. You should then get back all your results, unfiltered.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","replies"],"host":["api-testing","vidcorp","com"],"query":[{"description":{"content":"<p>Filter by recipient of the SMS replies.</p>\n","type":"text/plain"},"key":"to","value":"{integer}"},{"description":{"content":"<p>Filter by dates AFTER specified date (inclusive)</p>\n","type":"text/plain"},"key":"after","value":"{timestamp}"},{"description":{"content":"<p>Filter by dates BEFORE specified date (exclusive)</p>\n","type":"text/plain"},"key":"before","value":"{timestamp}"}],"variable":[]}},"response":[{"id":"641fce26-04b2-4252-908c-3391252d3197","name":"View SMS Replies","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/sms/replies","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","sms","replies"],"query":[{"key":"to","value":"61429967196","disabled":true},{"key":"after","value":"","disabled":true},{"key":"before","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 00:18:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 34795,\n    \"item_count\": 50,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 50,\n    \"prev_page_url\": null,\n    \"next_page_url\": \"https://api-testing.vidcorp.com/v2/sms/replies?page=2\",\n    \"data\": [\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:12:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:12:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:13:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:13:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:14:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:14:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:15:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:15:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:16:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:16:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:17:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:17:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:18:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:18:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:19:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:19:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:20:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:20:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:21:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:21:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:22:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:22:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:23:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:23:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:24:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:24:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:25:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:25:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:26:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:26:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:27:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:27:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:28:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:28:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:29:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:29:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:30:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:30:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:31:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:31:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:32:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:32:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:33:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:33:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:34:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:34:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:35:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:35:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:36:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:36:54+00:00\"\n        }\n    ]\n}"},{"id":"676265af-cf6f-4d45-b4f8-bcae8744c3e8","name":"View SMS Replies Limited By Date","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/sms/replies?after=2018-12-13&before=2018-12-13+03:30:00","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","sms","replies"],"query":[{"key":"to","value":"61429967196","disabled":true},{"key":"after","value":"2018-12-13"},{"key":"before","value":"2018-12-13+03:30:00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 00:18:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 34795,\n    \"item_count\": 36,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 36,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:12:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:12:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:13:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:13:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:14:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:14:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:15:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:15:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:16:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:16:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:17:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:17:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:18:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:18:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:19:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:19:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:20:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:20:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:21:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:21:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:22:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:22:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:23:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:23:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:24:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:24:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:25:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:25:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:26:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:26:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:27:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:27:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:28:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:28:54+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:29:50+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2018-12-13T03:29:54+00:00\"\n        }\n    ]\n}"},{"id":"8139ef51-3aed-4d02-a2cc-4450f86f3ba6","name":"View SMS Replies By Destination","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/sms/replies?to=61412345678","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","sms","replies"],"query":[{"key":"to","value":"61412345678"},{"key":"after","value":"2018-12-13","disabled":true},{"key":"before","value":"2018-12-13+03:30:00","disabled":true},{"key":"per_page","value":"20","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 00:41:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 34795,\n    \"item_count\": 30,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 30,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:30:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:31:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:32:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"hmmm need to check things like this message with a +\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:33:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"hmmm need to check things like this message with a +\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:34:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"hmmm need to check things like this message with a +\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:35:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:36:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"pobbiley ' () *&Ü% stuff\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:37:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"hmmm need to check things like this message with a +\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:38:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"pobbiley ' () *&Ü% stuff\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:39:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:40:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"hmmm need to check things like this message with a +\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:41:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"hmmm need to check things like this message with a +\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:42:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:43:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"hmmm need to check things like this message with a +\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:44:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"pobbiley ' () *&Ü% stuff\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:45:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"pobbiley ' () *&Ü% stuff\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:46:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:47:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"pobbiley ' () *&Ü% stuff\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:48:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"pobbiley ' () *&Ü% stuff\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:49:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"hmmm need to check things like this message with a +\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:50:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:51:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:52:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:53:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"pobbiley ' () *&Ü% stuff\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:54:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"hmmm need to check things like this message with a +\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:55:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"hmmm need to check things like this message with a +\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:56:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"pobbiley ' () *&Ü% stuff\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:57:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"hmmm need to check things like this message with a +\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:58:25+00:00\"\n        },\n        {\n            \"campaign_id\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"pobbiley ' () *&Ü% stuff\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:59:25+00:00\"\n        }\n    ]\n}"}],"_postman_id":"a118d7d0-546c-4e51-9fd1-e1440718196f"}],"id":"5af17f58-d7d9-4cbc-ba14-c1c9a9af66f7","_postman_id":"5af17f58-d7d9-4cbc-ba14-c1c9a9af66f7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}}},{"name":"SMS Campaign","item":[{"name":"Send SMS Campaign","id":"12aeef78-6733-4af5-8664-fe0aa18f2dc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"template_id","value":"{string}","description":"<p>Your Vidcorp SMS campaign template ID (required)</p>\n","type":"text"},{"key":"group_id","value":"{string}","description":"<p>A Vidcorp Group ID (required if contacts not present)</p>\n","type":"text"},{"key":"contact_ids","value":"{array}","description":"<p>Array of Vidcorp Contact IDs (required if group ID or external IDs not present)</p>\n","type":"text"},{"key":"external_ids","value":"{array}","description":"<p>Array of your \"external\" IDs (required if group ID or Contact IDs not present)</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/campaigns/send","description":"<p>You can send an SMS campaign using a campaign Template, allowing more advanced features such as Personalisation and Landing Pages, with Videos and even Forms.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>You must include a <code>template_id</code> parameter. This value should be a Vidcorp Campaign Template ID, which can be listed using another endpoint.</p>\n<p>You must also include <strong>(only) one</strong> of the following parameters:</p>\n<ul>\n<li><code>group_id</code> - this is a Vidcorp Group ID - which represents a list of Vidcorp contacts - which can be as large a list as you need it to be</li>\n<li><code>contact_ids</code> - this is a list (array) of Vidcorp contacts, identified by their Vidcorp Contact ID - limited to 1000</li>\n<li><code>external_ids</code> - this is a list (array) of Vidcorp contacts, identified by your own Unique ID, which corresponds to the ID you use in your system to identify them - also limited to 1000</li>\n</ul>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campaigns","send"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"44abfb19-efc6-4493-81a5-e33ea5496ca2","name":"Send SMS Campaign To List of External IDs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"template_id\": \"5c11a8b2e30d4\",\n\t\"external_ids\": [\"BARTMAN\", \"abc123\", \"jbj595-Z\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/campaigns/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 04:30:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"campaign_id\": \"85c7c28a-4962-11ea-bcc3-067453a7f748\",\n    \"campaign_template_id\": \"5c11a8b2e30d4\",\n    \"status\": \"queued\",\n    \"created\": \"2020-02-07 04:30:08\",\n    \"from\": \"61429967196\",\n    \"to\": 3,\n    \"message\": \"BOOM SHAKALAKA! nice one {FNAME}\",\n    \"reference\": null\n}"},{"id":"212439be-015b-41f1-9e43-aa12e8795cb7","name":"Send SMS Campaign To Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"template_id\": \"5c11a8b2e30d4\",\n\t\"group_id\": \"504a640e-2a8d-11e9-b727-02aa10802064\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/campaigns/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 04:08:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"campaign_id\": \"9055ad8c-495f-11ea-96c3-067453a7f748\",\n    \"campaign_template_id\": \"5c11a8b2e30d4\",\n    \"status\": \"queued\",\n    \"created\": \"2020-02-07 04:08:58\",\n    \"from\": \"61429967196\",\n    \"message\": \"BOOM SHAKALAKA! nice one {FNAME}\",\n    \"reference\": null\n}"},{"id":"7dee7a21-5d96-481e-8366-efb3700b0809","name":"Send SMS Campaign To List of Contacts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"template_id\": \"5c11a8b2e30d4\",\n\t\"contact_ids\": [\"8d38b894-daa9-11e9-855f-029c13ef7f22\", \"8d38bd44-daa9-11e9-8eee-029c13ef7f22\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/v2/campaigns/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 04:28:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"campaign_id\": \"3be94b48-4962-11ea-87e3-067453a7f748\",\n    \"campaign_template_id\": \"5c11a8b2e30d4\",\n    \"status\": \"queued\",\n    \"created\": \"2020-02-07 04:28:04\",\n    \"from\": \"61429967196\",\n    \"to\": 2,\n    \"message\": \"BOOM SHAKALAKA! nice one {FNAME}\",\n    \"reference\": null\n}"}],"_postman_id":"12aeef78-6733-4af5-8664-fe0aa18f2dc7"},{"name":"List SMS Campaigns","id":"531b6eb0-02ca-48c3-8467-78a1d6df723c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/campaigns/?after={timestamp}&before={timestamp}","description":"<p>Get list of SMS campaigns for your account, by request. You can send a request and retrieve SMS campaigns at a time that suits you, using this endpoint.</p>\n<h2 id=\"optional-filtering\">Optional Filtering</h2>\n<p>You can filter your results by passing in optional query parameters to your request.</p>\n<ul>\n<li><code>after</code> - filter by setting lower limit on dates (timestamp)</li>\n<li><code>before</code> - filter by setting upper limit on dates (timestamp)</li>\n</ul>\n<p>The format of <strong>timestamps</strong> in your request is reasonably flexible... For example, <code>01/01/1970</code>, <code>2001-12-31</code>, <code>2002-10-20T12:26:13+00:00</code>, <code>last Monday</code> and <code>yesterday</code> are all examples of valid inputs for these types of request.</p>\n<h2 id=\"a-note-about-postman-collections\">A Note about Postman Collections</h2>\n<p>If you have downloaded and imported this as a Postman Collection, you may find these optional query parameters have been selected with default values - which will probably not work.</p>\n<p>If you are getting empty results back, check if these have been selected - and if they have, try again after deselecting them. You should then get back all your results, unfiltered.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campaigns",""],"host":["api-testing","vidcorp","com"],"query":[{"description":{"content":"<p>Filter by dates AFTER specified date (inclusive)</p>\n","type":"text/plain"},"key":"after","value":"{timestamp}"},{"description":{"content":"<p>Filter by dates BEFORE specified date (exclusive)</p>\n","type":"text/plain"},"key":"before","value":"{timestamp}"}],"variable":[]}},"response":[{"id":"489ba3a7-459f-480c-963b-51c02012d3b3","name":"View SMS Campaigns","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/campaigns/","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","campaigns",""],"query":[{"key":"after","value":"","description":"Filter by dates AFTER specified date (inclusive)","disabled":true},{"key":"before","value":"","description":"Filter by dates BEFORE specified date (exclusive)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 01:15:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 4,\n    \"item_count\": 4,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 4,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"id\": \"3709cad4-e568-11e9-8fac-0227e6a58070\",\n            \"timestamp\": \"2019-10-02T22:58:57+00:00\",\n            \"title\": \"unique test\",\n            \"template\": null,\n            \"sends\": 1,\n            \"deliveries\": 0\n        },\n        {\n            \"id\": \"5c11a83e43312\",\n            \"timestamp\": \"2018-12-13T00:30:54+00:00\",\n            \"title\": \"mo code mayhem\",\n            \"template\": null,\n            \"sends\": 1,\n            \"deliveries\": 0\n        },\n        {\n            \"id\": \"5c11aa495f341\",\n            \"timestamp\": \"2019-02-25T04:25:13+00:00\",\n            \"title\": \"\",\n            \"template\": \"5c11a8b2e30d4\",\n            \"sends\": 1081,\n            \"deliveries\": 0\n        },\n        {\n            \"id\": \"c5eede38-a6bb-11e9-abae-0617db59baea\",\n            \"timestamp\": \"2019-07-15T04:48:22+00:00\",\n            \"title\": \"unique test\",\n            \"template\": null,\n            \"sends\": 1,\n            \"deliveries\": 0\n        }\n    ]\n}"},{"id":"e310f6f7-52b3-464d-b3f9-e71f564a3822","name":"View SMS Campaigns By Dates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-testing.vidcorp.com/v2/campaigns/?after=2019-01-01&before=2019-12-31","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","campaigns",""],"query":[{"key":"after","value":"2019-01-01","description":"Filter by dates AFTER specified date (inclusive)"},{"key":"before","value":"2019-12-31","description":"Filter by dates BEFORE specified date (exclusive)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 01:18:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 4,\n    \"item_count\": 2,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 2,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"id\": \"3709cad4-e568-11e9-8fac-0227e6a58070\",\n            \"timestamp\": \"2019-10-02T22:58:57+00:00\",\n            \"title\": \"unique test\",\n            \"template\": null,\n            \"sends\": 1,\n            \"deliveries\": 0\n        },\n        {\n            \"id\": \"c5eede38-a6bb-11e9-abae-0617db59baea\",\n            \"timestamp\": \"2019-07-15T04:48:22+00:00\",\n            \"title\": \"unique test\",\n            \"template\": null,\n            \"sends\": 1,\n            \"deliveries\": 0\n        }\n    ]\n}"}],"_postman_id":"531b6eb0-02ca-48c3-8467-78a1d6df723c"},{"name":"View Campaign Details","id":"796d12db-4397-4e77-a3b8-f1788ea89b0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/campaigns/{campaign_id}","description":"<p>Retrieve details about a specific SMS campaign, by Campaign ID using this endpoint - your Vidcorp SMS Campaign ID must be present in the URL path.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campaigns","{campaign_id}"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"0d7b5df2-e898-4e2d-983f-a511a6d2b9cc","name":"Single SMS Campaign Details","originalRequest":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/campaigns/5c11aa495f341"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 01:37:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"5c11aa495f341\",\n    \"timestamp\": \"2019-02-25T04:25:13+00:00\",\n    \"title\": \"\",\n    \"template\": \"5c11a8b2e30d4\",\n    \"landing_page\": null,\n    \"video\": \"\",\n    \"form\": null,\n    \"sends\": 62,\n    \"deliveries\": 62,\n    \"unsubscribes\": 0,\n    \"views\": null,\n    \"clicks\": null,\n    \"video_plays\": 0,\n    \"form_submits\": null\n}"}],"_postman_id":"796d12db-4397-4e77-a3b8-f1788ea89b0a"},{"name":"List Campaign Recipients","id":"86f5d936-5546-4a06-b08b-270adff2b398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/campaigns/{campaign_id}/contacts","description":"<p>Get list of recipients (contacts) against a specific SMS campaign. You can send a request and retrieve data about SMS recipients for a campaign at a time that suits you, using this endpoint - your Vidcorp SMS Campaign ID must be present in the URL path.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campaigns","{campaign_id}","contacts"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"5b299a59-9012-469d-8b71-b63d43ca5f0f","name":"View Campaign Contacts","originalRequest":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/campaigns/3709cad4-e568-11e9-8fac-0227e6a58070/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 01:50:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 62,\n    \"item_count\": 50,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 50,\n    \"prev_page_url\": null,\n    \"next_page_url\": \"https://api-testing.vidcorp.com/v2/campaigns/5c11aa495f341/contacts?page=2\",\n    \"data\": [\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"4f73c5ff5d50c\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61402123100\",\n            \"message\": \"Hi Ryan,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/Ku0E.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:17+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80e9c7e\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61434406212\",\n            \"message\": \"Hi Frazer,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/wZzb.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:18+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80e9d47\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61418545389\",\n            \"message\": \"Hi Alastair,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/bDnF.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:31:16+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80e9e02\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61488756491\",\n            \"message\": \"Hi Robert,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/tXts.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:35:16+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80e9eac\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61425754575\",\n            \"message\": \"Hi Robert,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/sEY8.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:32+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80e9f51\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61431640230\",\n            \"message\": \"Hi Kirsten,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/2X4e.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T01:27:16+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea00f\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61488732295\",\n            \"message\": \"Hi Sean,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/Eea1.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:27+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea0c8\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61419599206\",\n            \"message\": \"Hi Geoff,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/vQiP.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:14+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea168\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61418414324\",\n            \"message\": \"Hi Owen,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/QDwr.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:35+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea21e\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61427119655\",\n            \"message\": \"Hi Damien,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/s29c.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:32+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea2bb\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61428848211\",\n            \"message\": \"Hi Phil,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/WJN7.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T01:27:15+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea374\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61417524072\",\n            \"message\": \"Hi Ross,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/hAR3.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T01:28:50+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea434\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61418199918\",\n            \"message\": \"Hi Geoff,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/uDHf.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:42:00+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea4cf\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61419177099\",\n            \"message\": \"Hi Mark,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/kCgR.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:34+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea579\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61448675928\",\n            \"message\": \"Hi Travis,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/vCJ0.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:21+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea633\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61419104317\",\n            \"message\": \"Hi Peter,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/H8FU.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:35+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea6dd\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61417861772\",\n            \"message\": \"Hi Paul,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/QQpP.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T01:28:50+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea787\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61439397024\",\n            \"message\": \"Hi Chris,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/eSZ9.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:35+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea849\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61418341646\",\n            \"message\": \"Hi Graeme,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/GlBS.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:19+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea8f4\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61419396414\",\n            \"message\": \"Hi Jody,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/V7dD.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T01:27:16+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ea99d\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61428550030\",\n            \"message\": \"Hi Clint,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/ujUa.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:35+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eaa46\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61408515155\",\n            \"message\": \"Hi Dennis,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/qFUM.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T01:28:50+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eaaff\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61410408519\",\n            \"message\": \"Hi Robert,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/j6pA.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:30+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eaba9\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61419104726\",\n            \"message\": \"Hi Roger,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/b6Hm.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:18+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eac52\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61438120973\",\n            \"message\": \"Hi Craig,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/rlRp.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:31+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ead08\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61400868070\",\n            \"message\": \"Hi Craig,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/nMVe.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:32+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eadb2\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61425754575\",\n            \"message\": \"Hi Robert,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/uwu7.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:32+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eae69\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61417855116\",\n            \"message\": \"Hi Adam,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/yjBE.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:16+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eaf11\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61425804115\",\n            \"message\": \"Hi Matt,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/MDaE.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T01:27:16+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eafb3\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61447003092\",\n            \"message\": \"Hi Brendan,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/MVXl.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:19+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb078\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61404817804\",\n            \"message\": \"Hi Nick,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/TB7P.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:35+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb114\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61418247600\",\n            \"message\": \"Hi Geoff,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/KpM1.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:20+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb1c8\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61418331620\",\n            \"message\": \"Hi Dennis,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/tA4Z.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:32+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb272\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61400258909\",\n            \"message\": \"Hi Jason,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/ra6w.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:20+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb31f\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61425850078\",\n            \"message\": \"Hi Martin,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/v81f.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:35+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb3dd\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61418572727\",\n            \"message\": \"Hi Peter,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/P7ie.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:35+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb48f\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61400902525\",\n            \"message\": \"Hi Joanne,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/rHJw.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:16+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb544\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61419398768\",\n            \"message\": \"Hi Michael,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/up2Q.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:31+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb5ed\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61401502883\",\n            \"message\": \"Hi Nick,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/fYv2.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:44+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb697\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61412523447\",\n            \"message\": \"Hi Simon,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/DzSx.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:21+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb75d\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61403187840\",\n            \"message\": \"Hi Steve,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/hsTu.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:18+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb7f9\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61438487053\",\n            \"message\": \"Hi Simone,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/oUJp.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-27T00:32:15+00:00\",\n            \"status\": \"UNDELIVERABLE\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb8a3\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61409686044\",\n            \"message\": \"Hi John,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/5OCZ.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:35+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eb94d\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61425149292\",\n            \"message\": \"Hi Nick,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/MlDU.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:18+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80eba06\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61408538300\",\n            \"message\": \"Hi Craig,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/UTNG.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:35+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ebb5e\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61415331031\",\n            \"message\": \"Hi Paul,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/CW0b.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:19+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ebc08\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61414510333\",\n            \"message\": \"Hi Leane,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/CTKm.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:35+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ebcd0\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61438516628\",\n            \"message\": \"Hi Kerri,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/2Was.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:16+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ebd6c\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61410043213\",\n            \"message\": \"Hi Scott,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/XWxw.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:37+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        },\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"51c8cb80ebe21\",\n            \"from\": \"VidCorp\",\n            \"to\": \"61437333726\",\n            \"message\": \"Hi Beth,\\nClick the link to view a free Training Snippet video using the VidCorp platform- http://vc4.co/GiBJ.\\nVideo's can be integrated with driver or employee numbers too.\\nCheers\\nRyan (1300-131-657) and Robyn (9696-3947)\",\n            \"delivered\": \"2013-06-25T00:30:18+00:00\",\n            \"status\": \"DELIVERED\",\n            \"num_segments\": 2,\n            \"unicode\": 0\n        }\n    ]\n}"}],"_postman_id":"86f5d936-5546-4a06-b08b-270adff2b398"},{"name":"List Campaign Templates","id":"bc488e25-1999-4be2-869b-29ebf43785ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/campaigns/templates","description":"<p>Get a list of the templates your SMS Campaigns are built from - which is useful as the Vidcorp Template ID is required when sending an SMS Campaign. You can send a request and retrieve Campaign Templates at a time that suits you, using this endpoint.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campaigns","templates"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc488e25-1999-4be2-869b-29ebf43785ab"},{"name":"View Template Details","id":"de4b0292-7f32-443a-b3de-b82f62b7f6a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/campaigns/templates/{template_id}","description":"<p>Retrieve details about a specific Campaign Template by ID, using this endpoint - your Vidcorp Campaign Template ID must be present in the URL path.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","campaigns","templates","{template_id}"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"6f10f78d-b601-4378-adf7-448d1590b55d","name":"View Template Details","originalRequest":{"method":"GET","header":[],"url":"https://api-testing.vidcorp.com/v2/campaigns/templates/fb3de086-4966-11ea-9b94-067453a7f748"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2020 06:17:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"fb3de086-4966-11ea-9b94-067453a7f748\",\n    \"template_name\": \"formis\",\n    \"campaign_title\": \"MAGIC\",\n    \"sender_id\": \"Vidcorp\",\n    \"landing_page_id\": null,\n    \"video_id\": null,\n    \"message\": \"The yacht is on the river\"\n}"}],"_postman_id":"de4b0292-7f32-443a-b3de-b82f62b7f6a0"}],"id":"efba0fa3-59d9-4128-a669-15efe9ecd84c","_postman_id":"efba0fa3-59d9-4128-a669-15efe9ecd84c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}}},{"name":"Simulated Actions","item":[{"name":"Create mock MO Message","id":"d0769ad0-a53a-4992-8e61-ba58f543d757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"longcode","value":"{string}","description":"<p>A longcode assigned to your account (A mobile number in E.164 format). This is the number being sent to. (required)</p>\n","type":"text"},{"key":"sender","value":"{string}","description":"<p>Single mobile number. This will be the number that the message is being sent from (required)</p>\n","type":"text"},{"key":"message","value":"{string}","description":"<p>Your message text (required)</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/support/mo/send","description":"<p>This endpoint has been made available to assist customers while exploring and developing integrations.</p>\n<p><strong>This endpoint is only available on our test systems (api-testing.vidcorp.com)</strong></p>\n<p>Use of this endpoint requires a longcode to have been assigned to your test account. To have one of these assigned, please contact <a href=\"mailto:support@vidcorp.com\">support@vidcorp.com</a> to have this arranged.</p>\n<p>Sending a request to this endpoint will 'fake' an inbound message to the 'longcode' in the request, from 'sender'. \nThis message will be processed in the same way a real message would get processed on our production system. This includes activating any triggers and generating a 'message_received' payload when a web hook has been setup.</p>\n<h3 id=\"success-response\">Success Response</h3>\n<p><strong>Note: this endpoint does not return any content upon success.</strong></p>\n<p>A successful response will have an HTTP STATUS of <a href=\"https://httpstatuses.com/204\">204</a> instead of the usual <a href=\"https://httpstatuses.com/200\">200</a></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["support","mo","send"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"99cf64ea-8124-4921-8639-36d1ba168caf","name":"Create mock MO Message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"longocde\": \"61412123123\",\n    \"sender\": \"+6144666666\",\n\t\"message\": \"Sample message\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-testing.vidcorp.com/support/mo/send"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d0769ad0-a53a-4992-8e61-ba58f543d757"}],"id":"e26d55d1-832e-479b-8440-ce104aadf401","_postman_id":"e26d55d1-832e-479b-8440-ce104aadf401","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Create New Webhook","id":"53f74c19-7146-47f8-952d-ec76b4874590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"url","value":"{string}","description":"<p>URL of your webhook (max length: 255)</p>\n","type":"text"},{"key":"event_type","value":"{string}","description":"<p>Event type (see above for valid event types)</p>\n","type":"text"},{"key":"enabled","value":"{boolean}","description":"<p>Whether or not the webhook should be enabled (optional)</p>\n","type":"text"},{"key":"name","value":"{string}","description":"<p>Name for the webhook (optional)</p>\n","type":"text"},{"key":"authorization","value":"{string}","description":"<p>Auth header if required to POST to your webhook (optional)</p>\n","type":"text"},{"key":"content-type","value":"{string}","description":"<p>Content Type header if default JSON type unsupported (optional)</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/webhooks","description":"<p>Post data to create a new webhook with details provided. Upon successful creation, details of your new webhook will be returned - including an ID, which is required by other methods to identify your newly created webhook.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>Every request must contain a <code>url</code> value, representing the URL to post data to, and a value for the <code>event_type</code> which represents the trigger for sending the data to your webhook. Neither parameter can contain an empty value. The <code>url</code> MUST be an SSL-encrypted endpoint (beginning with <code>https://</code>) with a valid certificate.</p>\n<h2 id=\"event-types\">Event Types</h2>\n<p>Valid event types are as follows:</p>\n<ul>\n<li><code>message_polling</code> - Message prepared for delivery</li>\n<li><code>message_pushed</code> - Message sent</li>\n<li><code>message_delivered</code> - Message delivered</li>\n<li><code>message_delivery_error</code> - Delivery failed</li>\n<li><code>message_received</code> - Response received</li>\n<li><code>message_opened</code> - Email opened</li>\n<li><code>impression</code> - Landing Page viewed</li>\n<li><code>clicktrack</code> - Contact clicked ordinary link</li>\n<li><code>unsubscribe_track</code> - Contact clicked unsubscribe link</li>\n<li><code>unsubscribe</code> - Contact opted out</li>\n<li><code>video_play</code> - Video played</li>\n<li><code>video_complete</code> - Video ended</li>\n<li><code>form_submission</code> - Form submitted</li>\n<li><code>scratchie_initiated</code> - Scratchie rendered</li>\n<li><code>scratchie_interact</code> - Scratchie interacted with</li>\n</ul>\n<h2 id=\"optional-parameters\">Optional Parameters</h2>\n<p>If your webhook requires additional information to be included in the header, such as a Basic Auth string, these can also be included in your request. Currently only two such optional parameters are supported:</p>\n<h4 id=\"authorization\"><code>authorization</code></h4>\n<p>You can set the authorisation header used when posting to your webhooks using this parameter. It should be the entire auth string.</p>\n<p>eg <code>Basic &lt;&lt;YOUR_TOKEN&gt;&gt;</code></p>\n<h4 id=\"content-type\"><code>content-type</code></h4>\n<p>You can set the \"Content-Type\" header used when posting to your webhooks using this parameter. By default, this is already set to <code>application-json</code> so if your webhook supports posting JSON data, you do not need to set this value.</p>\n<p>Note: only two types are currently supported - <code>application-json</code> and <code>application/x-www-form-urlencoded</code></p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","webhooks"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"e6000a8a-0e52-4956-a7a9-e1fd5b60a823","name":"Create DISABLED Webhook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"impressions\",\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"enabled\": false\n}"},"url":"https://api-testing.vidcorp.com/v2/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 01:27:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"40a264d6-6725-11ea-a9b3-067453a7f748\",\n    \"name\": \"impressions\",\n    \"enabled\": false,\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"headers\": null\n}"},{"id":"8e51cf97-444a-4810-8be5-3a49cfd20436","name":"Create Webhook with authorisation header","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"impressions\",\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"authorization\": \"Basic NTc5YWIyODItZTQxNi0zYzg4LWE2Y2MtMTM5ZWRmZWM1MWI4OjI3ZTViMDMxOGFhYzkzNTQwNjVkODM5ZWYyOWM0Nzg2\"\n}"},"url":"https://api-testing.vidcorp.com/v2/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 01:28:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6161ac18-6725-11ea-903a-067453a7f748\",\n    \"name\": \"impressions\",\n    \"enabled\": true,\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"headers\": [\n        \"authorization:Basic <<YOUR_TOKEN>>\"\n    ]\n}"},{"id":"eecd0ada-5058-4c43-8ac4-36d6e3d0a1a8","name":"Create Webhook with Content Type header","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"impressions\",\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"content-type\": \"application/x-www-form-urlencoded\"\n}"},"url":"https://api-testing.vidcorp.com/v2/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 01:28:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"80702210-6725-11ea-985e-067453a7f748\",\n    \"name\": \"impressions\",\n    \"enabled\": true,\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"headers\": [\n        \"content-type:application/x-www-form-urlencoded\"\n    ]\n}"},{"id":"d580f490-10a1-48ce-8cc7-6efdd0a4260f","name":"Create Webhook all possible parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"impressions\",\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"enabled\": false,\n    \"authorization\": \"Basic NTc5YWIyODItZTQxNi0zYzg4LWE2Y2MtMTM5ZWRmZWM1MWI4OjI3ZTViMDMxOGFhYzkzNTQwNjVkODM5ZWYyOWM0Nzg2\",\n    \"content-type\": \"application/x-www-form-urlencoded\"\n}"},"url":"https://api-testing.vidcorp.com/v2/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 01:32:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"09ea3c1a-6726-11ea-9e34-067453a7f748\",\n    \"name\": \"impressions\",\n    \"enabled\": false,\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"headers\": [\n        \"authorization:Basic <<YOUR_TOKEN>>\",\n        \"content-type:application/x-www-form-urlencoded\"\n    ]\n}"},{"id":"c0e61b07-5bb7-4c4c-a7b7-7f58f42dc63d","name":"Create New Webhook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"impressions\",\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\"\n}"},"url":"https://api-testing.vidcorp.com/v2/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 01:25:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1897"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"15998b8e-6725-11ea-8abb-067453a7f748\",\n    \"name\": \"impressions\",\n    \"enabled\": true,\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"headers\": null\n}"}],"_postman_id":"53f74c19-7146-47f8-952d-ec76b4874590"},{"name":"List Webhooks","id":"ebe14f4f-2045-4abe-805f-d6f784a6f675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api-testing.vidcorp.com/v2/webhooks?enabled={boolean}&url={endpoint}","description":"<p>List of webhooks for your account, by request. You can send a request and retrieve your list at a time that suits you, using this endpoint.</p>\n<h1 id=\"optional-filtering\">Optional filtering</h1>\n<p>You can also filter results by <code>url</code> and/or <code>enabled</code> status, by passing these in as (optional) query parameters.</p>\n<h2 id=\"a-note-about-postman-collections\">A Note about Postman Collections</h2>\n<p>If you have downloaded and imported this as a Postman Collection, you may find these optional query parameters have been selected with default values - which will probably not work.</p>\n<p>If you are getting empty results back, check if these have been selected - and if they have, try again after deselecting them. You should then get back all your results, unfiltered.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","webhooks"],"host":["api-testing","vidcorp","com"],"query":[{"description":{"content":"<p>Filter results by enabled status</p>\n","type":"text/plain"},"key":"enabled","value":"{boolean}"},{"description":{"content":"<p>Filter results by URL webhook data should be sent to</p>\n","type":"text/plain"},"key":"url","value":"{endpoint}"}],"variable":[]}},"response":[{"id":"6ba3289e-2e83-456d-bc9a-0edd4fa0bb00","name":"List Webhooks","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api-testing.vidcorp.com/v2/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 03:04:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": 15,\n  \"item_count\": 15,\n  \"current_page\": 1,\n  \"per_page\": 50,\n  \"first_item\": 1,\n  \"last_item\": 15,\n  \"prev_page_url\": null,\n  \"next_page_url\": null,\n  \"data\": [\n    {\n      \"id\": \"11a2f396-63f9-11ea-9458-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"clicktrack\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"11a46366-63f9-11ea-b26b-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"form_submission\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"119e82d4-63f9-11ea-8159-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"impression\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"1196fc6c-63f9-11ea-b2a5-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"message_delivered\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"11987790-63f9-11ea-b470-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"message_delivery_error\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"119cfcde-63f9-11ea-a274-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"message_opened\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"119542c8-63f9-11ea-b689-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"message_polling\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"1199f976-63f9-11ea-86ae-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"message_pushed\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"119b7a3a-63f9-11ea-88d3-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"message_received\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"11a9239c-63f9-11ea-9785-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"scratchie_initiated\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"11aaa1d6-63f9-11ea-9e87-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"scratchie_interact\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"11a00186-63f9-11ea-b78b-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"unsubscribe\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"11a17a16-63f9-11ea-9600-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"unsubscribe_track\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"11a74fae-63f9-11ea-838e-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"video_complete\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    },\n    {\n      \"id\": \"11a5d75a-63f9-11ea-ade0-06f848cc88f6\",\n      \"name\": \"everything to Request bin\",\n      \"enabled\": true,\n      \"event_type\": \"video_play\",\n      \"url\": \"https://ashwdj6j2gvn.x.pipedream.net\",\n      \"headers\": null\n    }\n  ]\n}"},{"id":"c3247c00-77ca-4377-9564-0df202df4334","name":"List Webhooks Using Particular URL Only","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://api-testing.vidcorp.com/v2/webhooks?url=https://webhooks.r.us","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","webhooks"],"query":[{"key":"enabled","value":"{boolean}","description":"Filter results by enabled status","disabled":true},{"key":"url","value":"https://webhooks.r.us","description":"Filter results by URL webhook data should be sent to"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Mar 2020 04:25:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 16,\n    \"item_count\": 1,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 1,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"id\": \"09ea3c1a-6726-11ea-9e34-067453a7f748\",\n            \"name\": \"form values\",\n            \"enabled\": false,\n            \"event_type\": \"form_submission\",\n            \"url\": \"https://webhooks.r.us\",\n            \"headers\": []\n        }\n    ]\n}"},{"id":"c80b1e8a-1903-4fe5-84bb-fae12b0e8e92","name":"List Only Disabled Webhooks","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://api-testing.vidcorp.com/v2/webhooks?enabled=false","protocol":"https","host":["api-testing","vidcorp","com"],"path":["v2","webhooks"],"query":[{"key":"enabled","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Mar 2020 04:22:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 16,\n    \"item_count\": 1,\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"first_item\": 1,\n    \"last_item\": 1,\n    \"prev_page_url\": null,\n    \"next_page_url\": null,\n    \"data\": [\n        {\n            \"id\": \"09ea3c1a-6726-11ea-9e34-067453a7f748\",\n            \"name\": \"form values\",\n            \"enabled\": false,\n            \"event_type\": \"form_submission\",\n            \"url\": \"https://webhooks.r.us\",\n            \"headers\": []\n        }\n    ]\n}"}],"_postman_id":"ebe14f4f-2045-4abe-805f-d6f784a6f675"},{"name":"View Webhook Details","id":"55e8c5c1-668b-4cec-9801-50f853b5f7b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api-testing.vidcorp.com/v2/webhooks/{webhook_id}","description":"<p>Retrieve details about a specific webhook using this endpoint - your webhook ID must be present in the URL path.</p>\n<p>Please refer to <a href=\"#http-status-codes\">HTTP STATUS CODES</a> for definitions of response status codes for this request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","webhooks","{webhook_id}"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"3af14abf-9b39-4135-bc66-74a7de140b08","name":"View Webhook Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api-testing.vidcorp.com/v2/webhooks/09ea3c1a-6726-11ea-9e34-067453a7f748"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 02:58:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"09ea3c1a-6726-11ea-9e34-067453a7f748\",\n    \"name\": \"impressions\",\n    \"enabled\": false,\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"headers\": [\n        \"authorization:Basic <<YOUR_TOKEN>>\",\n        \"content-type:application/x-www-form-urlencoded\"\n    ]\n}"}],"_postman_id":"55e8c5c1-668b-4cec-9801-50f853b5f7b4"},{"name":"Update Webhook","id":"f8cfc578-e0e4-4cc0-8c47-7ff09fb2ccd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"url","value":"{string}","description":"<p>URL of your webhook (max length: 255)</p>\n","type":"text"},{"key":"event_type","value":"{string}","description":"<p>Event type (see above for valid event types)</p>\n","type":"text"},{"key":"enabled","value":"{boolean}","description":"<p>Boolean value to enable or disable webhook</p>\n","type":"text"},{"key":"name","value":"{string}","description":"<p>Name for the webhook </p>\n","type":"text"},{"key":"authorization","value":"{string}","description":"<p>Auth header if required to POST to your webhook</p>\n","type":"text"},{"key":"content-type","value":"{string}","description":"<p>Content Type header if default JSON type unsupported</p>\n","type":"text"}]},"url":"https://api-testing.vidcorp.com/v2/webhooks/{webhook_id}","description":"<p>You can update an existing webhook using this endpoint - your webhook ID must be present in the URL path.</p>\n<p>Similar rules to the Create method apply, except there are no required parameters.</p>\n<h2 id=\"header-parameters\">Header Parameters</h2>\n<p>You can update existing header configurations for your webhook and you can also remove a header by setting the value to <code>null</code>.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","webhooks","{webhook_id}"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"a303d6ad-cc44-4654-8d77-467222eaf84d","name":"Rename Webhook","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"name\":\"landing page views\"}"},"url":"https://api-testing.vidcorp.com/v2/webhooks/09ea3c1a-6726-11ea-9e34-067453a7f748"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 03:09:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"09ea3c1a-6726-11ea-9e34-067453a7f748\",\n    \"name\": \"landing page views\",\n    \"enabled\": false,\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"headers\": [\n        \"authorization:Basic <<YOUR_TOKEN>>\",\n        \"content-type:application/x-www-form-urlencoded\"\n    ]\n}"},{"id":"5a8267a0-d32e-482d-b7a0-5d969730b8ae","name":"Change Webhook event trigger and rename","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"name\":\"form values\", \"event_type\":\"form_submission\"}"},"url":"https://api-testing.vidcorp.com/v2/webhooks/09ea3c1a-6726-11ea-9e34-067453a7f748"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 03:11:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"09ea3c1a-6726-11ea-9e34-067453a7f748\",\n    \"name\": \"form values\",\n    \"enabled\": false,\n    \"event_type\": \"form_submission\",\n    \"url\": \"https://webhooks.r.us\",\n    \"headers\": [\n        \"authorization:Basic <<YOUR_TOKEN>>\",\n        \"content-type:application/x-www-form-urlencoded\"\n    ]\n}"},{"id":"9d465091-b04e-446d-b9a9-4170fbf1602f","name":"Disable Webhook","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"enabled\":false}"},"url":"https://api-testing.vidcorp.com/v2/webhooks/09ea3c1a-6726-11ea-9e34-067453a7f748"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 03:08:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"09ea3c1a-6726-11ea-9e34-067453a7f748\",\n    \"name\": \"impressions\",\n    \"enabled\": false,\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"headers\": [\n        \"authorization:Basic <<YOUR_TOKEN>>\",\n        \"content-type:application/x-www-form-urlencoded\"\n    ]\n}"},{"id":"a1d87b13-2d42-4de7-9dd5-26b0a8a125d6","name":"Remove Webhook Auth Header","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"authorization\":null}"},"url":"https://api-testing.vidcorp.com/v2/webhooks/09ea3c1a-6726-11ea-9e34-067453a7f748"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 03:12:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"09ea3c1a-6726-11ea-9e34-067453a7f748\",\n    \"name\": \"form values\",\n    \"enabled\": false,\n    \"event_type\": \"form_submission\",\n    \"url\": \"https://webhooks.r.us\",\n    \"headers\": []\n}"},{"id":"0f237678-942a-4327-a195-e87f7e387556","name":"Revert Webhook content type to default","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"content-type\":null}"},"url":"https://api-testing.vidcorp.com/v2/webhooks/09ea3c1a-6726-11ea-9e34-067453a7f748"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 03:12:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"09ea3c1a-6726-11ea-9e34-067453a7f748\",\n    \"name\": \"form values\",\n    \"enabled\": false,\n    \"event_type\": \"form_submission\",\n    \"url\": \"https://webhooks.r.us\",\n    \"headers\": [\n        \"authorization:Basic <<YOUR_TOKEN>>\"\n    ]\n}"}],"_postman_id":"f8cfc578-e0e4-4cc0-8c47-7ff09fb2ccd4"},{"name":"Delete Webhook","id":"dff53d0b-7d02-41db-afb0-fc410e8fd854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api-testing.vidcorp.com/v2/webhooks/{webhook_id}","description":"<p>Delete a specific webhook using this endpoint - your webhook ID must be present in the URL path.</p>\n<h1 id=\"success-response\">Success Response</h1>\n<p><strong>Note: this endpoint does not return any content upon success.</strong></p>\n<p>Furthermore, a successful response will have an HTTP STATUS of <a href=\"https://httpstatuses.com/204\">204</a> instead of the usual <a href=\"https://httpstatuses.com/200\">200</a></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","webhooks","{webhook_id}"],"host":["api-testing","vidcorp","com"],"query":[],"variable":[]}},"response":[{"id":"a6479df6-b503-40ed-9c16-6560899e6795","name":"Delete Webhook","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api-testing.vidcorp.com/v2/webhooks/51319fc4-6806-11ea-95b8-067453a7f748"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Mar 2020 04:18:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"XMLHttpRequest, DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"VC Supreme Overlord"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dff53d0b-7d02-41db-afb0-fc410e8fd854"}],"id":"61df8393-96cd-4945-858c-e2fdebf92ba6","description":"<p>For more information about webhooks, please <a href=\"https://www.vidcorp.com/resources/managing-webhooks/\">see our documentation</a>.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c3a39de9-dc06-465f-86fa-3d4dd610ad69"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ee5d62e2-9de5-4260-9a4a-4ae46251d20f"}}],"_postman_id":"61df8393-96cd-4945-858c-e2fdebf92ba6","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]},"isInherited":true,"source":{"_postman_id":"c170733b-d244-4ea6-8f28-976071c3cb46","id":"c170733b-d244-4ea6-8f28-976071c3cb46","name":"Vidcorp API V2 - Deprecated, please visit docs.tallbob.com","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"Your API Username from the platform"},{"key":"password","value":"Your API Key from the platform"}]}},"event":[{"listen":"prerequest","script":{"id":"37a7f01b-7d49-4466-a897-067183d8fe92","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"de9a7867-2fde-4e06-b0ed-5682dbe59392","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_username","value":"Your API Username from the platform","type":"string"},{"key":"api_key","value":"Your API Key from the platform","type":"string"},{"key":"auth_value","value":"Basic YOUR_TOKEN","type":"string"},{"key":"campaign_id","value":"{campaign_id}"},{"key":"after","value":""},{"key":"before","value":""},{"key":"to","value":"61429967196"},{"key":"send_ref","value":"ZZZ999"},{"key":"from","value":"Vidcorp"},{"key":"recipient1","value":"61412345678"},{"key":"recipient2","value":"61498765432"},{"key":"recipient3","value":"61499000111"},{"key":"mobile","value":"+6144666666"},{"key":"longcode","value":"61412123123"}]}