{"info":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","description":"<html><head></head><body><p>This is the official API documentation for Tall Bob.</p>\n<p>Below you will find a current list of the available endpoints for use with the Tall Bob API. You will need a Tall Bob 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 Tall Bob settings page, depending on which environment you are in.</p>\n<ul>\n<li><p>for Sandbox accounts, go to <a href=\"https://app-test.tallbob.com\">https://app-test.tallbob.com</a></p>\n</li>\n<li><p>for Production accounts, go to <a href=\"https://app.tallbob.com\">https://app.tallbob.com</a></p>\n</li>\n</ul>\n<p>From the settings menu on the top right, select <strong>API Credentials</strong> to manage them.</p>\n<p>Click on the link to know more about the differences between the <a href=\"https://support.tallbob.com/support/solutions/articles/17000133238-sandbox-vs-production-environments\">Sandbox and Production Environment</a></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-test.tallbob.com/v2\">https://api-test.tallbob.com/v2</a></td>\n<td>Sandbox for Testing</td>\n</tr>\n<tr>\n<td><a href=\"https://api.tallbob.com/v2\">https://api.tallbob.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><p><code>username</code> - your API username</p>\n</li>\n<li><p><code>password</code> - your API key</p>\n</li>\n</ul>\n<p>Please ensure that you are mapping the correct credentials when connecting to the relevant environment. If not you'll receive an authentication error</p>\n<p><em>For a detailed guide on getting API Credentials, click</em> <a href=\"https://support.tallbob.com/support/solutions/articles/17000131562-api-credentials\">here</a></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>The standard length of an <code>{OptOutURL}</code> tag is 13 characters</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://support.tallbob.com/support/solutions/articles/17000135328-e-164-mobile-number-format\">E.164</a> formatted Tall Bob phone number, you can use a custom string value to match branding used by your business.</p>\n<p><strong>Note:</strong> 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><p>upper-case letters A-Z</p>\n</li>\n<li><p>lower-case letters a-z</p>\n</li>\n<li><p>numbers 0-9</p>\n</li>\n<li><p>.#&amp;!-</p>\n</li>\n<li><p>spaces</p>\n</li>\n</ul>\n<p>Any other Non-ASCII special characters and punctuation are not allowed.</p>\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<p>Please note that the maximum file size supported is <strong>1500KB</strong></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 1MB 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":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","publishedId":"UVkiRy3s","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"292A58","highlight":"7F95CC"},"publishDate":"2022-02-17T03:47:44.000Z"},"item":[{"name":"Chat","item":[{"name":"Send Chat SMS","id":"07f98dd2-3f09-4d90-b43b-9175fc9d2ab7","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"},{"key":"campaign_reference","value":"{string}","description":"<p>(Optional Field) Used for custom report building</p>\n","type":"text"}]},"url":"https://api.tallbob.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.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","chat","send","sms"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"74251448-0439-49e1-8703-0e359b80bfa4","name":"Initiate Chat","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic YOUR_TOKEN"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61499000100\",\n\t\"message\": \"Hi, would you like to know more?\",\n\t\"reference\": \"AAA111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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\": \"61499000100\",\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":"72142b64-deef-4ade-b78a-1b472f5c92e2","name":"Continue Chat","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic YOUR_TOKEN"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61499000100\",\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.tallbob.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\": \"61499000100\",\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":"24586269-7180-44a2-862c-0f99782bd60c","name":"No Longcodes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic YOUR_TOKEN"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61499000100\",\n\t\"message\": \"Hi, I have no longcodes setup\",\n\t\"reference\": \"FFF\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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}"},{"id":"bc1f872a-7d32-400e-b38e-ee7af68629b8","name":"With Opt-out","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic YOUR_TOKEN"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61499000100\",\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.tallbob.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\": \"61499000100\",\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":"284fc393-28aa-46f2-b825-be0151267e44","name":"Error: message required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"to","value":"{integer}","description":"Single mobile number in E.164 format (required)","type":"text"},{"key":"message","value":"{string}","description":"Your Chat message text (required)","type":"text","disabled":true},{"key":"reference","value":"{string}","description":"Chat reference for tracking","type":"text"},{"key":"campaign_reference","value":"{string}","description":"(Optional Field) Used for custom report building","type":"text"}]},"url":"https://api.tallbob.com/v2/chat/send/sms"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"invalid request\",\n    \"errors\": {\n        \"message\": [\n            \"The message field is required.\"\n        ]\n    },\n    \"code\": 9998\n}"}],"_postman_id":"07f98dd2-3f09-4d90-b43b-9175fc9d2ab7"}],"id":"93613ae1-5dba-4ede-8337-9d2390044c42","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<p>For detailed information regarding this endpoint, please refer to our support documentation <a href=\"https://support.tallbob.com/support/solutions/articles/17000133937-2-way-chat-using-tall-bob-apis\">here</a></p>\n<h4 id=\"before-starting\">Before starting:</h4>\n<ol>\n<li><p>At this time, only +61 (Australia) longcodes and recipients are supported.</p>\n</li>\n<li><p>You will need to contact support or your account manager to have a 'pool' of longcodes assigned to your account for your chat messages.</p>\n</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.tallbob.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.tallbob.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.tallbob.com/#d0769ad0-a53a-4992-8e61-ba58f543d757\">this endpoint.</a></p>\n","_postman_id":"93613ae1-5dba-4ede-8337-9d2390044c42","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}}},{"name":"Contacts","item":[{"name":"Create New Contact","id":"dd495e56-f8ac-465b-8be4-6c251928dc20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"{{firstname}}\",\n    \"last_name\": \"{{lastname}}\",\n    \"external_id\": \"{{externalID}}\", \n    \"mobile\": null\n}\n"},"url":"https://api.tallbob.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 Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"b84265e4-c12b-40d9-aa08-1f58c4b2c742","name":"New Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"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.tallbob.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":"aea98ef6-68bc-4ee5-9541-03864794c4ed","name":"With List ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"first_name\":\"Delia\",\"mobile\":\"61456699347\",\"group_id\":\"04b86f32-29c9-11e9-bbe2-02aa10802064\"}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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}"},{"id":"9453c56d-c4e0-4227-ad46-d732caf29488","name":"Create New Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"{string}","description":"First name of contact (required, max length: 50)","type":"text"},{"key":"last_name","value":"{string}","description":"Last name of contact (max length: 100)","type":"text"},{"key":"mobile","value":"{integer}","description":"Mobile number of contact (required)","type":"text"},{"key":"external_id","value":"{string}","description":"An \"external\" ID used to match the Tall Bob Contact against your own records - must be unique (max length: 100)","type":"text"},{"key":"email","value":"{string}","description":"Email address of contact (max length: 100)","type":"text"},{"key":"group_id","value":"{string}","description":"Tall Bob Group ID which contact can automatically be attached to, upon successful creation.","type":"text"}]},"url":"https://api.tallbob.com/v2/contacts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"e9d99f51-5e28-4a1d-bffb-8d8e0a918fbc","name":"Error: email invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"{string}","description":"First name of contact (required, max length: 50)","type":"text"},{"key":"last_name","value":"{string}","description":"Last name of contact (max length: 100)","type":"text","disabled":true},{"key":"mobile","value":"{integer}","description":"Mobile number of contact (required)","type":"text"},{"key":"external_id","value":"{string}","description":"An \"external\" ID used to match the Tall Bob Contact against your own records - must be unique (max length: 100)","type":"text"},{"key":"email","value":"{string}","description":"Email address of contact (max length: 100)","type":"text"},{"key":"group_id","value":"{string}","description":"Tall Bob Group ID which contact can automatically be attached to, upon successful creation.","type":"text"}]},"url":"https://api.tallbob.com/v2/contacts"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"invalid request\",\n    \"errors\": {\n        \"email\": [\n            \"The email must be a valid email address.\"\n        ]\n    },\n    \"code\": 9998\n}"}],"_postman_id":"dd495e56-f8ac-465b-8be4-6c251928dc20"},{"name":"Delete Contact","id":"6a5e8691-bbf7-46f8-9a68-31cf771313ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts","{contact_id}"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"9f9c154e-a6d3-42c4-9693-16a344c062cc","name":"Delete Contact","originalRequest":{"method":"DELETE","header":[],"url":"https://api.tallbob.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":"6a5e8691-bbf7-46f8-9a68-31cf771313ed"},{"name":"Find Contact By External ID","id":"5971a4b6-f80f-4610-8e83-c23a90918e00","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.tallbob.com/v2/contacts/find","description":"<p>If you do not know the Tall Bob 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 Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts","find"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"ab32ea82-a350-48f5-9fe6-b8e171219c48","name":"By External ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"external_id\": \"ad065bcf-1833-3b7b-b6cd-10b99484a552\"}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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":"5971a4b6-f80f-4610-8e83-c23a90918e00"},{"name":"List Contacts","id":"10b0e5eb-e181-4ccf-b7b3-3c55972615eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts",""],"host":["https://api.tallbob.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":"8fb7696e-0bd0-4e8f-812a-960b18439d6d","name":"By Email ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/contacts/?email=example.com","host":["https://api.tallbob.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":"fd6e349b-1ffe-4907-9a17-9af2dddb8ffa","name":"By Mobile","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/contacts/?mobile=61411","host":["https://api.tallbob.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}"},{"id":"b453d6ce-2d25-4a9e-9704-cff305f8555b","name":"Contacts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/contacts/","host":["https://api.tallbob.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\": \"Fred\",\n            \"last_name\": \"Flintstone\",\n            \"mobile\": \"6141225467\",\n            \"email\": \"fred@flintstone.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}"}],"_postman_id":"10b0e5eb-e181-4ccf-b7b3-3c55972615eb"},{"name":"List Contact Campaigns","id":"aca86559-06d6-409b-a8eb-85125622ede0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.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 Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts","{contact_id}","campaigns"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"93fb69ca-c3f0-4ab4-a7a0-37a92a4283dd","name":"List Campaigns","originalRequest":{"method":"GET","header":[],"url":"https://api.tallbob.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":"aca86559-06d6-409b-a8eb-85125622ede0"},{"name":"Remove Contact Metadata","id":"6121e4ab-c39b-48cc-997a-c121553d308b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"key","value":"{string}","description":"<p>Your Tall Bob Contact metadata key name (required)</p>\n","type":"text"}]},"url":"https://api.tallbob.com/v2/contacts/{contact_id}/metadata","description":"<p>You can remove a specific metadata item from a contact, identified by Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts","{contact_id}","metadata"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"963c5ac4-a762-4941-9864-a6ead3a706ff","name":"Remove Metadata","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"key\": \"birthday\"}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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":"6121e4ab-c39b-48cc-997a-c121553d308b"},{"name":"Update Contact","id":"b8ad4ddd-abc3-46bd-a11e-0974004ec252","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","disabled":true},{"key":"last_name","value":"{string}","description":"<p>Last name of contact (max length: 100)</p>\n","type":"text","disabled":true},{"key":"mobile","value":"{integer}","description":"<p>Mobile number of contact</p>\n","type":"text","disabled":true},{"key":"email","value":"{string}","contentType":"","description":"<p>Email address of contact (max length: 100)</p>\n","type":"text","disabled":true},{"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","disabled":true},{"key":"unsubscribed","value":"{boolean}","description":"<p>Whether or not the contact has \"opted-out\" from further communication</p>\n","type":"text","disabled":true},{"key":"first_name","value":"Test POstMan","type":"text"}]},"url":"https://api.tallbob.com/api-test.tallbob.com/v2/contacts/18925b0c-1ea9-11ed-a82f-06e3c557df26","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=\"opt-out-status\">Opt-out 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["api-test.tallbob.com","v2","contacts","18925b0c-1ea9-11ed-a82f-06e3c557df26"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"f9aae9a5-15f4-4c88-960e-03c1aa26ffd6","name":"Resubscribe","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"unsubscribed\": false}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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":"8582df98-8edc-4ef6-84f5-e9f3cba23a7b","name":"Unsubscribe","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"unsubscribed\": true}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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":""},{"id":"07752482-5794-4d40-af46-844903a671d8","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"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.tallbob.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":""}],"_postman_id":"b8ad4ddd-abc3-46bd-a11e-0974004ec252"},{"name":"Upsert Contact Metadata","id":"ffb1fd3f-8c7d-42a3-9af8-fc21fb5b7f45","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.tallbob.com/v2/contacts/{contact_id}/metadata","description":"<p>You can create an unlimited number of additional metadata values against a contact, identified by Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts","{contact_id}","metadata"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"732c507a-3b08-40ec-9b64-10f3d8efa666","name":"Insert Metadata","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"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.tallbob.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":""},{"id":"c462e380-3a79-4b20-8ea1-2f60d120a7c3","name":"Update Metadata","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"sick days\": 6\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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":""}],"_postman_id":"ffb1fd3f-8c7d-42a3-9af8-fc21fb5b7f45"},{"name":"View Contact Details","id":"a6f65f49-7b71-4648-ada4-8bc2b7a2a833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.com/v2/contacts/{contact_id}","description":"<p>Retrieve details about a specific contact, identified by Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts","{contact_id}"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"7fcbf2b3-e79c-4ce0-bfc4-a6c2b9d6eb01","name":"View Details","originalRequest":{"method":"GET","header":[],"url":"https://api.tallbob.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":"a6f65f49-7b71-4648-ada4-8bc2b7a2a833"}],"id":"eeb2945c-36b0-4d7d-9784-fceb2d6ab074","description":"<p>For detailed information regarding this endpoint, please refer to our support documentation <a href=\"https://support.tallbob.com/support/solutions/articles/17000130173-managing-contacts\">here</a></p>\n","_postman_id":"eeb2945c-36b0-4d7d-9784-fceb2d6ab074","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}}},{"name":"Contact Lists","item":[{"name":"Add Contact","id":"5e5c3796-6ee7-4ca0-a8ab-476d33ebcc8d","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 Tall Bob contact ID (required)</p>\n","type":"text"},{"key":"group_id","value":"{string}","description":"<p>Your Tall Bob group ID (required)</p>\n","type":"text"}]},"url":"https://api.tallbob.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 Tall Bob Contact ID and a <code>group_id</code> parameter, representing your Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts","groups","attach"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"96bd217b-b84d-47d9-ab5b-6a1504c6c9ae","name":"Add Contact","originalRequest":{"method":"POST","header":[{"key":"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.tallbob.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":"5e5c3796-6ee7-4ca0-a8ab-476d33ebcc8d"},{"name":"Create New List","id":"77df6f04-fb8c-4d86-b2d6-f28b21366d74","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","disabled":true},{"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.tallbob.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 Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts","groups"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"6e1c6724-4cbb-4852-814d-7427c3eac454","name":"New List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\": \"Electric Boogaloo\", \"external_id\": \"BREAKIN-2\"}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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}"},{"id":"6273a4fb-8a74-44ec-a980-5112e18b2109","name":"Error: Validation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"{string}","description":"Name of group (required if external ID not present - truncated at 255 chars)","type":"text","disabled":true},{"key":"external_id","value":"{string}","description":"An \"external\" ID used to match against your own records - must be unique (required if name not present, max length: 100)","type":"text","disabled":true}]},"url":"https://api.tallbob.com/v2/contacts/groups"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"invalid request\",\n    \"errors\": {\n        \"name\": [\n            \"The name field is required when external id is not present.\"\n        ],\n        \"external_id\": [\n            \"The external id field is required when name is not present.\"\n        ]\n    },\n    \"code\": 9998\n}"}],"_postman_id":"77df6f04-fb8c-4d86-b2d6-f28b21366d74"},{"name":"Delete Contact List","id":"d22ca282-c024-4140-a662-4560c3179657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.tallbob.com/v2/contacts/groups/{group_id}","description":"<p>You can delete a group using this endpoint - your Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts","groups","{group_id}"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"e2c6e09f-a784-40fe-8a7a-353c9838286d","name":"Delete List","originalRequest":{"method":"DELETE","header":[],"url":"https://api.tallbob.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":"d22ca282-c024-4140-a662-4560c3179657"},{"name":"List Contact Lists","id":"75201d85-9694-4e8e-9bd1-b7f94009aec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts","groups"],"host":["https://api.tallbob.com"],"query":[{"description":{"content":"<p>Filter results by group name</p>\n","type":"text/plain"},"key":"name","value":"{group_name}"}],"variable":[]}},"response":[{"id":"33ab1c22-3678-4e86-a9b0-2e610455e64f","name":"By Name","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/contacts/groups?name=electric","host":["https://api.tallbob.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}"},{"id":"36a9851b-ab3b-4f05-93ee-06a21bdd6b9c","name":"Contact Lists","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/contacts/groups","host":["https://api.tallbob.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}"}],"_postman_id":"75201d85-9694-4e8e-9bd1-b7f94009aec3"},{"name":"List Members","id":"a2edc15a-16d3-4ebb-b462-7a68a75e53d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.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 Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts","groups","{group_id}","members"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"cb9b28f0-0134-481b-aa78-92ff03f05e2d","name":"List Members","originalRequest":{"method":"GET","header":[],"url":"https://api.tallbob.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":"a2edc15a-16d3-4ebb-b462-7a68a75e53d8"},{"name":"Remove Contact","id":"1cf82b8f-c233-45d6-8ce5-0399c01adf93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"contact_id","value":"{string}","description":"<p>Your Tall Bob contact ID (required)</p>\n","type":"text"},{"key":"group_id","value":"{string}","description":"<p>Your Tall Bob group ID (required)</p>\n","type":"text"}]},"url":"https://api.tallbob.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 Tall Bob Contact ID and a <code>group_id</code> parameter, representing your Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts","groups","detach"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"d4abd449-dd6c-4d92-80f0-df87d8867b4f","name":"Remove Contact","originalRequest":{"method":"DELETE","header":[{"key":"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.tallbob.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":"1cf82b8f-c233-45d6-8ce5-0399c01adf93"},{"name":"Update Contact List","id":"437db342-c492-4060-99ee-30281a023482","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.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","contacts","groups","{group_id}"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"39b27d33-9fe5-45ea-a501-47eed6a717ea","name":"Update List","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\": \"groovy group\",\"external_id\": \"GROOVE-2\"}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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}"},{"id":"6057f22a-9646-430e-a513-559913d4056d","name":"Error: character limit","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"groovy group\",\n    \"external_id\": \"GROOVY-GROUP-THIS-IS-A-VERY-LONG-EXTERNAL-ID-WHICH-WILL-DEFINITELY-EXCEED-THE-MAXIMUM-LENGTH-LIMIT-OF-ONE-HUNDRED-CHARACTERS-EXTRA-TEXT-HERE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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    \"message\": \"invalid request\",\n    \"errors\": {\n        \"external_id\": [\n            \"The external id may not be greater than 100 characters.\"\n        ]\n    },\n    \"code\": 9998\n}"}],"_postman_id":"437db342-c492-4060-99ee-30281a023482"}],"id":"da6d0168-afe5-40b6-a096-e285f9869a3a","description":"<p>For detailed information regarding this endpoint, please refer to our support documentation <a href=\"https://support.tallbob.com/support/solutions/articles/17000129003-managing-lists\">here</a></p>\n","_postman_id":"da6d0168-afe5-40b6-a096-e285f9869a3a","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}}},{"name":"Longcodes","item":[{"name":"Get Longcode Status","id":"3895a054-4eeb-41f2-9221-c8eaf606bba0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.com/v2/longcodes/status/{longcode_request_id}","description":"<p>Retrieve status of a specific longcode using this endpoint - your longcode_address ID must be present in the URL path.</p>\n<p><strong>Possible Longcode Statuses</strong>:</p>\n<ul>\n<li><p><strong>pending</strong>: The longcode is under review or awaiting processing.</p>\n</li>\n<li><p><strong>approved</strong>: The longcode has been reviewed and approved.</p>\n</li>\n<li><p><strong>retired</strong>: The longcode is no longer active or has been decommissioned.</p>\n</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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","longcodes","status","{longcode_request_id}"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"4d3287ff-8798-4f55-9db4-410d0e8a2aed","name":"Approved Status","originalRequest":{"method":"GET","header":[],"url":"https://api-test.tallbob.com/v2/longcodes/status/66"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2025 00:03:11 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":"Cache-Control","value":"no-store, no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"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-Security-Policy, 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":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"Tall Bob"},{"key":"Last-Modified","value":"Thursday, 06-Feb-2025 00:03:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 66,\n    \"longcode_address\": \"61411111111\",\n    \"idn\": \"61\",\n    \"comment\": \"AU Longcode Request\",\n    \"use_cases\": [\n        \"internal_comms\",\n        \"otp\"\n    ],\n    \"status\": \"approved\"\n}"},{"id":"86394dbc-348b-4fa1-b018-21a460d6d113","name":"Declined Status","originalRequest":{"method":"GET","header":[],"url":"https://api-test.tallbob.com/v2/longcodes/status/66"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2025 00:03:11 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":"Cache-Control","value":"no-store, no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"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-Security-Policy, 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":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"Tall Bob"},{"key":"Last-Modified","value":"Thursday, 06-Feb-2025 00:03:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 66,\n    \"longcode_address\": null,\n    \"idn\": \"61\",\n    \"comment\": \"AU Longcode Request\",\n    \"use_cases\": [\n        \"internal_comms\",\n        \"otp\"\n    ],\n    \"status\": \"declined\"\n}"},{"id":"e84334b9-f3c6-43e4-b375-363f47a39e62","name":"Pending Status","originalRequest":{"method":"GET","header":[],"url":"https://api-test.tallbob.com/v2/longcodes/status/66"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2025 00:03:11 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":"Cache-Control","value":"no-store, no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"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-Security-Policy, 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":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"Tall Bob"},{"key":"Last-Modified","value":"Thursday, 06-Feb-2025 00:03:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 66,\n    \"longcode_address\": null,\n    \"idn\": \"61\",\n    \"comment\": \"AU Longcode Request\",\n    \"use_cases\": [\n        \"internal_comms\",\n        \"otp\"\n    ],\n    \"status\": \"pending\"\n}"},{"id":"00ca512e-715e-4de6-8097-f8396c36962f","name":"Retired Status","originalRequest":{"method":"GET","header":[],"url":"https://api-test.tallbob.com/v2/longcodes/status/66"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2025 00:03:11 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":"Cache-Control","value":"no-store, no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"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-Security-Policy, 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":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"Tall Bob"},{"key":"Last-Modified","value":"Thursday, 06-Feb-2025 00:03:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 66,\n    \"longcode_address\": \"6141111111\",\n    \"idn\": \"61\",\n    \"comment\": \"AU Longcode Request\",\n    \"use_cases\": [\n        \"internal_comms\",\n        \"otp\"\n    ],\n    \"status\": \"retired\"\n}"}],"_postman_id":"3895a054-4eeb-41f2-9221-c8eaf606bba0"},{"name":"Request Longcode Address","id":"3d884ee0-ee11-4e4a-ba69-5a73b63162a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"idn\" : 61,\n    \"comments\" : \"AU Longcode Request\",\n    \"use_cases\" : [\"internal_comms\", \"otp\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/longcodes/request","description":"<p>Post data to request a new longcode address with details provided. Upon successful creation, details of your new longcode request will be returned - including an ID, which is required by other methods to identify your newly created longcode request.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>Every request must contain a <code>idn</code> value, representing the Internation Dialing Number of the longcode requested , and a value for the <code>comments</code> field which represents the comments associated with a longcode request. 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<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>idn</td>\n<td>Number</td>\n<td>International Dialing number for the country you are requesting a Long Code for</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>String</td>\n<td>Basic Description of use case for the Long Code</td>\n</tr>\n<tr>\n<td>use_cases</td>\n<td>ENUM Array</td>\n<td>internal_comms, otp, transactional, marketing, notification, other</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","longcodes","request"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"945674db-bbfb-459e-9c6d-a0805faa0a76","name":"Approved Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"idn\": 61,\n    \"comments\": \"AU Longcode Request\",\n    \"use_cases\": [\n        \"internal_comms\",\n        \"otp\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/longcodes/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2025 00:02:48 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":"Cache-Control","value":"no-store, no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"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-Security-Policy, 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":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"Tall Bob"},{"key":"Last-Modified","value":"Thursday, 06-Feb-2025 00:02:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 66,\n    \"longcode_address\": \"61411111111\",\n    \"idn\": 61,\n    \"comment\": \"AU Longcode Request\",\n    \"use_cases\": [\n        \"internal_comms\",\n        \"otp\"\n    ],\n    \"status\": \"approved\"\n}"},{"id":"eefcf696-a77f-4b4b-abec-3a7e3df6fdc4","name":"Pending Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"idn\": 61,\n    \"comments\": \"AU Longcode Request\",\n    \"use_cases\": [\n        \"internal_comms\",\n        \"otp\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/longcodes/request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2025 00:02:48 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cache-Control","value":"no-store, no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1899"},{"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-Security-Policy, 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":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"Tall Bob"},{"key":"Last-Modified","value":"Thursday, 06-Feb-2025 00:02:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 66,\n    \"longcode_address\": null,\n    \"idn\": 61,\n    \"comment\": \"AU Longcode Request\",\n    \"use_cases\": [\n        \"internal_comms\",\n        \"otp\"\n    ],\n    \"status\": \"pending\"\n}"},{"id":"43c2c94b-235a-4927-8c8f-ea46ff6d6b1b","name":"Error: use_cases","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"idn\" : 61,\n    \"comments\" : \"AU Longcode Request\",\n    \"use_cases\" : [\"internal_comms\", \"test\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/longcodes/request"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3d884ee0-ee11-4e4a-ba69-5a73b63162a8"},{"name":"Retire Longcode","id":"1ad2b646-9cc0-4db7-8f44-b0c9a3cde70d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.tallbob.com/v2/longcodes/retire/{longcode_address}","description":"<p>You can retire an existing longcode address using this endpoint - your longcode 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","longcodes","retire","{longcode_address}"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"87459884-ec40-4c09-91bc-ec768723d1d9","name":"Retire Longcode","originalRequest":{"method":"PUT","header":[],"url":"https://api.tallbob.com/v2/longcodes/retire/61401550113"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 06 Feb 2025 00:03:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cache-Control","value":"no-store, no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1897"},{"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-Security-Policy, 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":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Served-By","value":"Tall Bob"},{"key":"Last-Modified","value":"Thursday, 06-Feb-2025 00:03:44 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1ad2b646-9cc0-4db7-8f44-b0c9a3cde70d"}],"id":"e788d7a9-5727-405f-862c-be443cfac942","description":"<p>Manage Long Code requests for your account, you can request new Long codes, check the status of your requests and retire long codes when they are no longer required</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>Some longcodes may require additional information or take time to be approved, you make be contacted by our Support team for additional information.</p>\n</li>\n<li><p>Charges may apply for your long code(s), please contact your Account Manager for clarification</p>\n</li>\n</ul>\n<p>For detailed information regarding this endpoint, please refer to our support documentation <a href=\"https://support.tallbob.com/support/solutions/articles/17000091117-managing-sender-address-in-tall-bob\">here</a></p>\n","_postman_id":"e788d7a9-5727-405f-862c-be443cfac942","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}}},{"name":"MMS","item":[{"name":"List Inbound MMS Messages","id":"dfda0853-2c08-40d4-ad0d-04c25c4547da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","mms","inbound"],"host":["https://api.tallbob.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":"e7af6d99-ee69-49c6-8e47-436848075846","name":"All Replies","originalRequest":{"method":"GET","header":[],"url":"https://api.tallbob.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-test.tallbob.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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\n        }\n    ]\n}"},{"id":"1e5f47ef-599d-467e-8adc-633e68664597","name":"By Date","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/mms/inbound?after=2018-12-13&before=2018-12-13+03:30:00","host":["https://api.tallbob.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\": 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            \"mms_id\": null,\n            \"to\": \"61429967196\",\n            \"from\": \"61498765432\",\n            \"subject\": \"FREE NACHOS\",\n            \"timestamp\": \"2018-12-13T03:12:50+00:00\",\n            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_03.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_04.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_05.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_06.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\n        }\n    ]\n}"},{"id":"6b819470-f459-4dad-a1a8-5f0cb321ad1b","name":"By Longcode","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/mms/inbound?to=61411222333","host":["https://api.tallbob.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\": 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            \"mms_id\": null,\n            \"to\": \"61411222333\",\n            \"from\": \"61498765432\",\n            \"subject\": \"electricity\",\n            \"timestamp\": \"2019-09-10T00:30:25+00:00\",\n            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_00.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_01.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_02.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_03.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\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            \"files\": [\n                \"https://docs-test.tallbob.com/your/file_04.txt?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\",\n                \"https://docs-test.tallbob.com/your/file_05.jpg?Expiry=TIMELIMIT&Signature=ThisIsImportantToInclude\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"dfda0853-2c08-40d4-ad0d-04c25c4547da"},{"name":"List MMS Receipts","id":"1d63758a-4d00-40ea-8fd7-6a1b4b461c93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","mms","receipts"],"host":["https://api.tallbob.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":"ca10a4ae-1adb-4c53-a444-8e6ab7143c3d","name":"All Receipts","originalRequest":{"method":"GET","header":[],"url":"https://api.tallbob.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}"},{"id":"fdd85aae-8622-4ecf-ad0e-da62648e6e5e","name":"By Date","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/mms/receipts?after=2020-01-01&before=2020-10-01","host":["https://api.tallbob.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":"7a543cdc-e8f7-4d84-91a2-01e27cab0592","name":"By Recipient","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/mms/receipts?to=61499","host":["https://api.tallbob.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":"93cd767e-b288-41f2-86c7-240b4b0919bf","name":"By Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/mms/receipts?status=delivered","host":["https://api.tallbob.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}"}],"_postman_id":"1d63758a-4d00-40ea-8fd7-6a1b4b461c93"},{"name":"Send MMS To List of Mobiles","id":"d68d86d8-f223-4a74-912a-4f55d0d6f6b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"to","value":"{integer}","description":"<p>Array of mobile numbers to send to - limited to 1000 (required)</p>\n","type":"text"},{"key":"from","value":"{string}","description":"<p>Your Sender ID - can be a longcode (required)</p>\n","type":"text"},{"key":"subject","value":"{string}","description":"<p>The MMS message subject text - limited to 60 chars (required)</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 Field) message body text - limited to 5000 chars</p>\n","type":"text"},{"key":"shorten_urls","value":"{boolean}","description":"<p>(Optional Field) When true, any well formed URLs in your message will be replaced with shortened links</p>\n","type":"text"},{"key":"reference","value":"{string}","description":"<p>(Optional Field) transaction reference for tracking</p>\n","type":"text"},{"key":"campaign_reference","value":"{string}","description":"<p>(Optional Field) Used for custom report building</p>\n","type":"text"}]},"url":"https://api.tallbob.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.tallbob.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<p><strong>Note:</strong> A single mobile number can also be used in the <strong>to</strong> field without needing to use an Array</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","mms","send_list"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"f45d7745-5174-4c5b-a9f5-0723b67c67d2","name":"Personalised MMS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic YOUR_TOKEN"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"TallBob\",\n    \"to\": {\n        \"61499000100\": {\n            \"message\": \"Example Message A\",\n            \"subject\": \"Example Subject A\"\n        },\n        \"61499000111\": {\n            \"message\": \"Example Message B\",\n            \"subject\": \"Example Subject B\"\n        }\n    },\n    \"url\": \"https://resources.tallbob.com/user/templates/570ae49e5ffc6/5a38941764f4f.jpg\",\n    \"subject\": \"{{ subject }}\",\n    \"message\": \"{{ message }}\",\n    \"reference\": \"Bulk-MMS-ZZZ999\",\n    \"shorten_urls\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/mms/send_list"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"mms_id\": \"f049b6fe-1556-11ee-bace-67e5969ab94f\",\n    \"created\": \"2023-06-28 01:56:03\",\n    \"status\": \"queued\",\n    \"from\": \"TallBob\",\n    \"recipients\": 1,\n    \"subject\": \"{{ subject }}\",\n    \"message\": \"{{ message }}\",\n    \"reference\": \"MMS-ZZZ999\",\n    \"url\": \"https://resources.tallbob.com/user/templates/570ae49e5ffc6/5a38941764f4f.jpg\"\n}"},{"id":"d10369e0-1724-458a-ba2e-b37786291971","name":"Send To List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic YOUR_TOKEN"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"TallBob\",\n    \"to\": [61499000100, 61499000111, 61499000222],\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.tallbob.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\": \"TallBob\",\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}"},{"id":"0278afae-ffcf-4208-90af-44d6953c4442","name":"With shortened URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic YOUR_TOKEN"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"TallBob\",\n    \"to\": [61499000100, 61499000111, 61499000222],\n    \"url\": \"https://example.com/file.pdf\",\n    \"subject\": \"here is your User Manual\",\n    \"message\": \"This is a test MMS message with a shortened url to http://www.tallbob.com\",\n    \"reference\": \"MMS-ZZZ999\",\n    \"shorten_urls\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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\": \"e61b8afc-155d-11ee-b1b0-417c5b2b496d\",\n    \"created\": \"2023-06-28 02:45:53\",\n    \"status\": \"queued\",\n    \"from\": \"TallBob\",\n    \"recipients\": 1,\n    \"subject\": \"here is your User Manual\",\n    \"message\": \"This is a test MMS message with a shortened url to http://www.tallbob.com\",\n    \"reference\": \"MMS-ZZZ999\",\n    \"url\": \"https://resources.tallbob.com/user/templates/570ae49e5ffc6/5a38941764f4f.jpg\"\n}"},{"id":"44dda510-6fea-4772-89dc-b0e0f3930028","name":"Error: invalid URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"from\": \"TallBob\",\n    \"to\": {\n        \"61499000100\": {\n            \"message\": \"Example Message A\",\n            \"subject\": \"Example Subject A\"\n        },\n        \"61499000111\": {\n            \"message\": \"Example Message B\",\n            \"subject\": \"Example Subject B\"\n        }\n    },\n    \"url\": \"invalid-url-format\",\n    \"subject\": \"{{ subject }}\",\n    \"message\": \"{{ message }}\",\n    \"reference\": \"Bulk-MMS-ZZZ999\"\n}"},"url":"https://api.tallbob.com/v2/mms/send_list"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"invalid request\",\n    \"errors\": {\n        \"url\": [\n            \"The url format is invalid.\"\n        ]\n    },\n    \"code\": 9998\n}"}],"_postman_id":"d68d86d8-f223-4a74-912a-4f55d0d6f6b8"},{"name":"Send Single MMS","id":"a94f11ef-302a-4876-8ffb-02daf33806e4","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":"{string}","description":"<p>Single mobile number in E.164 format (required)</p>\n","type":"text"},{"key":"from","value":"{string}","description":"<p>Your Sender ID - can be a longcode (required)</p>\n","type":"text"},{"key":"subject","value":"{string}","type":"text"},{"key":"url","value":"{string}","description":"<p>URL containing the media to be included in the MMS message</p>\n","type":"text"},{"key":"message","value":"{string}","type":"text"},{"key":"reference","value":"{string}","type":"text"},{"key":"campaign_reference","value":"{string}","description":"<p>(Optional Field) Used for custom report building</p>\n","type":"text"}]},"url":"https://api.tallbob.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.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","mms","send"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"46a2aeef-7e20-416d-8379-6231e8d746d0","name":"Opted-Out Number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"from\": \"TallBob\",\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.tallbob.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":"72d218c8-3dda-4612-87b0-c68670e1ebda","name":"Send Single","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": \"TallBob\",\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.tallbob.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\": \"TallBob\",\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}"},{"id":"e7444b31-11f9-42a3-b607-e7b8c0ddbde6","name":"With Opt-Out","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61499000100\",\n\t\"from\": \"TallBob\",\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.tallbob.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\": \"TallBob\",\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":"ac811c12-839c-4581-9c78-0cbe4100f833","name":"Error: Validation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\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}\n"},"url":"https://api.tallbob.com/v2/mms/send"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"invalid request\",\n    \"errors\": {\n        \"from\": [\n            \"The from field is required.\"\n        ],\n        \"url\": [\n            \"The url field is required.\"\n        ]\n    },\n    \"code\": 9998\n}"}],"_postman_id":"a94f11ef-302a-4876-8ffb-02daf33806e4"}],"id":"4c5f4b29-61d7-4d2b-bacd-b79915840345","description":"<p>For detailed information regarding this endpoint, please refer to our support documentation</p>\n<ul>\n<li><p><a href=\"https://support.tallbob.com/support/solutions/articles/17000135864-sending-an-mms-via-the-tall-bob-api\">Sending MMS via API</a></p>\n</li>\n<li><p><a href=\"https://support.tallbob.com/support/solutions/articles/17000135865-receiving-inbound-mms-messages\">List Inbound MMS Messages</a></p>\n</li>\n</ul>\n","_postman_id":"4c5f4b29-61d7-4d2b-bacd-b79915840345","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}}},{"name":"Opt-outs","item":[{"name":"Modify Opt-out","id":"9509edb8-0f4f-4b87-95eb-e1b8dd12dd51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"mobile","value":"61499999999","description":"<p>Single mobile number in E.164 format (required)</p>\n","type":"text"},{"key":"type","value":"unsub","description":"<p>Expected value must be opt-in or opt-out</p>\n","type":"text"}]},"url":"https://api.tallbob.com/v2/opt-out/mobile","description":"<p>Post data to insert or update the consent to receive SMS messages</p>\n<p>Scenarios where this endpoint may be of use to you are:</p>\n<ul>\n<li>Where you have one or more locations wherein a customer can modify their consent for SMS messaging such as an account management system on your website</li>\n<li>Where you may collect Opt out or consent withdrawal requests through a third party system or process, for example a support portal or a Call Centre</li>\n<li>Where you are managing the Opt out process and providing customers with the ability to opt back in to receiving messaging through a third party platform.</li>\n</ul>\n<p>To learn more about the different ways to manage your opt outs through Tall Bob check out our <a href=\"https://support.tallbob.com/support/solutions/articles/17000137623-managing-your-opt-outs-in-tall-bob\">support article</a></p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>Every request must contain:</p>\n<ul>\n<li>a <code>mobile</code> value, representing the Mobile number to be stored with the consent record</li>\n<li>a <code>type</code> value containing either 'opt-in' or 'opt-out' to specify the type of consent record to be stored</li>\n</ul>\n<p><strong>Note:</strong> The mobile field must conform to the E.164 format in order for our system to properly process and store your 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://desktop.postman.com/?desktopVersion=9.15.2&amp;userId=18227356&amp;teamId=687930\">204</a> instead of the usual <a href=\"https://desktop.postman.com/?desktopVersion=9.15.2&amp;userId=18227356&amp;teamId=687930\">200</a></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","opt-out","mobile"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"969f3a39-bf65-449f-bd29-9c3a76e9b59a","name":"Add Opt-out","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"mobile\": \"61499999999\",\n    \"type\": \"opt-out\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/opt-out/mobile"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.3"},{"key":"Date","value":"Thu, 31 Mar 2022 23:27:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":null},{"id":"355c47bb-1abe-406c-83b5-ab4087471de7","name":"Error: Invalid Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"mobile\": \"61499999999\",\n    \"type\": \"invalid-type\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/opt-out/mobile"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.3"},{"key":"Date","value":"Thu, 31 Mar 2022 23:27:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"invalid request\",\n    \"errors\": {\n        \"type\": [\n            \"The selected type is invalid.\"\n        ]\n    },\n    \"code\": 9998\n}"},{"id":"95840662-4c28-4075-89ae-ad1420f26250","name":"Remove Opt-out","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"mobile\": \"61499999999\",\n    \"type\": \"opt-in\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/opt-out/mobile"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.3"},{"key":"Date","value":"Thu, 31 Mar 2022 23:27:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1900"},{"key":"X-RateLimit-Remaining","value":"1898"},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9509edb8-0f4f-4b87-95eb-e1b8dd12dd51"}],"id":"55cb2701-36ce-431c-885c-6a32eeb67265","description":"<p>For detailed information regarding this endpoint, please refer to our support documentation <a href=\"https://support.tallbob.com/support/solutions/articles/17000128927-managing-opt-outs\">here</a></p>\n","_postman_id":"55cb2701-36ce-431c-885c-6a32eeb67265","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}}},{"name":"SMS","item":[{"name":"Calculate SMS Price","id":"8085a154-bc3f-4964-be55-78f162b8d006","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.tallbob.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<h1 id=\"common-error-messages\">Common Error Messages</h1>\n<p>Here is a list of common error message that you will find in your response while sending a messsage. All of these will result in a 400 response code</p>\n<ul>\n<li><p>Recipient opted out</p>\n</li>\n<li><p>No valid recipients</p>\n</li>\n<li><p>Invalid sender ID</p>\n</li>\n<li><p>Recipient limit exceeded</p>\n</li>\n<li><p>Mobile is empty</p>\n</li>\n<li><p>Invalid mobile length</p>\n</li>\n<li><p>Invalid IDN</p>\n</li>\n</ul>\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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","sms","price"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"27d05f4f-f630-47e0-99d8-baa71eae3238","name":"Calculate Price","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"message\": \"The yacht is on the river\", \"idn\": \"+61\"}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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":"f409bc3c-89ba-4d39-8123-d65816eb0f81","name":"Price with Opt-Out","originalRequest":{"method":"POST","header":[{"key":"Content-Type","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.tallbob.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":"8085a154-bc3f-4964-be55-78f162b8d006"},{"name":"List SMS Receipts","id":"f616f578-a0e2-451e-9861-3ed04b8c998c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","sms","receipts"],"host":["https://api.tallbob.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":"f2305522-7ad1-460e-9b7b-257aad24a0a7","name":"All Receipts","originalRequest":{"method":"GET","header":[],"url":"https://api.tallbob.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":"cb6f3924-c7eb-4d32-b481-02c2fe9fa5c9","name":"By Date","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/sms/receipts?after=2019-01-01&before=2020-01-01","host":["https://api.tallbob.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}"},{"id":"b176da3f-498a-468a-bcb9-985108bbc1d2","name":"By Recipient","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/sms/receipts?to=61412345670","host":["https://api.tallbob.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":"a57f1aac-aa5a-43c6-838b-fea81132c577","name":"By Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/sms/receipts?status=delivered","host":["https://api.tallbob.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}"}],"_postman_id":"f616f578-a0e2-451e-9861-3ed04b8c998c"},{"name":"List SMS Replies","id":"4d9f9a1d-73c9-461a-b1f5-ed5d2a8b2d59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.com/v2/sms/replies?to={integer}&after={timestamp}&before={timestamp}&campaign_id={string}","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<tr>\n<td>campaign_id</td>\n<td>filter by campaign id</td>\n<td><code>string</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. Campaign id may also be known as the sms id.</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>Also please make sure that if you are using the 'before' and 'after' fields, that the dates should be URL encoded.</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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","sms","replies"],"host":["https://api.tallbob.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, must be URL encoded)</p>\n","type":"text/plain"},"key":"after","value":"{timestamp}"},{"description":{"content":"<p>Filter by dates BEFORE specified date (exclusive, must be URL encoded)</p>\n","type":"text/plain"},"key":"before","value":"{timestamp}"},{"description":{"content":"<p>Filter by campaign id of the SMS replies</p>\n","type":"text/plain"},"key":"campaign_id","value":"{string}"}],"variable":[]}},"response":[{"id":"8387921c-4bd2-4c43-940c-45a94797e938","name":"All Replies","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/sms/replies","host":["https://api.tallbob.com"],"path":["v2","sms","replies"],"query":[{"key":"to","value":"61499000100","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","description":""},{"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-test.tallbob.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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\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            \"reference\": \"ABC\"\n        }\n    ]\n}"},{"id":"184410da-82e0-454d-8490-967dc9119223","name":"By Campaign ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/sms/replies?campaign_id=5c11a83e43312","host":["https://api.tallbob.com"],"path":["v2","sms","replies"],"query":[{"key":"to","value":"{integer}","description":"Filter by recipient of the SMS replies.","disabled":true},{"key":"after","value":"{timestamp}","description":"Filter by dates AFTER specified date (inclusive)","disabled":true},{"key":"before","value":"{timestamp}","description":"Filter by dates BEFORE specified date (exclusive)","disabled":true},{"key":"campaign_id","value":"5c11a83e43312","description":"Filter by campaign id of the SMS replies"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Oct 2022 23:03:21 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"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    \"total\": 1,\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\": \"5c11a83e43312\",\n            \"to\": \"61412345678\",\n            \"from\": \"61498765432\",\n            \"incoming_message\": \"BLARG\",\n            \"keyword\": null,\n            \"timestamp\": \"2019-09-10T00:30:25+00:00\",\n            \"reference\": \"ABC\"\n        }\n    ]\n}"},{"id":"1db14894-0f5a-4eb5-8ee4-913458a1844b","name":"By Date","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/sms/replies?after=2018-12-13&before=2018-12-13+03:30:00","host":["https://api.tallbob.com"],"path":["v2","sms","replies"],"query":[{"key":"to","value":"61499000100","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":"d78006c9-8267-4849-b5dd-2ce1b8dc52e8","name":"By Longcode","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/sms/replies?to=61412345678","host":["https://api.tallbob.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","description":""},{"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\": 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\": \"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}"}],"_postman_id":"4d9f9a1d-73c9-461a-b1f5-ed5d2a8b2d59"},{"name":"Send Single SMS","id":"5e54d98b-c133-4d8c-9ef0-e50fc569cfc4","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":"{string}","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 Field) Transaction reference for tracking messages </p>\n","type":"text"},{"key":"shorten_urls","value":"{boolean}","description":"<p>(Optional Field) When true, any well formed URLs in your message will be replaced with shortened links</p>\n","type":"text"},{"key":"campaign_reference","value":"{string}","description":"<p>(Optional Field) Used for custom report building</p>\n","type":"text"}]},"url":"https://api.tallbob.com/v2/sms/send","description":"<p>To send a single outgoing message, make an HTTP POST to this resource URI.</p>\n<h2 id=\"opt-out-tags\">Opt-Out tags</h2>\n<p>If your message contains an \"opt-out\" tag <code>{OptOutURL}</code>, 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<h2 id=\"short-urls\">Short URLs</h2>\n<p>If your message contains URL's and you would like it to be replaced with a shorter URL, or you would like to use our system to track engagement with the link, you can provide this endpoint with an optional boolean parameter <code>shorten_urls</code>, when this value is <code>true</code> any well formed URL (i.e. Must start with http:// or https:// ) will be replaced with a shorter one.</p>\n<p>If your account has a pURL (Personalised URL) configured, it will use that configured domain for the URL.</p>\n<p>By default the shortened URLs will look like <code>http://vc4.co/c/ABCD</code> where the \"ABCD\" will be replaced with a unique code for your URL. Note, these URLs are 20 characters in length, if your URL is longer than 20 characters, it will end up longer than it was originally. Any pURL configurations may make this length longer as well.</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.tallbob.com/resources/managing-webhooks/\">webhooks</a> you have set up.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","sms","send"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"d57807e2-dd6f-429f-9f40-4b4a0b600798","name":"Opted Out Number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61499999999\",\n\t\"message\": \"The yacht is on the river\",\n\t\"reference\": \"FAIL01\",\n\t\"from\": \"TallBob\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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":"432d8447-16e6-434d-9899-3be677928d57","name":"Send Single","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61499000100\",\n\t\"message\": \"The yacht is on the river\",\n\t\"reference\": \"AAA111\",\n\t\"from\": \"TallBob\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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\": \"TallBob\",\n    \"to\": \"61429967196\",\n    \"message\": \"The yacht is on the river\",\n    \"reference\": \"AAA111\"\n}"},{"id":"9a12f03b-2b84-439f-b2f3-d860726caf4d","name":"With Opt-Out","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61499000100\",\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\": \"TallBob\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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\": \"TallBob\",\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":"a19437f4-8526-4f48-a12f-3a90d39352be","name":"Error: Message required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"to\": \"61499000100\",\n\t\"reference\": \"AAA111\",\n\t\"from\": \"TallBob\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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    \"message\": \"invalid request\",\n    \"errors\": {\n        \"message\": [\n            \"The message field is required.\"\n        ]\n    },\n    \"code\": 9998\n}"}],"_postman_id":"5e54d98b-c133-4d8c-9ef0-e50fc569cfc4"},{"name":"Send SMS To List of Mobiles","id":"fa315077-be5d-4d90-82f3-acb0405e19c6","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":"{array}","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 Field) transaction reference for tracking</p>\n","type":"text"},{"key":"shorten_urls","value":"{boolean}","description":"<p>(Optional Field) - When true, any well formed URLs in your message will be replaced with shortened links</p>\n","type":"text"},{"key":"campaign_reference","value":"{string}","description":"<p>(Optional Field) Used for custom report building</p>\n","type":"text"}]},"url":"https://api.tallbob.com/v2/sms/list_send","description":"<h2 id=\"basic-usage\">Basic usage</h2>\n<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<h2 id=\"personalised-usage\">Personalised usage</h2>\n<p>If you want to send 'personalised' messages (a slightly different message to each recipient) to your recipients, you can also use this end point.</p>\n<p>Personalisation is done using the <a href=\"https://shopify.github.io/liquid/\">liquid template engine</a>. To personalise a message the use of double curly braces should be used to enable the replacement.. e.g. <code>{{ name }}</code></p>\n<p>Default values can also be provided and will be used if no data was supplied. e.g. <code>{{ name | default: 'Bob' }}</code></p>\n<p>Note: If no data and no default value is provided, the content inside the double curly braces will be replaced by an empty string.</p>\n<p>Note: Default values can use pairs of <code>'</code> or <code>\"</code> Because the API uses JSON, caution should be used during development around the double quote, <code>\"</code> These characters need to appear escaped within the message. e.g. <code>default: \\\"Tall\\\"</code></p>\n<h2 id=\"opt-out-tags\">Opt-Out tags</h2>\n<p>If your message contains an \"opt-out\" tag <code>{OptOutURL}</code>, 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<h2 id=\"short-urls\">Short URLs</h2>\n<p>If your message contains URL's and you would like it to be replaced with a shorter URL, or you would like to use our system to track engagement with the link, you can provide this endpoint with an optional boolean parameter <code>shorten_urls</code>, when this value is <code>true</code> any well formed URL (i.e. Must start with http:// or https:// ) will be replaced with a shorter one.</p>\n<p>If your account has a pURL (Personalised URL) configured, it will use that configured domain for the URL.</p>\n<p>By default the shortened URLs will look like <code>http://vc4.co/c/ABCD</code> where the \"ABCD\" will be replaced with a unique code for your URL. Note, these URLs are 20 characters in length, if your URL is longer than 20 characters, it will end up longer than it was originally. Any pURL configurations may make this length longer as well.</p>\n<p>Note: Each recipient in your batch will have their own unique URL code that can provide individualised engagement data.</p>\n<h2 id=\"personalised-short-urls\">Personalised Short URLs</h2>\n<p>The above short URL feature only covers the situation where a URL is in your message content. If desired, you can also use individual links for each of your recipients using the personalisation system. Instead of passing the boolean flag, to use short URLs, the personalisation field needs to be in a specific way.</p>\n<p>Your message will need to contain the string <code>{{ url | shorten_url }}</code> and your <code>to</code> array will also required the <code>url</code> parameter set.</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<h3 id=\"basic-usage-example\">Basic usage example:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"to\" : [\"+6141xxxxxx1\", \"+6141xxxxxx2\"],\n    \"from\": \"Sender\",\n    \"message\": \"Hi, this is an SMS message\"\n}\n\n</code></pre>\n<h3 id=\"personalised-message-example\">Personalised message example:</h3>\n<p>Data supplied for personalisation should be in the form of a list as above, the 'keys' of the <code>to</code> field will be the recipients mobile number, and the content of each item in the list will be the data used to personalise the message. (Data can be defined as both an array/list or as an object)</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"to\" : {\n        \"+6141xxxxxx1\": {\"name\": \"Sample1\"}, \n        \"+6141xxxxxx2\": {\"name\": \"Sample2\"},\n        \"+6141xxxxxx3\": {},\n    },\n    \"from\": \"Sender\",\n    \"message\": \"Hi {{ name | default: 'there' }}, this is an SMS message\"\n}\n\n</code></pre>\n<p>This payload will result in 3 messages being sent with the following content:</p>\n<p><code>Hi Sample1, this is an SMS message</code></p>\n<p><code>Hi Sample2, this is an SMS message</code></p>\n<p><code>Hi there, this is an SMS message</code></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","sms","list_send"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"355a4530-919e-4e99-b2bf-36fef004eb23","name":"Personalised SMS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic YOUR_TOKEN"}],"body":{"mode":"raw","raw":"{\n\t\"to\": {\"61499000100\": { \"name\": \"Sample1\" }, \"61499000111\": { \"name\": \"Sample2\" }, \"61499000222\": { \"name\": \"Sample3\" }},\n\t\"message\": \"Hi {{ name }}, The yacht is on the river\",\n\t\"reference\": \"ZZZ999\",\n\t\"from\": \"TallBob\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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\": 0.24,\n    \"num_segments\": 1,\n    \"from\": \"Vidcorp\",\n    \"recipients\": 3,\n    \"message\": \"Hi {{ name }}, The yacht is on the river\",\n    \"reference\": \"ZZZ999\"\n}"},{"id":"4ee55750-ce30-464e-a9eb-3524b8f0da9e","name":"Personalised with defaults","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic YOUR_TOKEN"}],"body":{"mode":"raw","raw":"{\n\t\"to\": {\"61499000100\": { \"name\": \"Sample1\" }, \"61499000111\": { \"name\": \"Sample2\" }, \"61499000222\": {}},\n\t\"message\": \"Hi {{ name | default: \\\"there\\\" }}, The {{ vehicle | default: \\\"yacht\\\" }} is on the river\",\n\t\"reference\": \"ZZZ999\",\n\t\"from\": \"TallBob\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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\": 0.24,\n    \"num_segments\": 1,\n    \"from\": \"Vidcorp\",\n    \"recipients\": 3,\n    \"message\": \"Hi {{ name | default: \\\"there\\\" }}, The {{ vehicle | default: \\\"yacht\\\" }} is on the river\",\n    \"reference\": \"ZZZ999\"\n}"},{"id":"cead001b-4a08-4237-b713-6eab672be8bb","name":"Send To List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"to\": [61499000100, 61499000111, 61499000222],\n\t\"message\": \"The yacht is on the river\",\n\t\"reference\": \"ZZZ999\",\n\t\"from\": \"TallBob\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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\": \"TallBob\",\n    \"recipients\": 3,\n    \"message\": \"The yacht is on the river\",\n    \"reference\": \"ZZZ999\"\n}"},{"id":"c4a8c3e8-e59e-4600-8e33-ec4925f36d3d","name":"Error: Invalid Domain","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic YOUR_TOKEN"}],"body":{"mode":"raw","raw":"{\n    \"to\": {\n        \"61499000100\": {\n            \"name\": \"Sample1\"\n        },\n        \"61499000111\": {\n            \"name\": \"Sample2\"\n        },\n        \"61499000222\": {}\n    },\n    \"message\": \"Hi {{ name | default: \\\"there\\\" }}, The {{ vehicle | default: \\\"yacht\\\" }} is on the river\",\n    \"reference\": \"ZZZ999\",\n    \"from\": \"TallBob\", \n    \"domain\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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    \"message\": \"invalid request\",\n    \"errors\": {\n        \"domain\": [\n            \"The domain must be a string.\"\n        ]\n    },\n    \"code\": 9998\n}"}],"_postman_id":"fa315077-be5d-4d90-82f3-acb0405e19c6"}],"id":"b1f1790a-aaef-48c1-8d74-6ecb6f282748","description":"<p>For detailed information regarding this endpoint, please refer to our support documentation <a href=\"https://support.tallbob.com/support/solutions/articles/17000128928-sending-an-sms-via-the-tall-bob-api\">here</a></p>\n","_postman_id":"b1f1790a-aaef-48c1-8d74-6ecb6f282748","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}}},{"name":"SMS Campaign","item":[{"name":"List Campaign Recipients","id":"548f429f-4f14-49ee-b033-16e3090999a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.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 Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","campaigns","{campaign_id}","contacts"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"d0f01b15-e274-45f8-8980-61302dff7afe","name":"View Contacts","originalRequest":{"method":"GET","header":[],"url":"https://api.tallbob.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-test.tallbob.com/v2/campaigns/5c11aa495f341/contacts?page=2\",\n    \"data\": [\n        {\n            \"campaign_id\": \"5c11aa495f341\",\n            \"contact_id\": \"4f73c5ff5d50c\",\n            \"from\": \"TallBob\",\n            \"to\": \"61402123100\",\n            \"message\": \"Hi Ryan,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61434406212\",\n            \"message\": \"Hi Frazer,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61418545389\",\n            \"message\": \"Hi Alastair,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61488756491\",\n            \"message\": \"Hi Robert,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61425754575\",\n            \"message\": \"Hi Robert,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61431640230\",\n            \"message\": \"Hi Kirsten,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61488732295\",\n            \"message\": \"Hi Sean,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61419599206\",\n            \"message\": \"Hi Geoff,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61418414324\",\n            \"message\": \"Hi Owen,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61427119655\",\n            \"message\": \"Hi Damien,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61428848211\",\n            \"message\": \"Hi Phil,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61417524072\",\n            \"message\": \"Hi Ross,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61418199918\",\n            \"message\": \"Hi Geoff,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61419177099\",\n            \"message\": \"Hi Mark,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61448675928\",\n            \"message\": \"Hi Travis,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61419104317\",\n            \"message\": \"Hi Peter,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61417861772\",\n            \"message\": \"Hi Paul,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61439397024\",\n            \"message\": \"Hi Chris,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61418341646\",\n            \"message\": \"Hi Graeme,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61419396414\",\n            \"message\": \"Hi Jody,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61428550030\",\n            \"message\": \"Hi Clint,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61408515155\",\n            \"message\": \"Hi Dennis,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61410408519\",\n            \"message\": \"Hi Robert,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61419104726\",\n            \"message\": \"Hi Roger,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61438120973\",\n            \"message\": \"Hi Craig,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61400868070\",\n            \"message\": \"Hi Craig,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61425754575\",\n            \"message\": \"Hi Robert,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61417855116\",\n            \"message\": \"Hi Adam,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61425804115\",\n            \"message\": \"Hi Matt,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61447003092\",\n            \"message\": \"Hi Brendan,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61404817804\",\n            \"message\": \"Hi Nick,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61418247600\",\n            \"message\": \"Hi Geoff,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61418331620\",\n            \"message\": \"Hi Dennis,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61400258909\",\n            \"message\": \"Hi Jason,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61425850078\",\n            \"message\": \"Hi Martin,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61418572727\",\n            \"message\": \"Hi Peter,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61400902525\",\n            \"message\": \"Hi Joanne,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61419398768\",\n            \"message\": \"Hi Michael,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61401502883\",\n            \"message\": \"Hi Nick,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61412523447\",\n            \"message\": \"Hi Simon,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61403187840\",\n            \"message\": \"Hi Steve,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61438487053\",\n            \"message\": \"Hi Simone,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61409686044\",\n            \"message\": \"Hi John,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61425149292\",\n            \"message\": \"Hi Nick,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61408538300\",\n            \"message\": \"Hi Craig,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61415331031\",\n            \"message\": \"Hi Paul,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61414510333\",\n            \"message\": \"Hi Leane,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61438516628\",\n            \"message\": \"Hi Kerri,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61410043213\",\n            \"message\": \"Hi Scott,\\nClick the link to view a free Training Snippet video using the Tall Bob 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\": \"TallBob\",\n            \"to\": \"61437333726\",\n            \"message\": \"Hi Beth,\\nClick the link to view a free Training Snippet video using the Tall Bob 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":"548f429f-4f14-49ee-b033-16e3090999a3"},{"name":"List Campaign Templates","id":"2cf85807-39d1-4a10-bf9f-fd8c6d027b9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.com/v2/campaigns/templates","description":"<p>Get a list of the templates your SMS Campaigns are built from - which is useful as the Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","campaigns","templates"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2cf85807-39d1-4a10-bf9f-fd8c6d027b9c"},{"name":"List SMS Campaigns","id":"8186e06d-8a68-4b51-9c48-0fed4552b0fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","campaigns",""],"host":["https://api.tallbob.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":"488e26bb-dc16-4513-a6e6-14c1d9b958f0","name":"Campaigns","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/campaigns/","host":["https://api.tallbob.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":"21f0ac85-e138-4fba-a973-1cb091f14924","name":"By Dates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/campaigns/?after=2019-01-01&before=2019-12-31","host":["https://api.tallbob.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":"8186e06d-8a68-4b51-9c48-0fed4552b0fb"},{"name":"Send SMS Campaign","id":"ba0153c1-6af6-486e-a144-4054450c2a22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"group_id\": \"random-id\"\n}"},"url":"https://api.tallbob.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 Tall Bob 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 Tall Bob Group ID - which represents a list of Tall Bob 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 Tall Bob contacts, identified by their Tall Bob Contact ID - limited to 1000</li>\n<li><code>external_ids</code> - this is a list (array) of Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","campaigns","send"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"a91636f5-4bf2-4273-9dfb-145325d3906b","name":"To Contacts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"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.tallbob.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}"},{"id":"5a9b53be-22f5-46c4-9352-3ccf37adab9c","name":"To List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"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.tallbob.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":"15c3739a-52c6-4779-adec-e924e94adf7a","name":"To External IDs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"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.tallbob.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}"}],"_postman_id":"ba0153c1-6af6-486e-a144-4054450c2a22"},{"name":"Send SMS Campaign To List of Mobiles","id":"fdfbe3aa-f551-48ec-8787-c43b037436d3","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":"{array}","description":"<p>List of mobiles (and optional data) to sent campaign to</p>\n","type":"text"},{"key":"from","value":"{string}","description":"<p>Your Sender ID - can be a longcode (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":"landing_page_id","value":"{string}","description":"<p>Your Tall Bob Landing Page ID (required)</p>\n","type":"text"},{"key":"video_id","value":"{string}","description":"<p>Your Tall Bob Video ID (optional)</p>\n","type":"text"},{"key":"reference","value":"{string}","description":"<p>Your campaign reference - Using the same campaign reference will accross requests will combine multiple requests into a single campaign (optional)</p>\n","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.tallbob.com/v2/campaigns/send_via_mobile","description":"<p>You can send an SMS campaign to a list of mobile numbers. This allows more advanced features such as Personalisation and Landing Pages, Forms and Videos.</p>\n<p>To support personalisation in both message content and Landing Pages, the list of mobile numbers that is sent to is created as 'Contacts' within our system.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>*   <code>to</code> - this is a list (array) of objects, these objects will be created as 'contacts' and then sent to. Array/list keys are mobiles, the data of each keyed object is any additional data to be stored with the contact. Note the maximum list size accepted is limited to 1000 contacts. To have more contacts in a campaign please see the information about the <code>reference</code>\n*   <code>from</code> - This is your sender address, This can be your phone number in <a href=\"https://en.wikipedia.org/wiki/E.164\">E.164</a> format or an <a href=\"https://docs.tallbob.com/#using-a-sender-id\">alphanumeric Sender ID</a>.\n*   <code>message</code> - Your SMS message content to be sent. You are required to include a<code>{{ campaign_link }}</code> , this will be where your landing page will be linked to.\n*   <code>landing_page_id</code> - The ID of your landing page, this is the page that will be linked to within your message.</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<h2 id=\"contact-data\">Contact Data</h2>\n<p>Data provided in the <code>to</code> field will be saved/updated into individual contact records.</p>\n<p>Contacts have a set of standard fields across all accounts - <code>first_name, last_name, mobile, email, external_id</code> .</p>\n<p>Any additional fields sent will be stored as 'contact metadata'. If they do not exist, they will be created. These fields can then be used when building landing pages or messages from within the platform.</p>\n<p>The <code>external_id</code> will be used as a primary key when deciding to create or update existing contacts. I<strong>t is highly recommended</strong> to include an external_id from the requesting system. This external ID will be provided in any webhooks that have been configured so that the contact can be identified by your system.</p>\n<p>To avoid excess duplicates being created within the platform, we will use the mobile number provided if this value is empty.</p>\n<h2 id=\"personalisation\">Personalisation:</h2>\n<p>Please see the information <a href=\"https://documenter.getpostman.com/view/2638524/UVsQr3cg#5dd23e72-358d-4873-9b3f-fc7dc1bdf661\">at this endpoint</a></p>\n<h1 id=\"optional-parameters\">Optional Parameters</h1>\n<p>*   <code>video_id</code> - The ID of the video that will be inserted on your landing page\n*   <code>reference</code> - Your reference for the 'campaign'. This reference will be returned in any events connected via webhooks. The reference value also has a special use-case - Under the circumstances where multiple requests are required to send a complete campaign (when # of contacts is greater than 1000) providing the same <code>reference</code> will allows these multiple lists to be combined. When viewing this within the platform analytics, it will appear as a single campaign.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","campaigns","send_via_mobile"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"405e4342-6b5a-48d7-b681-4cc4f7b7bb66","name":"Send Campaign","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic YOUR_TOKEN"}],"body":{"mode":"raw","raw":"{\n    \"to\": {\n        \"61412345678\": {\n            \"first_name\": \"Sample1\",\n            \"external_id\": 61412345678\n        },\n        \"61499000111\": {\n            \"first_name\": \"Sample2\",\n            \"external_id\": 61499000111\n        },\n        \"61499000222\": {\n            \"first_name\": \"Sample3\",\n            \"external_id\": 61499000222\n        }\n    },\n    \"from\": \"TallBob\",\n    \"message\": \"Hi {{ first_name }}, The yacht is on the river {{ campaign_link }}\",\n    \"landing_page_id\": \"<< REPLACE_WITH_LANDING_PAGE_UUID >>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/campaigns/send_via_mobile"},"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\": \"2022-09-07 05:02:03\",\n    \"price\": 0.24,\n    \"num_segments\": 1,\n    \"from\": \"TallBob\",\n    \"recipients\": 3,\n    \"message\": \"Hi {{ name }}, The yacht is on the river {{ campaign_link }}\",\n    \"reference\": null\n}"},{"id":"c79ffbc1-c3bb-42ef-8788-f858cf8927e8","name":"With Custom data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic YOUR_TOKEN"}],"body":{"mode":"raw","raw":"{\n    \"to\": {\n        \"61412345678\": {\n            \"name_your_field\": \"YourData1\"\n        },\n        \"61499000111\": {\n            \"name_your_field\": \"YourData2\"\n        },\n        \"61499000222\": {\n            \"name_your_field\": \"YourData3\"\n        }\n    },\n    \"from\": \"TallBob\",\n    \"message\": \"Hi,\\n{{ name_your_field }} is on the river: {{ campaign_link }}\",\n    \"landing_page_id\": \"<< REPLACE_WITH_LANDING_PAGE_UUID >>\",\n    \"reference\": \"combined_campaign\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/campaigns/send_via_mobile"},"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\": \"2022-09-07 05:02:03\",\n    \"price\": 0.24,\n    \"num_segments\": 1,\n    \"from\": \"TallBob\",\n    \"recipients\": 3,\n    \"message\": \"Hi,\\n{{ name_your_field }} is on the river: {{ campaign_link }}\",\n    \"reference\": \"combined_campaign\"\n}"},{"id":"6d2af08f-4178-4990-9087-6086022e2c6f","name":"With Video","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic YOUR_TOKEN"}],"body":{"mode":"raw","raw":"{\n    \"to\": {\n        \"61412345678\": {\n            \"first_name\": \"Sample1\"\n        },\n        \"61499000111\": {\n            \"first_name\": \"Sample2\"\n        },\n        \"61499000222\": {\n            \"first_name\": \"Sample3\"\n        }\n    },\n    \"from\": \"TallBob\",\n    \"message\": \"Hi {{ first_name }}, The yacht is on the river {{ campaign_link }}\\n To OptOut: {{ opt_out_link }}\",\n    \"landing_page_id\": \"<< REPLACE_WITH_LANDING_PAGE_UUID >>\",\n    \"video_id\": \"<< REPLACE_WITH_VIDEO_UUID >>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/campaigns/send_via_mobile"},"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\": 0.24,\n    \"num_segments\": 1,\n    \"from\": \"TallBob\",\n    \"recipients\": 3,\n    \"message\": \"Hi {{ first_name }}, The yacht is on the river {{ campaign_link }}\\n To OptOut: {{ opt_out_link }}\",\n    \"reference\": null\n}"}],"_postman_id":"fdfbe3aa-f551-48ec-8787-c43b037436d3"},{"name":"View Campaign Details","id":"3f7e0b6c-fb3f-4557-80e5-fc352e499416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.com/v2/campaigns/{campaign_id}","description":"<p>Retrieve details about a specific SMS campaign, by Campaign ID using this endpoint - your Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","campaigns","{campaign_id}"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"d15dc0b0-2216-4dce-8f28-30ed4cc4012a","name":"View Details","originalRequest":{"method":"GET","header":[],"url":"https://api.tallbob.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":"3f7e0b6c-fb3f-4557-80e5-fc352e499416"},{"name":"View Template Details","id":"c5a06afe-26e4-4fb0-b515-c2754cbfbade","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.com/v2/campaigns/templates/{template_id}","description":"<p>Retrieve details about a specific Campaign Template by ID, using this endpoint - your Tall Bob 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","campaigns","templates","{template_id}"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"08e4bafb-787d-47d5-a301-985fb49eeece","name":"View Details","originalRequest":{"method":"GET","header":[],"url":"https://api.tallbob.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\": \"TallBob\",\n    \"landing_page_id\": null,\n    \"video_id\": null,\n    \"message\": \"The yacht is on the river\"\n}"}],"_postman_id":"c5a06afe-26e4-4fb0-b515-c2754cbfbade"}],"id":"f639a1ae-a5e3-4f2d-a60c-a1245439a322","description":"<p>For detailed information regarding this endpoint, please refer to our support documentation <a href=\"https://support.tallbob.com/support/solutions/articles/17000128928-sending-an-sms-via-the-tall-bob-api\">here</a></p>\n","_postman_id":"f639a1ae-a5e3-4f2d-a60c-a1245439a322","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}}},{"name":"Simulated Actions","item":[{"name":"Create mock MO Message","id":"0c5f8165-4a37-49aa-8331-644258bc2acf","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.tallbob.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-test.tallbob.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@tallbob.com\">support@tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["support","mo","send"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"11d42852-5e17-49d4-bc2c-5333f369c2a6","name":"Create MO","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"longcode\": \"61412123123\",\n    \"sender\": \"+61499000100\",\n\t\"message\": \"Sample message\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/support/mo/send"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":""},{"id":"a90f8195-0130-4856-ba0b-ed52aaf7b393","name":"Error: Sender Required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"longcode\": \"61412123123\",\n\t\"message\": \"Sample message\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/support/mo/send"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"invalid request\",\n    \"errors\": {\n        \"sender\": [\n            \"The sender field is required.\"\n        ]\n    },\n    \"code\": 9998\n}"}],"_postman_id":"0c5f8165-4a37-49aa-8331-644258bc2acf"}],"id":"588790d6-5939-482c-a95b-62c3bd7e99c4","description":"<p>For detailed information regarding this endpoint, please refer to our support documentation <a href=\"https://support.tallbob.com/support/solutions/articles/17000128930-receiving-inbound-sms-messages\">here</a></p>\n","_postman_id":"588790d6-5939-482c-a95b-62c3bd7e99c4","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}}},{"name":"Utilities","item":[{"name":"Mobile Lookup","id":"ed5f6993-76a4-4aa3-b500-7b4c6c86768f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"","value":"","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mobile","value":"{string}","description":"<p>The mobile number to look up.</p>\n","type":"text","uuid":"cd8e2e75-9532-4c17-b3ec-82d0b15285d8"},{"key":"details","value":"{boolean}","description":"<p>If true, additional lookup details will be included in the response. Defaults to false.</p>\n","type":"text","uuid":"52899ef3-407e-4eb4-9fd5-127a027b80df","disabled":true}]},"url":"https://api.tallbob.com/v2/utils/mobile_lookup","description":"<p>This endpoint  provides clients a mobile lookup to complete number validation in real time.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>Every request must contain:</p>\n<ul>\n<li>a mobile value, representing the Mobile number</li>\n</ul>\n<p> </p>\n<p>Note: The mobile field must conform to the E.164 format</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","utils","mobile_lookup"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"534fa28a-b647-419d-b23d-8cfebc66297c","name":"Valid Number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"mobile\" :\"+61499000100\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/utils/mobile_lookup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mobile\": \"+61499000100\",\n        \"status\": \"Valid\",\n        \"valid\": true\n    }\n}"},{"id":"3ac0e859-0d07-4204-80c9-7ce96952cfdb","name":"Valid Number details","originalRequest":{"method":"POST","header":[{"key":"","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"mobile\" :\"+61499000100\",\n   \"details\" : true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/utils/mobile_lookup"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mobile\": \"+61499000100\",\n        \"status\": \"Valid\",\n        \"valid\": true,\n        \"details\": {\n            \"mccMnc\": \"xxxxx\",\n            \"originalNetwork\": {\n                \"networkPrefix\": \"xx\",\n                \"countryPrefix\": \"xx\"\n            },\n            \"ported\": false,\n            \"roaming\": false,\n            \"status\": {\n                \"groupId\": 2,\n                \"groupName\": \"DELIVERABLE\",\n                \"id\": 5,\n                \"name\": \"DELIVERED_TO_HANDSET\",\n                \"description\": \"Message delivered to handset\"\n            },\n            \"error\": {\n                \"groupId\": 0,\n                \"groupName\": \"OK\",\n                \"id\": 0,\n                \"name\": \"NO_ERROR\",\n                \"description\": \"No Error\",\n                \"permanent\": false\n            }\n        }\n    }\n}"},{"id":"a827baaf-59ef-4f2b-8a1d-95a51f590a3c","name":"Invalid Length","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"mobile\" :\"+61499000100\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/utils/mobile_lookup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mobile\": \"+61499000100\",\n        \"status\": \"Invalid\",\n        \"valid\": false,\n        \"error\": \"invalid mobile length\"\n    }\n}"},{"id":"0c7c8bb4-518a-4552-84e2-7b2fed72cd7e","name":"Invalid Number details","originalRequest":{"method":"POST","header":[{"key":"","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"mobile\" :\"+61499000100\",\n   \"details\" : true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/utils/mobile_lookup"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mobile\": \"+61499000100\",\n        \"status\": \"Invalid\",\n        \"valid\": false,\n        \"details\": {\n            \"mccMnc\": \"xxxxx\",\n            \"originalNetwork\": {\n                \"networkPrefix\": \"xx\",\n                \"countryPrefix\": \"xx\"\n            },\n            \"ported\": false,\n            \"roaming\": false,\n            \"status\": {\n                \"groupId\": 2,\n                \"groupName\": \"UNDELIVERABLE\",\n                \"id\": 5,\n                \"name\": \"UNDELIVERABLE_NOT_DELIVERED\",\n                \"description\": \"Message sent not delivered\"\n            },\n            \"error\": {\n                \"groupId\": 1,\n                \"groupName\": \"HANDSET_ERRORS\",\n                \"id\": 27,\n                \"name\": \"EC_ABSENT_SUBSCRIBER\",\n                \"description\": \"Absent Subscriber\",\n                \"permanent\": false\n            }\n        }\n    }\n}"},{"id":"526f6b2a-b4b2-4685-b156-fe2e9d7945f7","name":"Rejected Number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"mobile\" :\"+61499000100\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/utils/mobile_lookup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mobile\": \"+61499000100\",\n        \"status\": \"Invalid\",\n        \"valid\": false,\n        \"error\": \"Number prefix missing\"\n    }\n}"},{"id":"aff4a02b-1b8d-48f2-bc15-6a63cb76ed2a","name":"Undeliverable Number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"mobile\" :\"+61499000100\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/utils/mobile_lookup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mobile\": \"+61499000100\",\n        \"status\": \"Invalid\",\n        \"valid\": false,\n        \"error\": \"Absent Subscriber\"\n    }\n}"},{"id":"605a6c70-5638-477b-b316-13fae1679652","name":"Call Barred","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"mobile\" :\"+61499000100\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/utils/mobile_lookup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mobile\": \"+61499000100\",\n        \"status\": \"Invalid\",\n        \"valid\": false,\n        \"error\": \"Call Barred\"\n    }\n}"},{"id":"59e5b1e9-bc81-407b-b7e1-49d49f6b46f0","name":"Empty Number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"mobile\" :\"\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/utils/mobile_lookup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n   \"message\": \"invalid request\",\n   \"code\": 9998\n}\n"},{"id":"c30d1282-bd93-44bc-8052-7f73371dcade","name":"Error: Invalid Details","originalRequest":{"method":"POST","header":[{"key":"","value":""}],"body":{"mode":"raw","raw":"{\n   \"mobile\" :\"+61499000100\",\n   \"details\" : \"string\"\n}"},"url":"https://api.tallbob.com/v2/utils/mobile_lookup"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"invalid request\",\n    \"errors\": {\n        \"details\": [\n            \"The details field must be true or false.\"\n        ]\n    },\n    \"code\": 9998\n}"}],"_postman_id":"ed5f6993-76a4-4aa3-b500-7b4c6c86768f"}],"id":"3eb57d02-ade4-48ac-80e8-e54b6fd8738e","description":"<p>For detailed information regarding this endpoint, please refer to our support documentation <a href=\"https://support.tallbob.com/support/solutions/articles/17000133577-mobile-number-validation-using-tall-bob-api\">here</a></p>\n","_postman_id":"3eb57d02-ade4-48ac-80e8-e54b6fd8738e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Create New Webhook","id":"b44583f4-54bc-4da3-b874-76fa5ebcbd34","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.tallbob.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_received_mms</code> - MMS 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;&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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","webhooks"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"1ba30a56-1c4d-4cd2-b362-395b4cd53448","name":"Error: Invalid URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"impressions\",\n    \"event_type\": \"clicktrack\",\n    \"url\": \"Invalid-Format\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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    \"message\": \"invalid request\",\n    \"errors\": {\n        \"url\": [\n            \"The url format is invalid.\"\n        ]\n    },\n    \"code\": 9998\n}"},{"id":"e7d525a4-30a1-4ee4-bec7-e45c007ad36f","name":"With authorisation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"impressions\",\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"authorization\": \"Basic <<YOUR_TOKEN>>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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":"09f7764e-0e0c-4f1a-a384-f0c69c6ff3f4","name":"With Content Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","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}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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":"dcf17160-758c-46f4-b935-81ef9b702be4","name":"All Parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","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 <<YOUR_TOKEN>>\",\n    \"content-type\": \"application/x-www-form-urlencoded\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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":"80716a22-7364-44b5-b614-3a495153c16e","name":"Disabled Webhook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"impressions\",\n    \"event_type\": \"clicktrack\",\n    \"url\": \"https://webhooks.r.us\",\n    \"enabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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}"}],"_postman_id":"b44583f4-54bc-4da3-b874-76fa5ebcbd34"},{"name":"Delete Webhook","id":"48776f36-2dc2-4d42-955c-04e20cf82fb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","webhooks","{webhook_id}"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"45466e10-9812-4352-ac71-def71ddab30b","name":"Delete Webhook","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.tallbob.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":"48776f36-2dc2-4d42-955c-04e20cf82fb6"},{"name":"List Webhooks","id":"f9f6c9ed-62db-40de-9d59-50b8fc8f0e19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","webhooks"],"host":["https://api.tallbob.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":"25a49cde-ee80-4e1b-aff5-0439b38cc2ed","name":"List Webhooks","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.tallbob.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":"1f9e595a-8591-4575-9824-0199cffeedb5","name":"Using URL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.tallbob.com/v2/webhooks?url=https://webhooks.r.us","host":["https://api.tallbob.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":"eb542b8d-e636-4409-8e8a-f98275d48bb4","name":"Disabled Webhooks","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.tallbob.com/v2/webhooks?enabled=false","host":["https://api.tallbob.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":"f9f6c9ed-62db-40de-9d59-50b8fc8f0e19"},{"name":"Update Webhook","id":"3e98a03c-7cd5-4fc0-a315-2a5438b46e8e","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.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","webhooks","{webhook_id}"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"cd0232a4-1f1a-42b7-822c-45a8fb6dfe89","name":"Rename","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"landing page views\"}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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":"45a06bfc-6595-45ea-a439-c4928a206b92","name":"Change event trigger","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"name\":\"form values\", \"event_type\":\"form_submission\"}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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":"952d6ff3-c3a6-41b4-a316-78b7f30cf60c","name":"Remove Auth Header","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"authorization\":null}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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":"a63d3258-c159-41fe-8b7d-f65f219027f6","name":"Remove Content type","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"content-type\":null}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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}"},{"id":"ecce333f-671b-40cd-bb0a-09ca6bed4e80","name":"Disable","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"enabled\":false}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.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}"}],"_postman_id":"3e98a03c-7cd5-4fc0-a315-2a5438b46e8e"},{"name":"View Webhook Details","id":"235aaff4-95f2-409e-b186-4cd645dc3014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.tallbob.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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","webhooks","{webhook_id}"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"56a14d37-29c9-4da1-8071-02820678128b","name":"View Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.tallbob.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":"235aaff4-95f2-409e-b186-4cd645dc3014"}],"id":"46fc7ec5-acf0-41fa-97a0-5e0854ebcc47","description":"<p>For more information about webhooks, please <a href=\"https://support.tallbob.com/support/solutions/articles/17000128932-webhook-formats\">see our documentation</a>.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1e73e079-c4c6-4a31-93c7-820574bd671a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"84e49bb2-d3f8-4dbc-88bd-11066695d995"}}],"_postman_id":"46fc7ec5-acf0-41fa-97a0-5e0854ebcc47","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}}},{"name":"Account","item":[{"name":"Create Account","id":"cc544797-81e2-48f5-8c70-30448edecf98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"account_name","value":"{string}","description":"<p>Name of the account to be created </p>\n","type":"text","uuid":"ade9f159-00cc-4311-8458-1be974919aa9"}]},"url":"https://api.tallbob.com/v2/account/create","description":"<p>Post data to create a new account with details provided. Upon successful creation, details of your new account will be returned - including the Tall Bob Api <code>auth_token</code>, which is used for authentication.</p>\n<h1 id=\"required-parameters\">Required Parameters</h1>\n<p>Every request must contain a <code>account_name</code> value, representing the account's name. Parameter cannot 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<p>Success Response</p>\n<p>A successful response will have an HTTP STATUS of usual <a href=\"https://httpstatuses.com/200\">200 </a> and will return a newly created <code>account</code> object, along with its own <code>auth_token</code></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","account","create"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"5c252d7d-83de-4c98-9035-ba4cc7381fcc","name":"Create Account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account_name\": \"your account name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/account/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"api_key\": \"your password for API requests related to this account\",\n    \"date_created\": \"YYYY-MM-DD HH:mm:ssZ\",\n    \"date_updated\": \"YYYY-MM-DD HH:mm:ssZ\",\n    \"account_name\": \"The Account Name specified by the user\",\n    \"status\": \"active\",\n    \"account_id\": \"id for new account\",\n    \"username\": \"your API username\",\n    \"password\": \"your API password\"\n}"},{"id":"ff858a51-8405-46e2-84ca-14dac1eace96","name":"No  Permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"account_name\": \"your account name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/account/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Account not enabled to perform this action\",\n    \"code\": 9998\n}"}],"_postman_id":"cc544797-81e2-48f5-8c70-30448edecf98"},{"name":"Get Balance","id":"2d405926-e445-413d-8c92-7148b81966fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.com/v2/account/balance","description":"<p>Get the current balance of your account 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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","account","balance"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"acdd5939-6aa9-4d95-8d70-932a8790ffdc","name":"Postpay Account","originalRequest":{"method":"GET","header":[],"url":"https://api.tallbob.com/v2/account/balance/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"balance\": 10.0,\n    \"postpay\": true\n}"},{"id":"554f3a71-ca94-4e8e-a4a8-6c696dea8b4d","name":"Prepaid Account","originalRequest":{"method":"GET","header":[],"url":"https://api.tallbob.com/v2/account/balance/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"balance\": 10.0,\n    \"postpay\": false\n}"}],"_postman_id":"2d405926-e445-413d-8c92-7148b81966fc"},{"name":"List Accounts","id":"77f60a5a-8608-4a85-9126-92c349c74af1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.tallbob.com/v2/account/list","description":"<p>List of accounts created via Api 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>enabled</code> status, by passing these in as (optional) query parameter.</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":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","account","list"],"host":["https://api.tallbob.com"],"query":[{"disabled":true,"description":{"content":"<p>Filter results by enabled status</p>\n","type":"text/plain"},"key":"enabled","value":"{boolean}"}],"variable":[]}},"response":[{"id":"180e90c2-9a59-44c5-a0d1-4389fa86671c","name":"All Accounts","originalRequest":{"method":"GET","header":[],"url":"https://api.tallbob.com/v2/account/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"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            \"api_key\": \"your password for API requests related to this account\",\n            \"date_created\": \"YYYY-MM-DD HH:mm:ssZ\",\n            \"date_updated\": \"YYYY-MM-DD HH:mm:ssZ\",\n            \"account_name\": \"Tallbob\",\n            \"status\": \"disabled\",\n            \"account_id\": \"11a2f396-63f9-11ea-9458-06f848cc88f6\",\n            \"username\": \"your API username\",\n            \"password\": \"your API password\"\n        },\n        {\n            \"api_key\": \"your password for API requests related to this account\",\n            \"date_created\": \"YYYY-MM-DD HH:mm:ssZ\",\n            \"date_updated\": \"YYYY-MM-DD HH:mm:ssZ\",\n            \"account_name\": \"Tallbob\",\n            \"status\": \"enabled\",\n            \"account_id\": \"11a2f396-63f9-11ea-9458-06f848cc88f6\",\n            \"username\": \"your API username\",\n            \"password\": \"your API password\"\n        }\n    ]\n}"},{"id":"75db766e-e2b7-4b75-bef4-28c5691059e1","name":"Disabled Accounts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/account/list?enabled=false","host":["https://api.tallbob.com"],"path":["v2","account","list"],"query":[{"key":"enabled","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\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            \"api_key\": \"your password for API requests related to this account\",\n            \"date_created\": \"YYYY-MM-DD HH:mm:ssZ\",\n            \"date_updated\": \"YYYY-MM-DD HH:mm:ssZ\",\n            \"account_name\": \"Tallbob\",\n            \"status\": \"disabled\",\n            \"account_id\": \"11a2f396-63f9-11ea-9458-06f848cc88f6\",\n            \"username\": \"your API username\",\n            \"password\": \"your API password\"\n        }\n    ]\n}"},{"id":"4fd89dc6-75e0-4f9d-a5f1-8c6abf4e3e94","name":"Enabled Accounts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.tallbob.com/v2/account/list?enabled=true","host":["https://api.tallbob.com"],"path":["v2","account","list"],"query":[{"key":"enabled","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\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            \"api_key\": \"your password for API requests related to this account\",\n            \"date_created\": \"YYYY-MM-DD HH:mm:ssZ\",\n            \"date_updated\": \"YYYY-MM-DD HH:mm:ssZ\",\n            \"account_name\": \"Tallbob\",\n            \"status\": \"enabled\",\n            \"account_id\": \"11a2f396-63f9-11ea-9458-06f848cc88f6\",\n            \"username\": \"your API username\",\n            \"password\": \"your API password\"\n        }\n    ]\n}"}],"_postman_id":"77f60a5a-8608-4a85-9126-92c349c74af1"},{"name":"Update Account","id":"745ff9c6-72d1-417e-b616-a901af04b85e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"status","value":"{string}","description":"<p>enabled|disabled</p>\n","type":"text","uuid":"608fdc19-c4f6-4187-a979-6ee08bbfcd00"}]},"url":"https://api.tallbob.com/v2/account/{account_id}","description":"<p>You can update an existing account using this endpoint - the account ID must be present in the URL path.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}},"urlObject":{"path":["v2","account","{account_id}"],"host":["https://api.tallbob.com"],"query":[],"variable":[]}},"response":[{"id":"c5ea8703-a0e0-43aa-badd-e1fca72b51a1","name":"Enabled Status","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"account_id\": \"your account id\",\n    \"status\": \"enabled\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/account/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"api_key\": \"your password for API requests related to this account\",\n    \"date_created\": \"YYYY-MM-DD HH:mm:ssZ\",\n    \"date_updated\": \"YYYY-MM-DD HH:mm:ssZ\",\n    \"account_name\": \"The Account Name specified by the user\",\n    \"status\": \"enabled\",\n    \"account_id\": \"id for new account\",\n    \"username\": \"your API username\",\n    \"password\": \"your API password\"\n}"},{"id":"e8b5128c-1fc0-4b21-afa8-a4caeb8a29a8","name":"Disabled Status","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"account_id\": \"your account id\",\n    \"status\": \"disabled\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.tallbob.com/v2/account/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"api_key\": \"your password for API requests related to this account\",\n    \"date_created\": \"YYYY-MM-DD HH:mm:ssZ\",\n    \"date_updated\": \"YYYY-MM-DD HH:mm:ssZ\",\n    \"account_name\": \"The Account Name specified by the user\",\n    \"status\": \"disabled\",\n    \"account_id\": \"id for new account\",\n    \"username\": \"your API username\",\n    \"password\": \"your API password\"\n}"}],"_postman_id":"745ff9c6-72d1-417e-b616-a901af04b85e"}],"id":"eee5528b-0594-4ae7-bbf8-91871e8df94e","description":"<h2 id=\"important\">Important</h2>\n<p>Before attempting to use the Account Management APIs please ensure it is enabled on your account, you can do so by contacting your Account Manager.  </p>\n<p>For detailed information regarding this endpoint, please refer to our support documentation <a href=\"https://support.tallbob.com/support/solutions/articles/17000146783-account-creation-api\">here</a></p>\n","_postman_id":"eee5528b-0594-4ae7-bbf8-91871e8df94e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]},"isInherited":true,"source":{"_postman_id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","id":"458526fe-aee8-4682-bc3d-cfb5ef8cda00","name":"Tall Bob API V2","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{api_username_env}}"},{"key":"password","value":"{{api_key_env}}"}]}},"event":[{"listen":"prerequest","script":{"id":"b616d893-4f66-47ac-8840-ff48ccc2a503","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c3cd6109-c291-4b62-810f-a8f58b13f70b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_username","value":"Your API Username from the platform"},{"key":"api_key","value":"Your API Key from the platform"},{"key":"auth_value","value":"Basic YOUR_TOKEN"},{"key":"campaign_id","value":"{campaign_id}"},{"key":"after","value":""},{"key":"before","value":""},{"key":"to","value":"61499000100"},{"key":"send_ref","value":"ZZZ999"},{"key":"from","value":"TallBob"},{"key":"recipient1","value":"61499000100"},{"key":"recipient2","value":"61499000111"},{"key":"recipient3","value":"61499000222"},{"key":"mobile","value":"+61499000100"},{"key":"longcode","value":"61412123123"},{"key":"URL","value":"https://api.tallbob.com"}]}