{"info":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","description":"<html><head></head><body><p>The WildJar API allows you to programmatically access call details, configure services and features, manage accounts and send SMS/MMS.</p>\n<h2 id=\"document-conventions\">Document Conventions</h2>\n<p>Field names with a leading colon (:) <code>:id</code> are used to indicate path variables which need to be replaced.</p>\n<p>Double curly braces <code>{{placeholder_description}}</code> are used to indicate a placeholder value which needs to be replaced.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<h3 id=\"requesting-an-access-token\">Requesting an access token</h3>\n<p>Request an access token from <a href=\"https://api.trkcall.com/v2/token/\">https://api.trkcall.com/v2/token/</a>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://api.trkcall.com/v2/token/\n\n</code></pre><p>The body of this POST request must contain the below (encoded in application/x-www-form-urlencoded as defined in the OAuth 2.0 specification):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>grant_type=client_credentials\n\n</code></pre><p>The header of this POST request must contain the Base 64 encoded string that contains the username and password of the authorised user, separated by a colon.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Basic {{base64 encoded username:password}}\n\n</code></pre><h4 id=\"curl-example\">cURL Example</h4>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X POST -d 'grant_type=client_credentials' -u 'username:password' https://api.trkcall.com/v2/token/\n\n</code></pre>\n<p>Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"access_token\":\"_NRyFKc...MzUpw\",\"token_type\":\"bearer\",\"expires_in\":3600}\n\n</code></pre>\n<h3 id=\"authenticating-a-request\">Authenticating a request</h3>\n<p>To authenticate your requests, specify the access token requested in the previous step in the request header.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer {{access_token}}\n\n</code></pre><h3 id=\"tips\">Tips</h3>\n<p>When dealing with tokens, best practice is to design your requests to capture and reuse the same token within the token expiry window (returned in the <code>\"expires_in\"</code> field).</p>\n<h1 id=\"pagination\">Pagination</h1>\n<p>Most requests return 100 records by default, but can return up to a maximum of 2000 per page. You can change the number of records returned by a request by specifying the number of records per page using the <code>perPage</code> query parameter. If the number of records returned exceeds the per page limit (or default, if not specified), you can paginate through the records using the <code>page</code> query parameter.</p>\n<p>For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>?perPage=10&amp;page=1\n\n</code></pre><h1 id=\"account-filtering\">Account Filtering</h1>\n<p>If you manage multiple accounts, you can filter most requests by account by using the <code>account</code> query parameter and specifying the account number. You can specify multiple accounts by comma separating the account numbers. For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>?account=20000,20001\n\n</code></pre><p>You can obtain the account number from <code>GET https://api.trkcall.com/v2/account/</code> or from the WildJar dashboard.</p>\n<h1 id=\"rate-limiting\">Rate Limiting</h1>\n<p>To prevent abuse of the WildJar API, requests are rate limited.</p>\n<table><tbody><tr><th>Request Type</th><th>Limit</th></tr><tr><td><div>Token Registration</div><div><div><div><div></div></div></div><div></div></div></td><td><div>5 token registration requests per user, per hour</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>GET Requests</div><div><div><div><div></div></div></div><div></div></div></td><td><div>100 requests per user token, per hour.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>If you exceed the rate limit, the API will respond with an HTTP 429 (Too Many Requests) response.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Pagination","slug":"pagination"},{"content":"Account Filtering","slug":"account-filtering"},{"content":"Rate Limiting","slug":"rate-limiting"}],"owner":"7393567","collectionId":"018e22a6-7615-41df-bb60-b42edc37eb4d","publishedId":"SVSLp8Rb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2025-11-24T20:45:04.000Z"},"item":[{"name":"Accounts","item":[{"name":"List accounts","id":"e289bf01-6ef6-4f65-8e31-b88d4a192825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/account/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account",""],"host":["api","trkcall","com"],"query":[{"disabled":true,"description":{"content":"<p>Filter accounts by name</p>\n","type":"text/plain"},"key":"name","value":null},{"disabled":true,"description":{"content":"<p>Filter accounts by status. You can filter by <code>active</code> or <code>suspended</code> accounts.</p>\n","type":"text/plain"},"key":"status","value":null}],"variable":[]}},"response":[{"id":"9f3dfcb2-59c6-43d3-82af-8e501368e651","name":"List accounts","originalRequest":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/account/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"id\": \"20001\",\n            \"name\": \"Example Account\",\n            \"country\": \"AU\",\n            \"timezone\": \"Australia/Sydney\",\n            \"category\": \"OTHER\",\n            \"billerCode\": \"01234567-1234-1234-1234-0123456789AB\",\n            \"status\": \"active\"\n        },\n        {\n            \"id\": \"20002\",\n            \"name\": \"Example Services Business\",\n            \"country\": \"AU\",\n            \"timezone\": \"Australia/Sydney\",\n            \"category\": \"OTHER\",\n            \"billerCode\": null,\n            \"status\": \"active\"\n        }\n    ]\n}"}],"_postman_id":"e289bf01-6ef6-4f65-8e31-b88d4a192825"},{"name":"Get account details","id":"fc33d30f-6795-450c-817d-ab90577fc819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/account/:account","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account",":account"],"host":["api","trkcall","com"],"query":[{"disabled":true,"description":{"content":"<p>To show the account as part of the account structure, including an account's parent or child accounts, use <code>show=links</code>.</p>\n","type":"text/plain"},"key":"show","value":"links"}],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"ac7acec2-5a46-47e4-b548-50e08e0bbd20","name":"Get account details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/account/:account","protocol":"https","host":["api","trkcall","com"],"path":["v2","account",":account"],"query":[{"key":"show","value":null,"description":"To show the account as part of the account structure, including an account's parent or child accounts, use `show=links`.","type":"text","disabled":true}],"variable":[{"key":"account","value":"20001","description":"The WildJar account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"id\": \"20001\",\n        \"name\": \"Example Account\",\n        \"country\": \"AU\",\n        \"timezone\": \"Australia/Sydney\",\n        \"category\": \"OTHER\",\n        \"billerCode\": \"01234567-1234-1234-1234-0123456789AB\",\n        \"status\": \"active\"\n    }\n}"},{"id":"448b2258-251c-48ad-8f47-c91e6b461987","name":"Get account details including parent and child accounts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/account/:account?show=links","protocol":"https","host":["api","trkcall","com"],"path":["v2","account",":account"],"query":[{"key":"show","value":"links","description":"To show the account as part of the account structure, including an account's parent or child accounts, use `show=links`."}],"variable":[{"key":"account","value":"20002","description":"The WildJar account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"id\": \"20002\",\n        \"name\": \"Example Services Business\",\n        \"country\": \"AU\",\n        \"timezone\": \"Australia/Sydney\",\n        \"category\": \"OTHER\",\n        \"billerCode\": null,\n        \"status\": \"active\",\n        \"father\": \"20001\",\n        \"children\": [\n            {\n                \"account\": \"20003\",\n                \"name\": \"Example Plumbing\"\n            },\n            {\n                \"account\": \"20004\",\n                \"name\": \"Example Electrical\"\n            }\n        ]\n    }\n    }\n}"}],"_postman_id":"fc33d30f-6795-450c-817d-ab90577fc819"},{"name":"Modify account","id":"3729e369-cb12-42b2-9bbb-c58f6de8a627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{account}}\",\n    \"name\": \"{{account name}}\",\n    \"timezone\": \"{{time zone}}\"\n}"},"url":"https://api.trkcall.com/v2/account/:account","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account",":account"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[],"_postman_id":"3729e369-cb12-42b2-9bbb-c58f6de8a627"},{"name":"Create a new account","id":"34b180e2-62ba-486a-84fa-f5d94f980d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"name\": \"{{account_name}}\",\n    \"plan\": \"default\",\n    \"country\": \"{{country_code}}\",\n    \"timezone\": \"{{timezone}}\",\n    \"category\": \"{{category}}\",\n    \"domain\": \"{{website_domain}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/account/","description":"<p>The available Category Codes are as below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Category Code</th>\n<th>Category Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ART-0</code></td>\n<td>Arts and Entertainment</td>\n</tr>\n<tr>\n<td><code>AUT-0</code></td>\n<td>Automotive - Dealership</td>\n</tr>\n<tr>\n<td><code>AUT-1</code></td>\n<td>Automotive - Mechanic and Parts</td>\n</tr>\n<tr>\n<td><code>AUT-2</code></td>\n<td>Automotive - Tyre Fitter</td>\n</tr>\n<tr>\n<td><code>BEA-0</code></td>\n<td>Beauty and Fitness</td>\n</tr>\n<tr>\n<td><code>BUS-0</code></td>\n<td>Business and Industrial Markets</td>\n</tr>\n<tr>\n<td><code>COM-0</code></td>\n<td>Computers and Electronics</td>\n</tr>\n<tr>\n<td><code>FIN-0</code></td>\n<td>Finance and Insurance</td>\n</tr>\n<tr>\n<td><code>FOD-0</code></td>\n<td>Food and Drink</td>\n</tr>\n<tr>\n<td><code>GAM-0</code></td>\n<td>Games</td>\n</tr>\n<tr>\n<td><code>HEA-1</code></td>\n<td>Healthcare - Aged Care</td>\n</tr>\n<tr>\n<td><code>HEA-2</code></td>\n<td>Healthcare - Dental</td>\n</tr>\n<tr>\n<td><code>HEA-0</code></td>\n<td>Healthcare - Other</td>\n</tr>\n<tr>\n<td><code>HOB-0</code></td>\n<td>Hobbies and Leisure</td>\n</tr>\n<tr>\n<td><code>HOM-1</code></td>\n<td>Home Services - Electrical</td>\n</tr>\n<tr>\n<td><code>HOM-2</code></td>\n<td>Home Services - HVAC</td>\n</tr>\n<tr>\n<td><code>HOM-3</code></td>\n<td>Home Services - Locksmith</td>\n</tr>\n<tr>\n<td><code>HOM-4</code></td>\n<td>Home Services - Painting and Decorating</td>\n</tr>\n<tr>\n<td><code>HOM-5</code></td>\n<td>Home Services - Plumbing</td>\n</tr>\n<tr>\n<td><code>HOM-6</code></td>\n<td>Home Services - Pool and Garden</td>\n</tr>\n<tr>\n<td><code>HOM-7</code></td>\n<td>Home Services - Removalist</td>\n</tr>\n<tr>\n<td><code>HOM-0</code></td>\n<td>Home Services - Other</td>\n</tr>\n<tr>\n<td><code>INT-0</code></td>\n<td>Internet and Telecom</td>\n</tr>\n<tr>\n<td><code>JOB-0</code></td>\n<td>Jobs and Education</td>\n</tr>\n<tr>\n<td><code>GOV-0</code></td>\n<td>Law and Government</td>\n</tr>\n<tr>\n<td><code>MAR-0</code></td>\n<td>Marketing and Advertising</td>\n</tr>\n<tr>\n<td><code>PET-0</code></td>\n<td>Pets and Animals</td>\n</tr>\n<tr>\n<td><code>EST-0</code></td>\n<td>Real Estate</td>\n</tr>\n<tr>\n<td><code>SHO-0</code></td>\n<td>Shopping</td>\n</tr>\n<tr>\n<td><code>SPO-0</code></td>\n<td>Sports</td>\n</tr>\n<tr>\n<td><code>TRA-0</code></td>\n<td>Travel</td>\n</tr>\n<tr>\n<td><code>OTHER</code></td>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account",""],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"34b180e2-62ba-486a-84fa-f5d94f980d17"},{"name":"Make an account a sub-account of another","id":"f4eafd7c-5ff3-49a7-95d0-7aa2856902b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/account/tree/:child/:parent","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account","tree",":child",":parent"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID of the account to be moved</p>\n","type":"text/plain"},"type":"any","value":"","key":"child"},{"description":{"content":"<p>The WildJar account ID of the new parent account</p>\n","type":"text/plain"},"type":"any","value":"","key":"parent"}]}},"response":[{"id":"892c89dd-cd0e-4026-b5ef-883490b01cd2","name":"Make an account a sub-account of another","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/account/tree/:child/:parent","protocol":"https","host":["api","trkcall","com"],"path":["v2","account","tree",":child",":parent"],"variable":[{"key":"child","value":"20002","description":"The WildJar account ID of the account to be moved"},{"key":"parent","value":"20001","description":"The WildJar account ID of the new parent account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": true\n}"}],"_postman_id":"f4eafd7c-5ff3-49a7-95d0-7aa2856902b9"},{"name":"List all sub-accounts of a parent account","id":"bf5f403e-5e59-4f14-8013-879cfbe9f91b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/account/father/:account","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account","father",":account"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID of the parent account</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"6afd5dc0-0bc3-43b8-ab98-deecaf6f20cb","name":"List all sub-accounts of a parent account","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/account/father/:account","protocol":"https","host":["api","trkcall","com"],"path":["v2","account","father",":account"],"variable":[{"key":"account","value":"","description":"The WildJar account ID of the parent account"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"id\": \"20001\",\n            \"name\": \"Example Account\",\n            \"status\": \"active\",\n            \"plan\": \"default\",\n            \"subLevel\": \"0\",\n            \"father\": null,\n            \"billerCode\": \"01234567-1234-1234-1234-0123456789AB\",\n            \"type\": \"direct\",\n            \"fatherName\": null\n        },\n        {\n            \"id\": \"20003\",\n            \"name\": \"Example Plumbing\",\n            \"status\": \"active\",\n            \"plan\": \"default\",\n            \"subLevel\": \"1\",\n            \"father\": \"20001\",\n            \"billerCode\": null,\n            \"type\": null,\n            \"fatherName\": \"Example Account\"\n        }\n    ]\n}"}],"_postman_id":"bf5f403e-5e59-4f14-8013-879cfbe9f91b"}],"id":"eeeb4562-d0fa-4f80-af84-3898e085037c","description":"<p>This section outlines creating and managing accounts.</p>\n<p>In the WildJar platform, an account is a container for storing tracking numbers, call data and users.</p>\n<p>If you're managing call tracking for multiple clients, business entities or franchise locations, for example, you would create a new account for each.</p>\n","_postman_id":"eeeb4562-d0fa-4f80-af84-3898e085037c","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"Address Book","item":[{"name":"List contacts","id":"44ad399e-bce5-4e29-b273-37cdfddbe3b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/addressbook/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","addressbook",""],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[{"id":"5d8b366e-a238-4997-83c9-14442fdaf6c2","name":"List contacts","originalRequest":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/addressbook/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"uuid\": \"01234567-1234-1234-1234-0123456789AB\",\n            \"account\": \"20001\",\n            \"firstName\": \"Sam\",\n            \"lastName\": \"Booker\"\n        }\n    ]\n}"}],"_postman_id":"44ad399e-bce5-4e29-b273-37cdfddbe3b9"},{"name":"Get full contact details","id":"33ec0181-41d1-414a-84f7-9085a2c773d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/addressbook/:uuid","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","addressbook",":uuid"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The UUID of the address book contact</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"e51c0d0f-b3f2-49d5-b34b-75327f887898","name":"Get full contact details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/addressbook/:uuid","protocol":"https","host":["api","trkcall","com"],"path":["v2","addressbook",":uuid"],"variable":[{"key":"uuid","value":"01234567-1234-1234-1234-0123456789AB"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"type\": \"home\",\n        \"number\": \"61255501234\",\n        \"main\": \"yes\",\n        \"uuid\": \"01234567-1234-1234-1234-0123456789AB\",\n        \"account\": \"20001\",\n        \"firstName\": \"Sam\",\n        \"lastName\": \"Booker\"\n    }\n}"}],"_postman_id":"33ec0181-41d1-414a-84f7-9085a2c773d1"},{"name":"Update a contact","id":"f8886dad-3c13-4167-ba74-f62942a0f5a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"account\": \"{{account}}\",\n    \"firstName\": \"{{first_name}}\",\n    \"lastName\": \"{{last_name}}\",\n    \"numbers\": [\n        {\n            \"number\": \"{{contact_phone_number}}\",\n            \"type\": \"{{type}}\",\n            \"main\": \"{{yes/no}}\"\n        },\n        {\n            \"number\": \"{{contact_phone_number}}\",\n            \"type\": \"{{type}}\",\n            \"main\": \"{{yes/no}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/addressbook/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","addressbook",""],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8886dad-3c13-4167-ba74-f62942a0f5a7"},{"name":"Add a contact","id":"788313a5-d208-41a7-87a1-ff3587b70e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"account\": \"{{account}}\",\n    \"firstName\": \"{{first_name}}\",\n    \"lastName\": \"{{last_name}}\",\n    \"numbers\": [\n        {\n            \"number\": \"{{contact_phone_number}}\",\n            \"type\": \"{{type}}\",\n            \"main\": \"{{yes/no}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/addressbook/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","addressbook",""],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"788313a5-d208-41a7-87a1-ff3587b70e95"}],"id":"317175a5-5a46-41f1-85db-d0a239a9998c","event":[{"listen":"prerequest","script":{"id":"e895446a-3a31-4c33-96e7-721a3aaa80a6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d777a2ab-aede-4b97-b68c-066138ef6e13","type":"text/javascript","exec":[""]}}],"_postman_id":"317175a5-5a46-41f1-85db-d0a239a9998c","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"Billing","item":[{"name":"Get biller codes","id":"0051a1d1-3b7b-48cb-a284-70e879c27809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/billing","description":"<p>Gets the biller code(s)</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","billing"],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[{"id":"eaad7b6d-78f9-4273-9b40-a3afc162688a","name":"Get biller codes","originalRequest":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/billing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"code\": \"147d6f04-09c0-4ff2-8175-feed6b433a31\",\n            \"name\": \"Example Biller Code\",\n            \"credit\": \"0.0000\",\n            \"type\": \"direct\",\n            \"mode\": \"invoice\",\n            \"clientId\": \"40\",\n            \"currency\": \"AUD\",\n            \"paymentGW\": \"none\",\n            \"paymentId\": \"\",\n            \"xeroContact\": \"7b33cc83-a54f-4243-b68f-3fd24961634f\",\n            \"autoPay\": \"no\"\n        }\n    ]\n}"}],"_postman_id":"0051a1d1-3b7b-48cb-a284-70e879c27809"},{"name":"Get monthly invoice breakdown","id":"a263af59-f230-4cff-ada0-d37b403586de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/biller/:biller_code/invoice/","description":"<p>Gets the invoice breakdown for a given month, similar to what's available in the Monthly Summary in the WildJar portal.</p>\n<p>As billing is performed in arrears, the invoicing is available for a given month on the first day of the following month. For example, the invoice breakdown for March is available from the first of April.</p>\n<p>The item codes are as below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Item code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MONTHLY-FEE</td>\n<td>Monthly technology subscription</td>\n</tr>\n<tr>\n<td>NUMBER-RENTAL</td>\n<td>Number rental</td>\n</tr>\n<tr>\n<td>RECHARGE-SMS</td>\n<td>SMS credit recharge</td>\n</tr>\n<tr>\n<td>SMS-BULK</td>\n<td>SMS campaigns</td>\n</tr>\n<tr>\n<td>SMS-OUTBOUND</td>\n<td>Outbound SMS</td>\n</tr>\n<tr>\n<td>SUPPORT-FEE</td>\n<td>Support assistance fee</td>\n</tr>\n<tr>\n<td>TRANSCRIPT</td>\n<td>Call intelligence and WildJar AI minutes</td>\n</tr>\n<tr>\n<td>VOICE-OUTBOUND</td>\n<td>Outbound minutes</td>\n</tr>\n<tr>\n<td>VOICE-USAGE</td>\n<td>Inbound minutes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","biller",":biller_code","invoice",""],"host":["api","trkcall","com"],"query":[{"disabled":true,"description":{"content":"<p>The month in MM format (ie. 02 for February)</p>\n","type":"text/plain"},"key":"month","value":"MM"},{"disabled":true,"description":{"content":"<p>The year in YYYY format (ie. 2025)</p>\n","type":"text/plain"},"key":"year","value":"YYYY"}],"variable":[{"description":{"content":"<p>The WildJar biller code (UUID) for the client</p>\n","type":"text/plain"},"type":"any","value":"","key":"biller_code"}]}},"response":[{"id":"6c96787b-7101-47d9-ae63-da442e1b81c5","name":"Get monthly invoice breakdown","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/biller/:biller_code/invoice/?month=02&year=2025","protocol":"https","host":["api","trkcall","com"],"path":["v2","biller",":biller_code","invoice",""],"query":[{"key":"month","value":"02","description":"The month in MM format (ie. 02 for February)"},{"key":"year","value":"2025","description":"The year in YYYY format (ie. 2025)"}],"variable":[{"key":"biller_code","value":"147d6f04-09c0-4ff2-8175-feed6b433a31","description":"The WildJar biller code (UUID) for the client"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"id\": \"90267\",\n        \"billerCode\": \"147d6f04-09c0-4ff2-8175-feed6b433a31\",\n        \"XeroInvoice\": \"0195b5fb-08db-750a-8f7c-0be4b7cf3f94\",\n        \"type\": \"monthly\",\n        \"dateStart\": {\n            \"date\": \"2025-02-01 00:00:00.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"Australia/Sydney\"\n        },\n        \"items\": [\n            {\n                \"id\": \"95745\",\n                \"item\": \"MONTHLY-FEE\",\n                \"specs\": null,\n                \"qty\": \"1\",\n                \"unit\": \"39.0000\",\n                \"invoiceId\": \"90267\",\n                \"extra\": null\n            },\n            {\n                \"id\": \"95746\",\n                \"item\": \"VOICE-USAGE\",\n                \"specs\": \"AU-geo\",\n                \"qty\": \"289\",\n                \"unit\": \"0.1200\",\n                \"invoiceId\": \"90267\",\n                \"extra\": {\n                    \"tot\": 289,\n                    \"prefix\": null,\n                    \"type\": null,\n                    \"account\": \"10001\",\n                    \"country\": null,\n                    \"distinct\": 90,\n                    \"specs\": \"AU-geo\",\n                    \"accounts\": {\n                        \"10001\": {\n                            \"tot\": 267,\n                            \"distinct\": 80\n                        },\n                        \"10002\": {\n                            \"tot\": 22,\n                            \"distinct\": 10\n                        }\n                    }\n                }\n            },\n            {\n                \"id\": \"95747\",\n                \"item\": \"NUMBER-RENTAL\",\n                \"specs\": \"AU-geo\",\n                \"qty\": \"1\",\n                \"unit\": \"12.0000\",\n                \"invoiceId\": \"90267\",\n                \"extra\": {\n                    \"tot\": \"1\",\n                    \"prefix\": null,\n                    \"type\": \"geo\",\n                    \"account\": \"10001\",\n                    \"country\": \"AU\",\n                    \"distinct\": null,\n                    \"accounts\": {\n                        \"10001\": {\n                            \"tot\": 1,\n                            \"distinct\": 0\n                        }\n                    }\n                }\n            },\n            {\n                \"id\": \"95748\",\n                \"item\": \"NUMBER-RENTAL\",\n                \"specs\": \"AU-mobile\",\n                \"qty\": \"1\",\n                \"unit\": \"12.0000\",\n                \"invoiceId\": \"90267\",\n                \"extra\": {\n                    \"tot\": \"1\",\n                    \"prefix\": null,\n                    \"type\": \"mobile\",\n                    \"account\": \"10001\",\n                    \"country\": \"AU\",\n                    \"distinct\": null,\n                    \"accounts\": {\n                        \"10001\": {\n                            \"tot\": 1,\n                            \"distinct\": 0\n                        }\n                    }\n                }\n            },\n            {\n                \"id\": \"95749\",\n                \"item\": \"NUMBER-RENTAL\",\n                \"specs\": \"AU-smart\",\n                \"qty\": \"19\",\n                \"unit\": \"12.0000\",\n                \"invoiceId\": \"90267\",\n                \"extra\": {\n                    \"tot\": 19,\n                    \"prefix\": null,\n                    \"type\": \"smart\",\n                    \"account\": \"10002\",\n                    \"country\": \"AU\",\n                    \"distinct\": null,\n                    \"accounts\": {\n                        \"10002\": {\n                            \"tot\": 12,\n                            \"distinct\": 0\n                        },\n                        \"10001\": {\n                            \"tot\": 7,\n                            \"distinct\": 0\n                        }\n                    }\n                }\n            }\n        ],\n        \"total\": 325,\n        \"details\": {\n            \"10001\": {\n                \"VOICE-USAGE\": {\n                    \"tot\": 267,\n                    \"amount\": 32.04,\n                    \"distinct\": 80\n                },\n                \"NUMBER-RENTAL\": {\n                    \"tot\": 9,\n                    \"amount\": 108\n                }\n            },\n            \"10002\": {\n                \"VOICE-USAGE\": {\n                    \"tot\": 22,\n                    \"amount\": 2.64,\n                    \"distinct\": 10\n                },\n                \"NUMBER-RENTAL\": {\n                    \"tot\": 12,\n                    \"amount\": 144\n                }\n            }\n        },\n        \"freeMonth\": false\n    }\n}"}],"_postman_id":"a263af59-f230-4cff-ada0-d37b403586de"}],"id":"6af554d2-5113-450e-b0a4-410af5a5203a","_postman_id":"6af554d2-5113-450e-b0a4-410af5a5203a","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"Calls","item":[{"name":"List calls","id":"1fe808e7-1588-4953-848d-aacc39e46470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/call/","description":"<p>List all calls in the call log.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","call",""],"host":["api","trkcall","com"],"query":[{"disabled":true,"description":{"content":"<p>Filter the results by date from. You can specify dates in YYYY-MM-DD format or dates and times in YYYY-MM-DDTHH:MM:SS format. You can also specify the time zone offset YYYY-MM-DDTHH:MM:SS+11:00 if required.</p>\n","type":"text/plain"},"key":"dateFrom","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by date to. You can specify dates in YYYY-MM-DD format or dates and times in YYYY-MM-DDTHH:MM:SS format. You can also specify the time zone offset YYYY-MM-DDTHH:MM:SS+11:00 if required.</p>\n","type":"text/plain"},"key":"dateTo","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by minumum duration in seconds.</p>\n","type":"text/plain"},"key":"durationMin","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by maximum duration in seconds.</p>\n","type":"text/plain"},"key":"durationMax","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by first time caller. To show only first time callers, use <code>firstTimeCaller=yes</code> and only repeat callers, use <code>firstTimeCaller=no</code>.</p>\n","type":"text/plain"},"key":"firstTimeCaller","value":""},{"disabled":true,"description":{"content":"<p>Sort the call log by the Call ID. To sort ascending, use <code>order=id</code> and to sort descending, use <code>order=-id</code></p>\n","type":"text/plain"},"key":"order","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by status of the call:</p>\n<p><code>answered</code> - The call has has been answered (by a person or the answer point phone system).\n<code>abandoned</code> - The caller has hung up before the call is answered (by a person or the answer point phone system) and before the missed call timeout.\n<code>missed</code> - The call has not been answered (by a person or the answer point phone system) before the missed call timeout.</p>\n","type":"text/plain"},"key":"status","value":null},{"disabled":true,"description":{"content":"<p>The tz database time zone name to apply to datefrom and dateto filters, for example <code>timezone=Australia%2FSydney</code>. To get the time zone of an account, use the \"timezone\" field from an account or \"tz\" field from a user.</p>\n","type":"text/plain"},"key":"timezone","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by tracking number. The number format must be in international format, without a leading plus (E164 format). For example, 02 5550 1234 would be formatted as <code>trackingNumber=61255501234</code>.</p>\n","type":"text/plain"},"key":"trackingNumber","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by the tracking source. For example, <code>trackingSource=SMS</code> will show the numbers with the names \"SMS\" and \"SMS Follow Up\".</p>\n","type":"text/plain"},"key":"trackingSource","value":""}],"variable":[]}},"response":[{"id":"1eef2207-5280-418a-ab33-136d76709546","name":"List calls","originalRequest":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/call/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"id\": \"5516097\",\n            \"uuid\": \"7a4cd6fa-c837-432f-aa68-61ca5ad70b29\",\n            \"status\": \"answered\",\n            \"caller\": \"61754927XXX\",\n            \"firstTimeCaller\": \"yes\",\n            \"duration\": \"647\",\n            \"talkTime\": \"613\",\n            \"target\": \"611300317533\",\n            \"audio\": \"http://s3-ap-southeast-2.amazonaws.com/audio.trkcall.com/uploads/WildJar-preamble2.mp3\",\n            \"audioId\": \"7a4cd6fa-c837-432f-aa68-61ca5ad70b29\",\n            \"direction\": \"inbound\",\n            \"account\": \"23515\",\n            \"accountName\": \"Demo Calls\",\n            \"trackingNumber\": \"61299999904\",\n            \"trackingName\": \"FakeNumber 4\",\n            \"trackingSource\": \"Demo Google PPC\",\n            \"tags\": null,\n            \"DTMF\": null,\n            \"DTMFname\": null,\n            \"location\": \"Australia\",\n            \"country\": \"AU\",\n            \"network\": \"geo\",\n            \"state\": \"AU\",\n            \"area\": \"Australia\",\n            \"timestamp\": \"1594941348\",\n            \"dateStartGMT\": \"2020-07-16 23:15:48\",\n            \"dateStopGMT\": \"2020-07-16 23:26:35\",\n            \"userTimezone\": \"Australia/Sydney\",\n            \"dateStartUser\": \"2020-07-17 09:15:48\",\n            \"dateStopUser\": \"2020-07-17 09:26:35\",\n            \"localTimezone\": \"Australia/Sydney\",\n            \"dateStartLocal\": \"2020-07-17 09:15:48\",\n            \"dateStopLocal\": \"2020-07-17 09:26:35\",\n            \"score\": 3,\n            \"notes\": \"Cracking call\",\n            \"web\": null,\n            \"IVR\": {\n                \"id\": \"221613\",\n                \"option\": \"3\",\n                \"action\": \"transfer\",\n                \"actionId\": \"9583\",\n                \"name\": \"Sales\",\n                \"remoteCode\": null\n            },\n            \"intelligence\": null\n        },\n        {\n            \"id\": \"5516110\",\n            \"uuid\": \"6b98f3b7-574c-4d52-a14d-d0b6e335b3f2\",\n            \"status\": \"missed\",\n            \"caller\": \"61402963XXX\",\n            \"firstTimeCaller\": \"no\",\n            \"duration\": \"53\",\n            \"talkTime\": null,\n            \"target\": \"611300317533\",\n            \"audio\": \"http://s3-ap-southeast-2.amazonaws.com/audio.trkcall.com/uploads/WildJar-preamble2.mp3\",\n            \"audioId\": \"6b98f3b7-574c-4d52-a14d-d0b6e335b3f2\",\n            \"direction\": \"inbound\",\n            \"account\": \"23515\",\n            \"accountName\": \"Demo Calls\",\n            \"trackingNumber\": \"61299999905\",\n            \"trackingName\": \"FakeNumber 5\",\n            \"trackingSource\": \"Demo Google PPC\",\n            \"tags\": null,\n            \"DTMF\": null,\n            \"DTMFname\": null,\n            \"location\": \"Mobile\",\n            \"country\": \"AU\",\n            \"network\": \"mobile\",\n            \"state\": \"VIC\",\n            \"area\": \"MELBOURNE\",\n            \"timestamp\": \"1594941353\",\n            \"dateStartGMT\": \"2020-07-16 23:15:53\",\n            \"dateStopGMT\": \"2020-07-16 23:16:46\",\n            \"userTimezone\": \"Australia/Sydney\",\n            \"dateStartUser\": \"2020-07-17 09:15:53\",\n            \"dateStopUser\": \"2020-07-17 09:16:46\",\n            \"localTimezone\": \"Australia/Sydney\",\n            \"dateStartLocal\": \"2020-07-17 09:15:53\",\n            \"dateStopLocal\": \"2020-07-17 09:16:46\",\n            \"score\": null,\n            \"notes\": null,\n            \"web\": {\n                \"medium\": \"(none)\",\n                \"source\": \"(direct)\"\n            },\n            \"IVR\": {\n                \"id\": \"221916\",\n                \"option\": \"2\",\n                \"action\": \"transfer\",\n                \"actionId\": \"10699\",\n                \"name\": \"Support\",\n                \"remoteCode\": null\n            },\n            \"intelligence\": \"1\"\n        },\n        {\n            \"id\": \"5516082\",\n            \"uuid\": \"bdaa5830-0832-494d-95b5-1e77f6c8d85b\",\n            \"status\": \"abandoned\",\n            \"caller\": \"61434526XXX\",\n            \"firstTimeCaller\": \"no\",\n            \"duration\": \"10\",\n            \"talkTime\": null,\n            \"target\": null,\n            \"audio\": null,\n            \"audioId\": null,\n            \"direction\": \"inbound\",\n            \"account\": \"23515\",\n            \"accountName\": \"Demo Calls\",\n            \"trackingNumber\": \"61299999901\",\n            \"trackingName\": \"FakeNumber 1\",\n            \"trackingSource\": \"Demo Press Ad\",\n            \"tags\": null,\n            \"DTMF\": null,\n            \"DTMFname\": null,\n            \"location\": \"Mobile\",\n            \"country\": \"AU\",\n            \"network\": \"mobile\",\n            \"state\": \"AU\",\n            \"area\": \"Mobile\",\n            \"timestamp\": \"1594941366\",\n            \"dateStartGMT\": \"2020-07-16 23:16:06\",\n            \"dateStopGMT\": \"2020-07-16 23:16:16\",\n            \"userTimezone\": \"Australia/Sydney\",\n            \"dateStartUser\": \"2020-07-17 09:16:06\",\n            \"dateStopUser\": \"2020-07-17 09:16:16\",\n            \"localTimezone\": \"Australia/Sydney\",\n            \"dateStartLocal\": \"2020-07-17 09:16:06\",\n            \"dateStopLocal\": \"2020-07-17 09:16:16\",\n            \"score\": null,\n            \"notes\": null,\n            \"web\": null,\n            \"IVR\": null,\n            \"intelligence\": null\n        }\n    ],\n    \"recordsTotal\": 3,\n    \"recordsFiltered\": 3\n}"}],"_postman_id":"1fe808e7-1588-4953-848d-aacc39e46470"},{"name":"Show call details","id":"60fed026-d036-4436-9370-c4dfd0c5b45e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/call/:id","description":"<p>Show detailed call records for a specific call. If the number is configured for dynamic number insertion, it will also show web attribution information.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","call",":id"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>Call ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"be493a82-6475-4899-9145-82374d3ba467","name":"Show call details","originalRequest":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/call/{{id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"id\": \"5515733\",\n        \"uuid\": \"4fdd1e19-796c-4247-be5e-591cba175109\",\n        \"status\": \"answered\",\n        \"caller\": \"61488843599\",\n        \"firstTimeCaller\": \"yes\",\n        \"duration\": \"68\",\n        \"talkTime\": \"59\",\n        \"target\": \"611300317533\",\n        \"audio\": \"http://s3-ap-southeast-2.amazonaws.com/audio.trkcall.com/uploads/WildJar-preamble2.mp3\",\n        \"audioId\": \"4fdd1e19-796c-4247-be5e-591cba175109\",\n        \"direction\": \"inbound\",\n        \"account\": \"23515\",\n        \"accountName\": \"Demo Calls\",\n        \"trackingNumber\": \"61299999904\",\n        \"trackingName\": \"FakeNumber 4\",\n        \"trackingSource\": \"Demo Google PPC\",\n        \"tags\": null,\n        \"DTMF\": null,\n        \"DTMFname\": null,\n        \"location\": \"Mobile\",\n        \"country\": \"AU\",\n        \"network\": \"Mobile\",\n        \"state\": \"NSW\",\n        \"area\": \"SYDNEY\",\n        \"timestamp\": \"1594940822\",\n        \"dateStartGMT\": \"2020-07-16 23:07:02\",\n        \"dateStopGMT\": \"2020-07-16 23:08:10\",\n        \"userTimezone\": \"Australia/Sydney\",\n        \"dateStartUser\": \"2020-07-17 09:07:02\",\n        \"dateStopUser\": \"2020-07-17 09:08:10\",\n        \"localTimezone\": \"Australia/Sydney\",\n        \"dateStartLocal\": \"2020-07-17 09:07:02\",\n        \"dateStopLocal\": \"2020-07-17 09:08:10\",\n        \"score\": 3,\n        \"notes\": \"Booked a meeting\",\n        \"web\": {\n            \"medium\": \"paid\",\n            \"source\": \"google\",\n            \"page\": \"https://wildjar.com/\",\n            \"campaign\": \"Call Tracking\",\n            \"keyword\": \"+call +tracking\",\n            \"content\": null,\n            \"device\": null,\n            \"landing\": \"https://wildjar.com/?gclid=CjwKCAjwr7X4BRA4EiwAUXjbt2RoyJlFWVGvXDEfNmtOiSLiA_aOUzF3HDg00a9WnBYt_ayi4ox06xoCsDoQAvD_BwE\",\n            \"user\": \"875667270\",\n            \"session\": \"1594764457\",\n            \"referrer\": null,\n            \"IP\": \"66.249.90.248\",\n            \"gclid\": \"CjwKCAjwr7X4BRA4EiwAUXjbt2RoyJlFWVGvXDEfNmtOiSLiA_aOUzF3HDg00a9WnBYt_ayi4ox06xoCsDoQAvD_BwE\",\n            \"gsi\": \"1594764457\"\n        },\n        \"IVR\": {\n            \"id\":\"123456\",\n            \"option\":\"1\",\n            \"action\":\"transfer\",\n            \"actionId\":\"1234\",\n            \"name\":\"Sales\",\n            \"remoteCode\":null\n        },\n        \"intelligence\": \"1\"\n    }\n}"}],"_postman_id":"60fed026-d036-4436-9370-c4dfd0c5b45e"},{"name":"Show call details and call transcription","id":"112d243f-17dc-4aa7-8616-38a5388cc95e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/call/:id/full","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","call",":id","full"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>Call ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"a22452a2-9cb3-4f67-a944-5548447aa938","name":"Show call details","originalRequest":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/call/{{id}}/full"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"id\": \"5515733\",\n        \"uuid\": \"4fdd1e19-796c-4247-be5e-591cba175109\",\n        \"status\": \"answered\",\n        \"caller\": \"61488843599\",\n        \"firstTimeCaller\": \"yes\",\n        \"duration\": \"68\",\n        \"talkTime\": \"59\",\n        \"target\": \"611300317533\",\n        \"audio\": \"http://s3-ap-southeast-2.amazonaws.com/audio.trkcall.com/uploads/WildJar-preamble2.mp3\",\n        \"audioId\": \"4fdd1e19-796c-4247-be5e-591cba175109\",\n        \"direction\": \"inbound\",\n        \"account\": \"23515\",\n        \"accountName\": \"Demo Calls\",\n        \"trackingNumber\": \"61299999904\",\n        \"trackingName\": \"FakeNumber 4\",\n        \"trackingSource\": \"Demo Google PPC\",\n        \"tags\": null,\n        \"DTMF\": null,\n        \"DTMFname\": null,\n        \"location\": \"Mobile\",\n        \"country\": \"AU\",\n        \"network\": \"Mobile\",\n        \"state\": \"NSW\",\n        \"area\": \"SYDNEY\",\n        \"timestamp\": \"1741322463\",\n        \"dateStartGMT\": \"2025-03-07 04:41:03\",\n        \"dateStopGMT\": \"2025-03-07 04:41:49\",\n        \"userTimezone\": \"Australia/Sydney\",\n        \"dateStartUser\": \"2025-03-07 15:41:03\",\n        \"dateStopUser\": \"2025-03-07 15:41:49\",\n        \"localTimezone\": \"Australia/Sydney\",\n        \"dateStartLocal\": \"2025-03-07 15:41:03\",\n        \"dateStopLocal\": \"2025-03-07 15:41:49\",\n        \"score\": 3,\n        \"notes\": \"Booked a meeting\",\n        \"web\": {\n            \"medium\": \"paid\",\n            \"source\": \"google\",\n            \"page\": \"https://wildjar.com/\",\n            \"campaign\": \"Call Tracking\",\n            \"keyword\": \"+call +tracking\",\n            \"content\": null,\n            \"device\": null,\n            \"landing\": \"https://wildjar.com/?gclid=CjwKCAjwr7X4BRA4EiwAUXjbt2RoyJlFWVGvXDEfNmtOiSLiA_aOUzF3HDg00a9WnBYt_ayi4ox06xoCsDoQAvD_BwE\",\n            \"user\": \"875667270\",\n            \"session\": \"1594764457\",\n            \"referrer\": null,\n            \"IP\": \"66.249.90.248\",\n            \"gclid\": \"CjwKCAjwr7X4BRA4EiwAUXjbt2RoyJlFWVGvXDEfNmtOiSLiA_aOUzF3HDg00a9WnBYt_ayi4ox06xoCsDoQAvD_BwE\",\n            \"gsi\": \"1594764456\"\n        },\n        \"IVR\": {\n            \"id\": \"123456\",\n            \"option\": \"1\",\n            \"action\": \"transfer\",\n            \"actionId\": \"1234\",\n            \"name\": \"Sales\",\n            \"remoteCode\": null\n        },\n        \"intelligence\": {\n            \"confidence\": 0.8849957627118642,\n            \"donedate\": \"2025-03-07 15:42:08\",\n            \"sentiment\": \"Positive\",\n            \"fullText\": \"Hello?\\nThis is Waldron. Hi, Waldron.\\nHey, Kim. How you going?\",\n            \"sentiments\": {\n                \"Positive\": 4,\n                \"Neutral\": 19,\n                \"Negative\": 0\n            },\n            \"utterances\": [\n                {\n                    \"emotion\": \"Neutral\",\n                    \"sentiment\": \"Neutral\",\n                    \"gender\": \"unknown\",\n                    \"sentence\": \"Hello?\",\n                    \"start\": 1,\n                    \"end\": 1,\n                    \"metadata\": {\n                        \"channel\": \"1\"\n                    },\n                    \"confidence\": 0.82142,\n                    \"events\": [\n                        {\n                            \"word\": \"Hello?\",\n                            \"start\": 560,\n                            \"end\": 1140,\n                            \"confidence\": 0.82142,\n                            \"sentiment\": \"Neutral\"\n                        }\n                    ]\n                },\n                {\n                    \"emotion\": \"Neutral\",\n                    \"sentiment\": \"Neutral\",\n                    \"gender\": \"unknown\",\n                    \"sentence\": \"This is Waldron. Hi, Waldron.\",\n                    \"start\": 2,\n                    \"end\": 6,\n                    \"metadata\": {\n                        \"channel\": \"1\"\n                    },\n                    \"confidence\": 0.95770085,\n                    \"events\": [\n                        {\n                            \"word\": \"This\",\n                            \"start\": 1920,\n                            \"end\": 2032,\n                            \"confidence\": 0.98084,\n                            \"sentiment\": \"Neutral\"\n                        },\n                        {\n                            \"word\": \"is\",\n                            \"start\": 2032,\n                            \"end\": 2168,\n                            \"confidence\": 0.99533,\n                            \"sentiment\": \"Neutral\"\n                        },\n                        {\n                            \"word\": \"Waldron.\",\n                            \"start\": 2176,\n                            \"end\": 3100,\n                            \"confidence\": 0.99046,\n                            \"sentiment\": \"Neutral\"\n                        },\n                        {\n                            \"word\": \"Hi,\",\n                            \"start\": 4240,\n                            \"end\": 4664,\n                            \"confidence\": 0.94012,\n                            \"sentiment\": \"Neutral\"\n                        },\n                        {\n                            \"word\": \"Waldron.\",\n                            \"start\": 4712,\n                            \"end\": 5660,\n                            \"confidence\": 0.91293,\n                            \"sentiment\": \"Neutral\"\n                        }\n                    ]\n                },\n                {\n                    \"emotion\": \"Neutral\",\n                    \"sentiment\": \"Neutral\",\n                    \"gender\": \"unknown\",\n                    \"sentence\": \"Hey, Kim. How you going?\",\n                    \"start\": 4,\n                    \"end\": 6,\n                    \"metadata\": {\n                        \"channel\": \"1\"\n                    },\n                    \"confidence\": 0.937404,\n                    \"events\": [\n                        {\n                            \"word\": \"Hey,\",\n                            \"start\": 4480,\n                            \"end\": 4904,\n                            \"confidence\": 0.99115,\n                            \"sentiment\": \"Neutral\"\n                        },\n                        {\n                            \"word\": \"Kim.\",\n                            \"start\": 4952,\n                            \"end\": 5224,\n                            \"confidence\": 0.9659,\n                            \"sentiment\": \"Neutral\"\n                        },\n                        {\n                            \"word\": \"How\",\n                            \"start\": 5272,\n                            \"end\": 5432,\n                            \"confidence\": 0.99092,\n                            \"sentiment\": \"Neutral\"\n                        },\n                        {\n                            \"word\": \"you\",\n                            \"start\": 5456,\n                            \"end\": 5592,\n                            \"confidence\": 0.81657,\n                            \"sentiment\": \"Neutral\"\n                        },\n                        {\n                            \"word\": \"going?\",\n                            \"start\": 5616,\n                            \"end\": 6180,\n                            \"confidence\": 0.92248,\n                            \"sentiment\": \"Neutral\"\n                        }\n                    ]\n                }\n            ],\n            \"talkStats\": {\n                \"silenceLength\": 4,\n                \"speechLength0\": 0,\n                \"speechLength1\": 33,\n                \"talkTime\": 37\n            },\n            \"AI\": {\n                \"detected\": \"unsure\",\n                \"summary\": {\n                    \"id\": \"chatcmpl-B8JpAnQEOT4xxbi2wiAiZStYX35uI\",\n                    \"content\": \"- Waldron called Kim\"\n                }\n            },\n            \"conversation\": [\n                {\n                    \"chan\": \"agent\",\n                    \"text\": \"Hello?\"\n                },\n                {\n                    \"chan\": \"agent\",\n                    \"text\": \"This is Waldron. Hi, Waldron.\"\n                },\n                {\n                    \"chan\": \"agent\",\n                    \"text\": \"Hey, Kim. How you going?\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"112d243f-17dc-4aa7-8616-38a5388cc95e"},{"name":"List call tags","id":"29b4dc64-ce3a-4014-8818-aea753359952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/call/tag","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","call","tag"],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"29b4dc64-ce3a-4014-8818-aea753359952"},{"name":"Add tag(s) to a call","id":"c5a69aac-10fc-4f98-b429-0755d481df14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        \"{{new_tag_name}}\",\n        \"{{existing_tag_uuid}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/call/:id","description":"<p>Add a tag or tags to a call.</p>\n<p>If you specify a name, a new tag will be created. If you specify the UUID of an existing tag, that tag will be applied.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","call",":id"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>Call ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"c5a69aac-10fc-4f98-b429-0755d481df14"},{"name":"Add notes to a call","id":"72177819-6f23-4777-b8bd-6375fc4c5821","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"notes\": \"text\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/call/:id","description":"<p>Add text notes to a call.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","call",":id"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>Call ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"72177819-6f23-4777-b8bd-6375fc4c5821"},{"name":"Score a call","id":"0ea52d9f-36b0-4e82-a738-97d38f5ee51c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"score\": \"{{0|1|2|3}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/call/:id","description":"<p>Score or rate a call.</p>\n<h2 id=\"scores\">Scores</h2>\n<table>\n    <tr>\n        <th>Value</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td>0</td>\n        <td>Not Classified</td>\n    </tr>\n    <tr>\n        <td>1</td>\n        <td>Poor</td>\n    </tr>\n    <tr>\n        <td>2</td>\n        <td>Average</td>\n    </tr>\n    <tr>\n        <td>3</td>\n        <td>Good</td>\n    </tr>\n</table>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","call",":id"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>Call ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0ea52d9f-36b0-4e82-a738-97d38f5ee51c"}],"id":"863ce7b7-19af-40f1-b966-29674071e5f0","event":[{"listen":"prerequest","script":{"id":"4f8ea429-7ee4-4910-9651-06d2482679a2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c80c63ce-14c0-4df0-9d28-5e2759c942fd","type":"text/javascript","exec":[""]}}],"_postman_id":"863ce7b7-19af-40f1-b966-29674071e5f0","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"Outbound Calls","item":[{"name":"List outbound calls","id":"d73d4e66-9f8d-4fc0-8938-4871cad2dbad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/call/outbound","description":"<p>List all calls in the call log.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","call","outbound"],"host":["api","trkcall","com"],"query":[{"disabled":true,"description":{"content":"<p>Filter the results by date from. You can specify dates in YYYY-MM-DD format or dates and times in YYYY-MM-DDTHH:MM:SS format. You can also specify the time zone offset YYYY-MM-DDTHH:MM:SS+11:00 if required.</p>\n","type":"text/plain"},"key":"dateFrom","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by date to. You can specify dates in YYYY-MM-DD format or dates and times in YYYY-MM-DDTHH:MM:SS format. You can also specify the time zone offset YYYY-MM-DDTHH:MM:SS+11:00 if required.</p>\n","type":"text/plain"},"key":"dateTo","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by minumum duration in seconds.</p>\n","type":"text/plain"},"key":"durationMin","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by maximum duration in seconds.</p>\n","type":"text/plain"},"key":"durationMax","value":""},{"disabled":true,"description":{"content":"<p>Sort the call log by the Call UUID. To sort ascending, use <code>order=uuid</code> and to sort descending, use <code>order=-uuid</code></p>\n","type":"text/plain"},"key":"order","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by status of the call:</p>\n<p><code>answered</code> - The call has has been answered (by a person or the answer point phone system).\n<code>abandoned</code> - The caller has hung up before the call is answered (by a person or the answer point phone system) and before the missed call timeout.\n<code>missed</code> - The call has not been answered (by a person or the answer point phone system) before the missed call timeout.</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>The tz database time zone name to apply to datefrom and dateto filters, for example <code>timezone=Australia%2FSydney</code>. To get the time zone of an account, use the \"timezone\" field from an account or \"tz\" field from a user.</p>\n","type":"text/plain"},"key":"timezone","value":""},{"disabled":true,"description":{"content":"<p>Filter the results by the user's SIP extension. To get the extension, take the final 3 digits of the SIP username. For example, SIP user 00000123 can be filterd using 123: <code>trackingNumber=123</code></p>\n","type":"text/plain"},"key":"trackingNumber","value":""}],"variable":[]}},"response":[{"id":"66f695f2-5e3d-4b5c-b0f7-f7f9f12b258b","name":"List outbound calls","originalRequest":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/call/outbound"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Jan 2021 23:41:11 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"uuid\": \"9cb15c7a-f446-49fb-85e1-a5acb1f05e26\",\n            \"sip\": \"00000123\",\n            \"account\": \"00000\",\n            \"accountName\": \"WildChar Charcoal Clicken\",\n            \"channel\": \"PJSIP/00000123-0000001e\",\n            \"status\": \"answered\",\n            \"talkTime\": \"43\",\n            \"caller\": \"anonymous\",\n            \"callerName\": \"chicken@wildchar.com\",\n            \"target\": \"61255501234\",\n            \"location\": \"none\",\n            \"area\": \"Kempsey\",\n            \"country\": \"AU\",\n            \"state\": \"none\",\n            \"network\": \"geo\",\n            \"list\": null,\n            \"audio\": null,\n            \"score\": null,\n            \"timestamp\": \"1583893720\",\n            \"dateStartGMT\": \"2020-03-11 02:28:40\",\n            \"dateStopGMT\": \"2020-03-11 02:29:25\",\n            \"userTimezone\": \"Australia/Sydney\",\n            \"dateStartUser\": \"2020-03-11 13:28:40\",\n            \"dateStopUser\": \"2020-03-11 13:29:25\",\n            \"localTimezone\": \"Australia/Sydney\",\n            \"dateStartLocal\": \"2020-03-11 13:28:40\",\n            \"dateStopLocal\": \"2020-03-11 13:29:25\",\n            \"tags\": null,\n            \"notes\": null,\n            \"duration\": \"45\",\n            \"direction\": \"outbound\"\n        }\n    ],\n    \"recordsTotal\": 1,\n    \"recordsFiltered\": 1\n}"}],"_postman_id":"d73d4e66-9f8d-4fc0-8938-4871cad2dbad"},{"name":"Show outbound call details","id":"1ec73570-b5c1-47c5-9db4-382809e4d7c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/call/outbound/:uuid","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","call","outbound",":uuid"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>Outbound call UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"282a24d6-2eb8-4413-889e-fdf49fe174a5","name":"Show outbound call details","originalRequest":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/call/outbound/9cb15c7a-f446-49fb-85e1-a5acb1f05e26"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Jan 2021 23:41:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"uuid\": \"9cb15c7a-f446-49fb-85e1-a5acb1f05e26\",\n        \"sip\": \"00000123\",\n        \"account\": \"00000\",\n        \"accountName\": \"WildJar Master Client\",\n        \"channel\": \"PJSIP/00000123-0000001e\",\n        \"status\": \"answered\",\n        \"talkTime\": \"43\",\n        \"caller\": \"anonymous\",\n        \"callerName\": \"chicken@wildchar.com\",\n        \"target\": \"61255501234\",\n        \"location\": \"none\",\n        \"area\": \"Kempsey\",\n        \"country\": \"AU\",\n        \"state\": \"none\",\n        \"network\": \"geo\",\n        \"list\": null,\n        \"audio\": null,\n        \"score\": null,\n        \"timestamp\": \"1583893720\",\n        \"dateStartGMT\": \"2020-03-11 02:28:40\",\n        \"dateStopGMT\": \"2020-03-11 02:29:25\",\n        \"userTimezone\": \"Australia/Sydney\",\n        \"dateStartUser\": \"2020-03-11 13:28:40\",\n        \"dateStopUser\": \"2020-03-11 13:29:25\",\n        \"localTimezone\": \"Australia/Sydney\",\n        \"dateStartLocal\": \"2020-03-11 13:28:40\",\n        \"dateStopLocal\": \"2020-03-11 13:29:25\",\n        \"tags\": null,\n        \"notes\": null,\n        \"duration\": \"45\",\n        \"direction\": \"outbound\"\n    }\n}"}],"_postman_id":"1ec73570-b5c1-47c5-9db4-382809e4d7c6"}],"id":"1c37f9f4-7503-4278-a555-8e13ff292c87","event":[{"listen":"prerequest","script":{"id":"92c3e211-6da7-47a6-9406-ce2eaaa00a24","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cbafe0cf-1e64-4890-a07f-48eee91b7314","type":"text/javascript","exec":[""]}}],"_postman_id":"1c37f9f4-7503-4278-a555-8e13ff292c87","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"Integrations","item":[{"name":"List GA (Universal) configurations (Deprecated)","id":"43481820-cffd-424c-a12f-b1f4d36a282d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/account/:account/ga/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account",":account","ga",""],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[],"_postman_id":"43481820-cffd-424c-a12f-b1f4d36a282d"},{"name":"List GA4 configurations","id":"5481b89f-a2d9-46a8-b6bf-ed1523b052f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/account/:account/ga4/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account",":account","ga4",""],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"26972d07-9d24-48be-9ea7-2804cf9f1f8d","name":"List GA4 configurations","originalRequest":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/account/{{account}}/ga4/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 May 2021 04:27:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"measuramentId\": \"G-XXXXXXXXXX\",\n        \"apiSecrept\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n        \"dids\": [\n            \"611300120440\",\n            \"611300317533\"\n        ]\n    }\n}"}],"_postman_id":"5481b89f-a2d9-46a8-b6bf-ed1523b052f4"},{"name":"Create GA4 configuration","id":"92ab573a-adad-46bc-a403-2a0ad916e1e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"measuramentId\": \"{{GA4_property_id}}\",\n    \"apiSecrept\": \"{{api_secret}}\",\n    \"dids\": [\n        \"{{did}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/account/:account/ga4/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account",":account","ga4",""],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"621ea1ea-753b-4cd0-a026-193106a0ddb0","name":"Create GA4 configuration","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"measuramentId\": \"G-XXXXXXXXXX\",\n    \"apiSecrept\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n    \"dids\": [\n        \"611300120440\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/account/10000/ga4/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 May 2021 04:27:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"measuramentId\": \"G-XXXXXXXXXX\",\n        \"apiSecrept\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n        \"dids\": [\n            \"611300120440\"\n        ]\n    }\n}"}],"_postman_id":"92ab573a-adad-46bc-a403-2a0ad916e1e2"},{"name":"Update GA4 configuration","id":"0c2b2b08-2f3a-4c4c-95c6-e24714475c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"measuramentId\": \"{{GA4_property_id}}\",\n    \"apiSecrept\": \"{{api_secret}}\",\n    \"dids\": [\n        \"{{did}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/account/:account/ga4/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account",":account","ga4",""],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"af409b9b-6e5b-483a-b009-9e0af96640ad","name":"Update GA4 configuration","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"measuramentId\": \"G-XXXXXXXXXX\",\n    \"apiSecrept\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n    \"dids\": [\n        \"611300120440\",\n        \"611300317533\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/account/10000/ga4/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 May 2021 04:27:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"measuramentId\": \"G-XXXXXXXXXX\",\n        \"apiSecrept\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n        \"dids\": [\n            \"611300120440\",\n            \"611300317533\"\n        ]\n    }\n}"}],"_postman_id":"0c2b2b08-2f3a-4c4c-95c6-e24714475c98"},{"name":"List Microsoft Advertising configurations","id":"b1e0534e-da94-42b8-97f8-81ff0c8e966e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/account/:account/bing/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account",":account","bing",""],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[],"_postman_id":"b1e0534e-da94-42b8-97f8-81ff0c8e966e"}],"id":"30efa327-60d0-43d8-a6f4-e7db99de6d27","event":[{"listen":"prerequest","script":{"id":"935bbd87-e3e9-464f-9a18-c882b441356d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4840ca12-a84e-406a-b493-9b97c857d80b","type":"text/javascript","exec":[""]}}],"_postman_id":"30efa327-60d0-43d8-a6f4-e7db99de6d27","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"Numbers","item":[{"name":"List active tracking numbers","id":"17822ec8-3027-4c5d-a3d5-e54e1c60a58a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/number/","description":"<p>Returns a list of tracking numbers which have been provisioned to an account and are currently active.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","number",""],"host":["api","trkcall","com"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) Filter tracking numbers by WildJar account ID</p>\n","type":"text/plain"},"key":"account ","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Sort numbers by tracking number. To sort ascending, use <code>order=did</code> and to sort descending, use <code>order=-did</code></p>\n","type":"text/plain"},"key":"order","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Filter tracking numbers by number type, for example <code>geo</code>, <code>mobile</code>, <code>smart</code>, <code>tollfree</code></p>\n","type":"text/plain"},"key":"type","value":""}],"variable":[]}},"response":[{"id":"68188948-9868-49af-a707-972b43778a1b","name":"List active tracking numbers","originalRequest":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/number/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 May 2019 04:30:27 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"did\": \"61299999901\",\n            \"name\": \"FakeNumber 1\",\n            \"account\": \"23515\",\n            \"source\": \"Demo Press Ad\",\n            \"type\": \"geo\",\n            \"action\": \"transfer\",\n            \"actionId\": \"1\",\n            \"status\": \"active\",\n            \"customGA\": null\n        },\n        {\n            \"did\": \"61299999902\",\n            \"name\": \"FakeNumber 2\",\n            \"account\": \"23515\",\n            \"source\": \"Demo Facebook\",\n            \"type\": \"geo\",\n            \"action\": \"transfer\",\n            \"actionId\": \"1\",\n            \"status\": \"active\",\n            \"customGA\": null\n        },\n        {\n            \"did\": \"61299999903\",\n            \"name\": \"FakeNumber 3\",\n            \"account\": \"23515\",\n            \"source\": \"Demo Organic Search\",\n            \"type\": \"geo\",\n            \"action\": \"transfer\",\n            \"actionId\": \"1\",\n            \"status\": \"active\",\n            \"customGA\": null\n        },\n        {\n            \"did\": \"61299999904\",\n            \"name\": \"FakeNumber 4\",\n            \"account\": \"23515\",\n            \"source\": \"Demo Google PPC\",\n            \"type\": \"geo\",\n            \"action\": \"transfer\",\n            \"actionId\": \"1\",\n            \"status\": \"active\",\n            \"customGA\": null\n        },\n        {\n            \"did\": \"61299999905\",\n            \"name\": \"FakeNumber 5\",\n            \"account\": \"23515\",\n            \"source\": \"Demo Google PPC\",\n            \"type\": \"geo\",\n            \"action\": \"transfer\",\n            \"actionId\": \"1\",\n            \"status\": \"active\",\n            \"customGA\": null\n        },\n        {\n            \"did\": \"61299999906\",\n            \"name\": \"FakeNumber 6\",\n            \"account\": \"23516\",\n            \"source\": \"Demo Organic Search\",\n            \"type\": \"geo\",\n            \"action\": \"transfer\",\n            \"actionId\": \"1\",\n            \"status\": \"active\",\n            \"customGA\": null\n        },\n        {\n            \"did\": \"61299999907\",\n            \"name\": \"FakeNumber 7\",\n            \"account\": \"23516\",\n            \"source\": \"Demo Google PPC\",\n            \"type\": \"geo\",\n            \"action\": \"transfer\",\n            \"actionId\": \"1\",\n            \"status\": \"active\",\n            \"customGA\": null\n        }\n    ]\n}"}],"_postman_id":"17822ec8-3027-4c5d-a3d5-e54e1c60a58a"},{"name":"Show tracking number details","id":"f7336dd5-cac0-4fa8-820e-765ff7fabb1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/number/:did","description":"<p>Show detailed information about an individual tracking number.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","number",":did"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The tracking number in E164 format without a leading plus (+).</p>\n","type":"text/plain"},"type":"any","value":"","key":"did"}]}},"response":[{"id":"8a800c32-39f9-4958-9f5c-e00f709c8815","name":"Show tracking number details","originalRequest":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/number/61299999901"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Apr 2020 01:54:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"account\": \"23515\",\n        \"did\": \"61299999901\",\n        \"name\": \"FakeNumber 1\",\n        \"source\": \"Demo Press Ad\",\n        \"activationDate\": \"2016-05-01 00:00:00\",\n        \"cancelDate\": null,\n        \"status\": \"active\",\n        \"type\": \"geo\",\n        \"action\": \"transfer\",\n        \"actionId\": \"1\",\n        \"extra\": null,\n        \"country\": \"AU\",\n        \"area\": \"Terrey Hills\"\n    }\n}"}],"_postman_id":"f7336dd5-cac0-4fa8-820e-765ff7fabb1d"},{"name":"List available tracking numbers","id":"366edf2d-21dc-49fb-a029-6750a3233f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/number/available/:country_code","description":"<p>Returns a list of tracking numbers which are available for ordering in our public number pool.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","number","available",":country_code"],"host":["api","trkcall","com"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) <strong>GEO NUMBERS ONLY.</strong> Filter the results by the local call area. For example, <code>area=Sydney</code> or <code>area=London</code>.</p>\n","type":"text/plain"},"key":"area","value":null},{"disabled":true,"description":{"content":"<p>(Optional) Filter the results by tracking number type. The available types are:</p>\n<p><code>geo</code> - local numbers</p>\n<p><code>mobile</code> - mobile numbers</p>\n<p><code>smart</code> - national numbers - eg, AU 1300 numbers, UK 03 numbers</p>\n<p><code>tollfree</code> - toll-free numbers</p>\n","type":"text/plain"},"key":"network","value":null},{"disabled":true,"description":{"content":"<p>(Optional) Sort the available number pool. To sort ascending, use <code>order=did</code> and to sort descending, use <code>order=-did</code></p>\n","type":"text/plain"},"key":"order","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Filter results by the number prefix. For example, <code>prefix=6129</code> or <code>prefix=44204</code>.</p>\n","type":"text/plain"},"key":"prefix","value":null}],"variable":[{"description":{"content":"<p>The 2 character ISO country code (ie. AU, NZ, GB, US, CA)</p>\n","type":"text/plain"},"type":"any","value":"","key":"country_code"}]}},"response":[{"id":"a1bb2c82-c72a-42f7-a76d-b42d309138e8","name":"List available tracking numbers","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/number/available/:country_code","protocol":"https","host":["api","trkcall","com"],"path":["v2","number","available",":country_code"],"variable":[{"key":"country_code","value":"AU"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"did\": \"61255501234\",\n            \"network\": \"geo\",\n            \"country\": \"AU\",\n            \"area\": \"Sydney\"\n        },\n        {\n            \"did\": \"61255505678\",\n            \"network\": \"geo\",\n            \"country\": \"AU\",\n            \"area\": \"Sydney\"\n        }\n    ]\n}"}],"_postman_id":"366edf2d-21dc-49fb-a029-6750a3233f40"},{"name":"Order an available tracking number","id":"dbcd530f-3247-43b3-8f45-a8994cac46cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"{{source name}}\",\n  \"source\": \"{{source}}\",\n  \"action\": \"{{action type}}\",\n  \"actionId\": \"{{action ID}}\"\n}"},"url":"https://api.trkcall.com/v2/number/:account/:available_did","description":"<p>Order an tracking number from the WildJar available pool.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","number",":account",":available_did"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"},{"description":{"content":"<p>The available number in E164 format without a leading plus (+).</p>\n","type":"text/plain"},"type":"any","value":"","key":"available_did"}]}},"response":[{"id":"50958d79-4add-4ec9-b302-61d7803f33e4","name":"Order an available tracking number","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{source name}}\",\n    \"source\": \"{{source}}\",\n    \"action\": \"{{action type}}\",\n    \"actionId\": \"{{action ID}}\"\n}"},"url":"https://api.trkcall.com/v2/number/{{account}}/{{available_did}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"dbcd530f-3247-43b3-8f45-a8994cac46cb"},{"name":"Update tracking number","id":"0e224cfa-7324-4763-80e1-332501c779a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"account\": \"{{account}}\",\n    \"did\": \"{{did}}\",\n    \"name\": \"{{source name}}\",\n    \"source\": \"{{source}}\",\n    \"action\": \"{{action type}}\",\n    \"actionId\": \"{{action ID}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/number/:did","description":"<p>Update details of an in-use tracking number.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","number",":did"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The tracking number in E164 format without a leading plus (+).</p>\n","type":"text/plain"},"type":"any","value":"","key":"did"}]}},"response":[],"_postman_id":"0e224cfa-7324-4763-80e1-332501c779a6"},{"name":"Decommission tracking number","id":"5b010e4f-e555-4fc5-87a0-6b2d59e28644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.trkcall.com/v2/number/:did","description":"<p>Decommission an in-use tracking number. Once decommissioned, the number will move into a decommissioned state and remain in the account for 24 hours, during which time it can be restored by our <a href=\"https://support.wildjar.com/hc/en-us/requests/new\">support team</a>.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","number",":did"],"host":["api","trkcall","com"],"query":[],"variable":[{"id":"b849a64d-0243-4f3c-9bbc-dcacc486507c","type":"any","value":"","key":"did"}]}},"response":[],"_postman_id":"5b010e4f-e555-4fc5-87a0-6b2d59e28644"}],"id":"a6487e9d-ca0a-4c6f-a24a-72c1b63ff024","_postman_id":"a6487e9d-ca0a-4c6f-a24a-72c1b63ff024","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"Routing","item":[{"name":"Applying and changing routing","item":[{"name":"Update the routing of a tracking number","id":"3d3f5ba8-a38d-4df0-82ef-27150891b28b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"{{action}}\",\n    \"actionId\": \"{{action_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/routing/:account/did/:did","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","routing",":account","did",":did"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"},{"description":{"content":"<p>The tracking number in E164 format without a leading plus (+).</p>\n","type":"text/plain"},"type":"any","value":"","key":"did"}]}},"response":[{"id":"971aec68-081b-4f00-b223-254e5344bc71","name":"Update the routing of a tracking number","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"transfer\",\n    \"actionId\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/routing/{{account}}/did/{{did}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": \"done\"\n}"}],"_postman_id":"3d3f5ba8-a38d-4df0-82ef-27150891b28b"}],"id":"df88e3ab-5458-4019-911f-7872cc6afb1f","description":"<p>This section outlines how to apply a call flow to a tracking number or change the routing to a new call flow.</p>\n","_postman_id":"df88e3ab-5458-4019-911f-7872cc6afb1f","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"Transfers","item":[{"name":"List transfers in an account","id":"bd5b1d79-c120-4ae8-af4e-3862000c2d1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/routing/:account/transfer","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","routing",":account","transfer"],"host":["api","trkcall","com"],"query":[],"variable":[{"id":"c51505e6-3e90-4049-8e75-0feba678a9c6","description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"4eb00f05-1038-4633-b273-0bee9a2ee167","name":"List Transfers in an account","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/routing/:account/transfer","protocol":"https","host":["api","trkcall","com"],"path":["v2","routing",":account","transfer"],"variable":[{"key":"account","value":"","description":"The WildJar account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"account\": \"20001\",\n            \"name\": \"Sydney Office\",\n            \"nextAction\": \"voicemail\",\n            \"nextActionId\": \"1234\",\n            \"target\": \"+61255507890\",\n            \"timeout\": \"25\",\n            \"record\": \"yes\",\n            \"recording\": \"http://s3-ap-southeast-2.amazonaws.com/audio.trkcall.com/uploads/WildJar-preamble2.mp3\",\n            \"whisper\": \"Call from website\",\n            \"forceCaller\": \"\",\n            \"notify\": \"no\",\n            \"groupId\": \"0\"\n        }\n    ]\n}"}],"_postman_id":"bd5b1d79-c120-4ae8-af4e-3862000c2d1c"},{"name":"Show detailed transfer routing","id":"b322e1ea-fee2-4fe6-b1a7-a5ef39890f7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/routing/:account/transfer/:actionId","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","routing",":account","transfer",":actionId"],"host":["api","trkcall","com"],"query":[],"variable":[{"id":"6cd2d1b3-c1f3-4918-918d-57523d94d9ab","description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"},{"id":"c0311cbd-bbf5-472b-8280-5aec3d46b5f6","description":{"content":"<p>The transfer action ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"actionId"}]}},"response":[{"id":"4b608413-acd2-4537-9fe1-6618e94728a0","name":"Show detailed Transfer routing","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/routing/:account/transfer/:actionId","protocol":"https","host":["api","trkcall","com"],"path":["v2","routing",":account","transfer",":actionId"],"variable":[{"key":"account","value":"","description":"The WildJar account ID"},{"key":"actionId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"ok\",\n  \"data\": {\n    \"action\": \"transfer\",\n    \"id\": \"1\",\n    \"account\": \"20001\",\n    \"name\": \"Sydney Office\",\n    \"nextAction\": \"voicemail\",\n    \"nextActionId\": \"1234\",\n    \"target\": \"+61255507890\",\n    \"timeout\": \"25\",\n    \"record\": \"yes\",\n    \"recording\": \"http://s3-ap-southeast-2.amazonaws.com/audio.trkcall.com/uploads/WildJar-preamble2.mp3\",\n    \"whisper\": \"Call from website\",\n    \"forceCaller\": \"\",\n    \"notify\": \"no\",\n    \"groupId\": \"0\"\n  }\n}"}],"_postman_id":"b322e1ea-fee2-4fe6-b1a7-a5ef39890f7a"},{"name":"Create transfer","id":"e0c0533f-9ad5-47d5-af49-72f56827413c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.trkcall.com/v2/routing/:account/transfer/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","routing",":account","transfer",""],"host":["api","trkcall","com"],"query":[],"variable":[{"id":"a2602e57-c491-4d20-b6c5-5724149c96fa","description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"914663cd-e065-4e11-b3b5-2153c16adc82","name":"Create transfer","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Sydney Office\",\n  \"nextAction\": \"voicemail\",\n  \"nextActionId\": \"1234\",\n  \"target\": \"+61255507890\",\n  \"timeout\": \"25\",\n  \"record\": \"yes\",\n  \"recording\": \"http://s3-ap-southeast-2.amazonaws.com/audio.trkcall.com/uploads/WildJar-preamble2.mp3\",\n  \"whisper\": \"Call from website\",\n  \"forceCaller\": \"\",\n  \"notify\": \"missed\",\n  \"groupId\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.trkcall.com/v2/routing/:account/transfer/","protocol":"https","host":["api","trkcall","com"],"path":["v2","routing",":account","transfer",""],"variable":[{"key":"account","value":"","description":"The WildJar account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"action\": \"transfer\",\n        \"id\": \"1\",\n        \"account\": \"20001\",\n        \"name\": \"Sydney Office\",\n        \"nextAction\": \"voicemail\",\n        \"nextActionId\": \"1234\",\n        \"target\": \"+61255507890\",\n        \"timeout\": \"25\",\n        \"record\": \"yes\",\n        \"recording\": \"http://s3-ap-southeast-2.amazonaws.com/audio.trkcall.com/uploads/WildJar-preamble2.mp3\",\n        \"whisper\": \"Call from website\",\n        \"forceCaller\": \"\",\n        \"notify\": \"no\",\n        \"groupId\": \"0\"\n    }\n}"}],"_postman_id":"e0c0533f-9ad5-47d5-af49-72f56827413c"},{"name":"Update transfer","id":"d572a530-137d-4476-8762-bfa95b0f046b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.trkcall.com/v2/routing/:account/transfer/:actionId","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","routing",":account","transfer",":actionId"],"host":["api","trkcall","com"],"query":[],"variable":[{"id":"dae73d05-ffd4-45c3-856c-23ffe8e651a5","description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"},{"id":"1054d4f1-60b7-41ad-8200-2955bd0e88d2","description":{"content":"<p>The transfer action ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"actionId"}]}},"response":[{"id":"13dab04e-4d9d-43c7-934c-3e3a17305410","name":"Update transfer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Sydney Office\",\n  \"nextAction\": \"voicemail\",\n  \"nextActionId\": \"1234\",\n  \"target\": \"+61255507890\",\n  \"timeout\": \"25\",\n  \"record\": \"yes\",\n  \"recording\": \"http://s3-ap-southeast-2.amazonaws.com/audio.trkcall.com/uploads/WildJar-preamble2.mp3\",\n  \"whisper\": \"Call from website\",\n  \"forceCaller\": \"\",\n  \"notify\": \"missed\",\n  \"groupId\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.trkcall.com/v2/routing/:account/transfer/:actionId","protocol":"https","host":["api","trkcall","com"],"path":["v2","routing",":account","transfer",":actionId"],"variable":[{"key":"account","value":"","description":"The WildJar account ID"},{"key":"actionId","value":"","description":"The transfer action ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"ok\",\n  \"data\": {\n    \"action\": \"transfer\",\n    \"id\": \"1\",\n    \"account\": \"20001\",\n    \"name\": \"Sydney Office\",\n    \"nextAction\": \"voicemail\",\n    \"nextActionId\": \"1234\",\n    \"target\": \"+61255507890\",\n    \"timeout\": \"25\",\n    \"record\": \"yes\",\n    \"recording\": \"http://s3-ap-southeast-2.amazonaws.com/audio.trkcall.com/uploads/WildJar-preamble2.mp3\",\n    \"whisper\": \"Call from website\",\n    \"forceCaller\": \"\",\n    \"notify\": \"missed\",\n    \"groupId\": \"0\"\n  }\n}"}],"_postman_id":"d572a530-137d-4476-8762-bfa95b0f046b"}],"id":"be92bbeb-0284-464c-ab7f-3ea3ab627143","description":"<p>This section outlines how to create and manage transfers.</p>\n","_postman_id":"be92bbeb-0284-464c-ab7f-3ea3ab627143","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"Voicemail","item":[{"name":"List voicemail actions in an account","id":"268e3b98-6076-4436-9449-15df269b6e30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/routing/:account/voicemail","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","routing",":account","voicemail"],"host":["api","trkcall","com"],"query":[],"variable":[{"id":"247bb778-c839-4f01-9188-25d3e6264edb","description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"784c713e-2b55-49cc-ba5e-aa23db539b62","name":"List voicemail actions in an account","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/routing/:account/voicemail","protocol":"https","host":["api","trkcall","com"],"path":["v2","routing",":account","voicemail"],"variable":[{"key":"account","value":"","description":"The WildJar account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"id\": \"1234\",\n            \"account\": \"20001\",\n            \"name\": \"Sydney Office\",\n            \"nextAction\": \"hangup\",\n            \"nextActionId\": \"0\",\n            \"read\": \"Thank you for calling, please leave a message.\",\n            \"play\": \"\",\n            \"notify\": \"missed\",\n            \"groupId\": \"12345\"\n        }\n    ]\n}"}],"_postman_id":"268e3b98-6076-4436-9449-15df269b6e30"},{"name":"Show detailed voicemail action configuration","id":"c70611fb-d548-4ee2-9e4f-a74fc577df8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/routing/:account/voicemail/:actionId","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","routing",":account","voicemail",":actionId"],"host":["api","trkcall","com"],"query":[],"variable":[{"id":"73ffd156-b40e-497f-98cb-3cb3680668a2","description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"},{"id":"4968181b-07fa-4d52-be66-4cba5da35b8a","description":{"content":"<p>The voicemail action ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"actionId"}]}},"response":[{"id":"a482f758-ce5f-4a0c-bdf4-b75c76651377","name":"Show detailed voicemail action configuration","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/routing/:account/voicemail/:actionId","protocol":"https","host":["api","trkcall","com"],"path":["v2","routing",":account","voicemail",":actionId"],"variable":[{"key":"account","value":"","description":"The WildJar account ID"},{"key":"actionId","value":"","description":"The voicemail action ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"action\": \"voicemail\",\n        \"id\": \"1234\",\n        \"name\": \"Sydney Office\",\n        \"account\": \"20001\",\n        \"nextAction\": \"hangup\",\n        \"nextActionId\": \"0\",\n        \"failedOnly\": \"yes\",\n        \"read\": \"Thank you for calling, please leave a message.\",\n        \"play\": \"\",\n        \"maxLen\": 300,\n        \"stt\": \"no\",\n        \"notify\": \"missed\",\n        \"groupId\": \"12345\",\n        \"contacts\": [\n            {\n                \"id\": \"1\",\n                \"userId\": \"0\",\n                \"address\": \"test@example.com\",\n                \"type\": \"emailTo\"\n            },\n            {\n                \"id\": \"3\",\n                \"userId\": \"0\",\n                \"address\": \"+61491570158\",\n                \"type\": \"smsAlert\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c70611fb-d548-4ee2-9e4f-a74fc577df8a"},{"name":"Create voicemail action","id":"75b5f0ff-e4cf-4604-8742-e8154812cc47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.trkcall.com/v2/routing/:account/voicemail","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","routing",":account","voicemail"],"host":["api","trkcall","com"],"query":[],"variable":[{"id":"a9a7f22f-2921-4ba3-a2d0-fba77f5a93a7","description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"e0a02ae1-ef0e-46fa-ba0e-0a3763a4b764","name":"Create voicemail action","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Sydney Office\",\n  \"nextAction\": \"hangup\",\n  \"nextActionId\": \"0\",\n  \"read\": \"Thank you for calling, please leave a message.\",\n  \"play\": \"\",\n  \"notify\": \"missed\",\n  \"groupId\": \"0\",\n  \"mcnMails\": [\n    \"test@example.com\"\n  ],\n  \"smsPhone\": [\n    \"+61491570158\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.trkcall.com/v2/routing/:account/voicemail","protocol":"https","host":["api","trkcall","com"],"path":["v2","routing",":account","voicemail"],"variable":[{"key":"account","value":"","description":"The WildJar account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"action\": \"voicemail\",\n        \"id\": \"1234\",\n        \"name\": \"Sydney Office\",\n        \"account\": \"20001\",\n        \"nextAction\": \"hangup\",\n        \"nextActionId\": \"0\",\n        \"failedOnly\": \"yes\",\n        \"read\": \"Thank you for calling, please leave a message.\",\n        \"play\": \"\",\n        \"maxLen\": 300,\n        \"stt\": \"no\",\n        \"notify\": \"missed\",\n        \"groupId\": \"12345\",\n        \"contacts\": [\n            {\n                \"id\": \"1\",\n                \"userId\": \"0\",\n                \"address\": \"test@example.com\",\n                \"type\": \"emailTo\"\n            },\n            {\n                \"id\": \"3\",\n                \"userId\": \"0\",\n                \"address\": \"+61491570158\",\n                \"type\": \"smsAlert\"\n            },\n            {\n                \"id\": \"3\",\n                \"userId\": \"0\",\n                \"address\": \"+61491570158\",\n                \"type\": \"smsAlert\"\n            }\n        ]\n    }\n}"}],"_postman_id":"75b5f0ff-e4cf-4604-8742-e8154812cc47"},{"name":"Update voicemail action","id":"d9a7ffef-472a-4a90-8395-15aa02bdbf11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.trkcall.com/v2/routing/:account/voicemail/:actionId","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","routing",":account","voicemail",":actionId"],"host":["api","trkcall","com"],"query":[],"variable":[{"id":"a546dc7b-cfc3-4cb6-9de2-3c1f77d212a9","description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"},{"id":"4895e4a2-b38d-475d-935e-3f04e225ad3e","description":{"content":"<p>The voicemail action ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"actionId"}]}},"response":[{"id":"804f9e5f-4113-49ed-ac79-550fcd3c14db","name":"Create voicemail action","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Sydney Office\",\n  \"nextAction\": \"hangup\",\n  \"nextActionId\": \"0\",\n  \"read\": \"Thank you for calling me, please leave a message.\",\n  \"play\": \"\",\n  \"notify\": \"missed\",\n  \"groupId\": \"0\",\n  \"mcnMails\": [\n    \"test@example.com\",\n    \"hello@example.com\"\n  ],\n  \"smsPhone\": [\n    \"+61491570157\",\n    \"+61491570158\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.trkcall.com/v2/routing/:account/voicemail/:actionId","protocol":"https","host":["api","trkcall","com"],"path":["v2","routing",":account","voicemail",":actionId"],"variable":[{"key":"account","value":"","description":"The WildJar account ID"},{"key":"actionId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"action\": \"voicemail\",\n        \"id\": \"1234\",\n        \"name\": \"Sydney Office\",\n        \"account\": \"20001\",\n        \"nextAction\": \"hangup\",\n        \"nextActionId\": \"0\",\n        \"failedOnly\": \"yes\",\n        \"read\": \"Thank you for calling me, please leave a message.\",\n        \"play\": \"\",\n        \"maxLen\": 300,\n        \"stt\": \"no\",\n        \"notify\": \"missed\",\n        \"groupId\": \"12345\",\n        \"contacts\": [\n            {\n                \"id\": \"1\",\n                \"userId\": \"0\",\n                \"address\": \"test@example.com\",\n                \"type\": \"emailTo\"\n            },\n            {\n                \"id\": \"2\",\n                \"userId\": \"0\",\n                \"address\": \"hello@example.com\",\n                \"type\": \"emailTo\"\n            },\n            {\n                \"id\": \"3\",\n                \"userId\": \"0\",\n                \"address\": \"+61491570158\",\n                \"type\": \"smsAlert\"\n            },\n            {\n                \"id\": \"4\",\n                \"userId\": \"0\",\n                \"address\": \"+61491570157\",\n                \"type\": \"smsAlert\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d9a7ffef-472a-4a90-8395-15aa02bdbf11"}],"id":"310701af-4b54-49ab-98bf-d5593bc6d29f","description":"<p>This section outlines how to create and manage voicemail actions.</p>\n","_postman_id":"310701af-4b54-49ab-98bf-d5593bc6d29f","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"IVR Menus","item":[{"name":"List IVRs in an account","id":"ca5a8df8-87ba-4076-b968-49a36d89f91b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/routing/:account/ivr","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","routing",":account","ivr"],"host":["api","trkcall","com"],"query":[],"variable":[{"id":"6f56371c-fa7e-4920-a41d-954e4a7e6563","description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"2711620e-0efd-4e13-871b-d5c842dcdead","name":"List IVRs in an account","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/routing/:account/ivr","protocol":"https","host":["api","trkcall","com"],"path":["v2","routing",":account","ivr"],"variable":[{"key":"account","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"ok\",\n  \"data\": [\n    {\n      \"id\": \"1\",\n      \"account\": \"20001\",\n      \"name\": \"Main IVR\",\n      \"nextAction\": \"hangup\",\n      \"nextActionId\": \"0\",\n      \"timeout\": \"5\",\n      \"digitTimeout\": \"3\",\n      \"finishOnKey\": \"#\",\n      \"digits\": \"1\",\n      \"retries\": \"1\",\n      \"message\": \"Please press 1 for sales or 2 for service.\",\n      \"invalidText\": \"\",\n      \"invalidPlay\": null,\n      \"invalidAction\": \"hangup\",\n      \"invalidActionId\": \"0\",\n      \"notify\": \"missed\",\n      \"groupId\": \"12345\"\n    }\n  ]\n}"}],"_postman_id":"ca5a8df8-87ba-4076-b968-49a36d89f91b"},{"name":"Show detailed IVR routing","id":"7b9feb4a-703b-47a4-841a-40e4cd69853e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/routing/:account/ivr/:actionId","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","routing",":account","ivr",":actionId"],"host":["api","trkcall","com"],"query":[],"variable":[{"id":"13c449b5-d025-47f0-b78c-e2e527b5a76c","description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"},{"id":"06481c6a-59b0-4d6a-8532-5758037029a5","description":{"content":"<p>The IVR action ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"actionId"}]}},"response":[{"id":"2533b0da-386d-4031-894a-57d43dad1f9a","name":"Show detailed IVR routing","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/routing/:account/ivr/:actionId","protocol":"https","host":["api","trkcall","com"],"path":["v2","routing",":account","ivr",":actionId"],"variable":[{"key":"account","value":"","description":"The WildJar account ID"},{"key":"actionId","value":"","description":"The IVR action ID"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"action\": \"voicemail\",\n        \"id\": \"1\",\n        \"account\": \"20001\",\n        \"name\": \"Main IVR\",\n        \"nextAction\": \"hangup\",\n        \"nextActionId\": \"0\",\n        \"timeout\": \"5\",\n        \"digitTimeout\": \"3\",\n        \"finishOnKey\": \"#\",\n        \"digits\": \"1\",\n        \"retries\": \"1\",\n        \"message\": \"http://s3-ap-southeast-2.amazonaws.com/audio.trkcall.com/uploads/WildJar-preamble2.mp3\",\n        \"invalidText\": \"\",\n        \"invalidPlay\": null,\n        \"invalidAction\": \"hangup\",\n        \"invalidActionId\": \"0\",\n        \"notify\": \"missed\",\n        \"groupId\": \"12345\",\n        \"valid\": [\n            {\n                \"id\": \"12345\",\n                \"option\": \"1\",\n                \"action\": \"transfer\",\n                \"actionId\": \"1234\",\n                \"name\": \"Sales\",\n                \"remoteCode\": null\n            },\n            {\n                \"id\": \"54321\",\n                \"option\": \"2\",\n                \"action\": \"transfer\",\n                \"actionId\": \"5678\",\n                \"name\": \"Service\",\n                \"remoteCode\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"7b9feb4a-703b-47a4-841a-40e4cd69853e"},{"name":"Create IVR","id":"d46b3796-2e69-493a-a74f-eb07d93877b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/routing/:account/ivr","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","routing",":account","ivr"],"host":["api","trkcall","com"],"query":[],"variable":[{"id":"8f17e4f3-a789-47f7-a17a-5a3f7c09dcf1","description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"e181202d-539a-450d-a169-b74f90ff0790","name":"Create IVR","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"New IVR\",\n  \"nextAction\": \"transfer\",\n  \"nextActionId\": \"1234\",\n  \"timeout\": \"5\",\n  \"digitTimeout\": \"3\",\n  \"finishOnKey\": \"#\",\n  \"digits\": \"1\",\n  \"retries\": \"1\",\n  \"message\": \"Please press 1 for sales, 2 for support.\",\n  \"invalidText\": \"\",\n  \"invalidPlay\": null,\n  \"invalidAction\": \"hangup\",\n  \"invalidActionId\": \"0\",\n  \"notify\": \"no\",\n  \"groupId\": \"0\",\n  \"valid\": [\n    {\n      \"option\": \"1\",\n      \"action\": \"transfer\",\n      \"actionId\": \"12345\",\n      \"name\": \"Sales\",\n      \"remoteCode\": null\n    },\n    {\n      \"option\": \"2\",\n      \"action\": \"transfer\",\n      \"actionId\": \"67890\",\n      \"name\": \"Support\",\n      \"remoteCode\": null\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.trkcall.com/v2/routing/:account/ivr","protocol":"https","host":["api","trkcall","com"],"path":["v2","routing",":account","ivr"],"variable":[{"key":"account","value":"","description":"The WildJar account ID"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"action\": \"ivr\",\n        \"id\": \"1\",\n        \"account\": \"20001\",\n        \"name\": \"New IVR\",\n        \"nextAction\": \"transfer\",\n        \"nextActionId\": \"1234\",\n        \"timeout\": \"5\",\n        \"digitTimeout\": \"3\",\n        \"finishOnKey\": \"#\",\n        \"digits\": \"1\",\n        \"retries\": \"1\",\n        \"message\": \"Please press 1 for sales, 2 for support.\",\n        \"invalidText\": \"\",\n        \"invalidPlay\": null,\n        \"invalidAction\": \"hangup\",\n        \"invalidActionId\": 0,\n        \"notify\": \"no\",\n        \"groupId\": \"0\",\n        \"valid\": [\n            {\n                \"id\": 12345,\n                \"option\": \"1\",\n                \"action\": \"transfer\",\n                \"actionId\": 12345,\n                \"name\": \"Sales\",\n                \"remoteCode\": null\n            },\n            {\n                \"id\": 67890,\n                \"option\": \"2\",\n                \"action\": \"transfer\",\n                \"actionId\": \"67890\",\n                \"name\": \"Support\",\n                \"remoteCode\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"d46b3796-2e69-493a-a74f-eb07d93877b1"},{"name":"Update IVR","id":"7b18fd39-a379-4bc9-b39a-ae880631d593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.trkcall.com/v2/routing/:account/ivr/:actionId","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","routing",":account","ivr",":actionId"],"host":["api","trkcall","com"],"query":[],"variable":[{"id":"99ab69d3-a9b8-484b-a884-1de9fa9d7491","description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"},{"id":"118818d6-8275-4899-8df0-36ebab3bbb93","description":{"content":"<p>The IVR action ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"actionId"}]}},"response":[{"id":"4e867cba-bb74-4e4e-998d-54cb68c7cd5a","name":"Update IVR","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"New IVR\",\n  \"nextAction\": \"transfer\",\n  \"nextActionId\": \"1234\",\n  \"timeout\": \"5\",\n  \"digitTimeout\": \"3\",\n  \"finishOnKey\": \"#\",\n  \"digits\": \"1\",\n  \"retries\": \"1\",\n  \"message\": \"Please press 1 for sales, 2 for support, 3 for accounts.\",\n  \"invalidText\": \"\",\n  \"invalidPlay\": null,\n  \"invalidAction\": \"hangup\",\n  \"invalidActionId\": \"0\",\n  \"notify\": \"no\",\n  \"groupId\": \"0\",\n  \"valid\": [\n    {\n      \"option\": \"1\",\n      \"action\": \"transfer\",\n      \"actionId\": \"12345\",\n      \"name\": \"Sales\",\n      \"remoteCode\": null\n    },\n    {\n      \"option\": \"2\",\n      \"action\": \"transfer\",\n      \"actionId\": \"67890\",\n      \"name\": \"Support\",\n      \"remoteCode\": null\n    },\n    {\n      \"option\": \"3\",\n      \"action\": \"transfer\",\n      \"actionId\": \"11121\",\n      \"name\": \"Accounts\",\n      \"remoteCode\": null\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.trkcall.com/v2/routing/:account/ivr/:actionId","protocol":"https","host":["api","trkcall","com"],"path":["v2","routing",":account","ivr",":actionId"],"variable":[{"key":"account","value":"","description":"The WildJar account ID"},{"key":"actionId","value":"","description":"The IVR action ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"action\": \"ivr\",\n        \"id\": \"1\",\n        \"account\": \"20001\",\n        \"name\": \"New IVR\",\n        \"nextAction\": \"transfer\",\n        \"nextActionId\": \"1234\",\n        \"timeout\": \"5\",\n        \"digitTimeout\": \"3\",\n        \"finishOnKey\": \"#\",\n        \"digits\": \"1\",\n        \"retries\": \"1\",\n        \"message\": \"Please press 1 for sales, 2 for support.\",\n        \"invalidText\": \"\",\n        \"invalidPlay\": null,\n        \"invalidAction\": \"hangup\",\n        \"invalidActionId\": 0,\n        \"notify\": \"no\",\n        \"groupId\": \"0\",\n        \"valid\": [\n            {\n                \"id\": 12345,\n                \"option\": \"1\",\n                \"action\": \"transfer\",\n                \"actionId\": 12345,\n                \"name\": \"Sales\",\n                \"remoteCode\": null\n            },\n            {\n                \"id\": 67890,\n                \"option\": \"2\",\n                \"action\": \"transfer\",\n                \"actionId\": \"67890\",\n                \"name\": \"Support\",\n                \"remoteCode\": null\n            },\n            {\n                \"id\": 11234,\n                \"option\": \"3\",\n                \"action\": \"transfer\",\n                \"actionId\": \"11121\",\n                \"name\": \"Accounts\",\n                \"remoteCode\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"7b18fd39-a379-4bc9-b39a-ae880631d593"}],"id":"f2436fa9-688b-44fb-8be6-30a5b7cf6031","description":"<p>This section outlines how to create and manage IVR menus.</p>\n","_postman_id":"f2436fa9-688b-44fb-8be6-30a5b7cf6031","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}}],"id":"2448beaa-59e7-4c04-bca7-ab338ede3782","description":"<p>Inbound calls are routed using sequences of \"actions\" called a call flow. The below actions are able to be viewed and configured via the API:</p>\n<table>\n    <tr>\n        <th>Action Type</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td>transfer</td>\n        <td>Transfer the call to a destination answer point.</td>\n    </tr>\n    <tr>\n        <td>voicemail</td>\n        <td>Prompt the caller to leave a voicemail.</td>\n    </tr>\n    <tr>\n        <td>time</td>\n        <td>Apply routing based on time of day.</td>\n    </tr>\n    <tr>\n        <td>robin</td>\n        <td>Route calls amongst multiple actions in a round-robin configuration.</td>\n    </tr>\n    <tr>\n        <td>ivr</td>\n        <td>Prompt the caller to select an option and route based on the input.</td>\n    </tr>\n</table>\n\n<p>The below are able to be used in call flows but cannot be configured by this endpoint:</p>\n<table>\n    <tr>\n        <th>Action Type</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td>location</td>\n        <td>Automatic routing based on postcode input or mobile location.</td>\n    </tr>\n    <tr>\n        <td>hangup</td>\n        <td>Hang up the call or end the call flow.</td>\n    </tr>\n</table>\n\n\n<h3 id=\"best-practice\">Best Practice</h3>\n<p>When creating a call flow, it is best practice to create them in reverse, as each \"action\" requires the action and action ID of the next action in the call flow.</p>\n","event":[{"listen":"prerequest","script":{"id":"d5810fda-cdbb-48f1-98f6-50a66843ccaa","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2eed5f58-1de9-4438-b1f8-18b2050297fd","type":"text/javascript","exec":[""]}}],"_postman_id":"2448beaa-59e7-4c04-bca7-ab338ede3782","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"SMS","item":[{"name":"Inbound SMS","item":[{"name":"List inbound SMS messages","id":"72bbeb09-308b-42a6-a82a-fe994de13cc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/sms/","description":"<p>Lists inbound SMS replies, including optouts</p>\n<h4 id=\"available-parameters\">Available parameters</h4>\n<table>\n    <tr>\n        <th>Parameter</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td>sender</td>\n        <td>Filter the results by the sending tracking number. The number format must be in international format without a leading plus (E164 format). For example, 0491 578 888 would be formatted as <code>sender=61491578888</code></td>\n    </tr>\n    <tr>\n        <td>receiver</td>\n        <td>Filter the results by the recipient's number. The number format must be in international format without a leading plus (E164 format). For example, 0491 578 888 would be formatted as <code>receiver=61491578888</code></td>\n    </tr>\n    <tr>\n        <td>datefrom and dateto</td>\n        <td>Filter the results by date range. You can specify dates in YYYY-MM-DD format or dates and times in YYYY-MM-DDTHH:MM:SS format. You can also specify the time zone offset YYYY-MM-DDTHH:MM:SS+11:00 if required.</td>\n    </tr>\n</table>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms",""],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[{"id":"9b79e3d8-d4c3-46fb-a986-ca09944b73ea","name":"List inbound SMS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/sms/","protocol":"https","host":["api","trkcall","com"],"path":["v2","sms",""],"query":[{"key":"perPage","value":"1","disabled":true},{"key":"page","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Apr 2020 01:41:55 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"uuid\": \"e6ca1185-1a0f-42e4-a9d8-439c8bef4407\",\n            \"account\": \"20000\",\n            \"sender\": \"61491570006\",\n            \"receiver\": \"61491570110\",\n            \"content\": \"Thanks your your call. Please reach out if you need anything.\",\n            \"stamp\": \"1566191890\",\n            \"application\": \"4575c429-e650-468a-8c7b-8a0fb33fcc9f\",\n            \"optout\": \"no\"\n        }\n    ],\n    \"recordsTotal\": 267,\n    \"recordsFiltered\": 267\n}"}],"_postman_id":"72bbeb09-308b-42a6-a82a-fe994de13cc2"},{"name":"List inbound SMS configurations","id":"9fe31a3b-0c38-4ed8-884a-63daf89d967a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/sms/application/","description":"<p>Show the configurations for inbound SMS, including the <a href=\"https://support.wildjar.com/hc/en-us/articles/360000632476\">email address where inbound SMS will be forwarded to</a> and the default opt-out keyword for <a href=\"https://support.wildjar.com/hc/en-us/articles/360001248996\">SMS Campaigns</a> from this number.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","application",""],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fe31a3b-0c38-4ed8-884a-63daf89d967a"},{"name":"Add new inbound SMS configuration","id":"b5963ebe-2a7c-4289-9e9e-0567a59b2c23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"account\": \"{{account}}\",\n    \"number\": \"{{did}}\",\n    \"unsubscribe\": \"STOP\",\n    \"email\": [\n        \"{{email_address}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/application/","description":"<p>Add a configurations for inbound SMS to one of your numbers. The <a href=\"https://support.wildjar.com/hc/en-us/articles/360000632476\">email address where inbound SMS will be forwarded to</a> and the default opt-out keyword for <a href=\"https://support.wildjar.com/hc/en-us/articles/360001248996\">SMS Campaigns</a> from this number must be set.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","application",""],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5963ebe-2a7c-4289-9e9e-0567a59b2c23"},{"name":"Edit inbound SMS configuration","id":"f4b6429e-9f45-4138-b32f-8cea812247bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"account\": \"{{account}}\",\n    \"number\": \"{{did}}\",\n    \"unsubscribe\": \"STOP\",\n    \"email\": [\n        \"{{email_address}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/application/:uuid","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","application",":uuid"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The inbound SMS configuration UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[],"_postman_id":"f4b6429e-9f45-4138-b32f-8cea812247bf"}],"id":"7e5c8bd7-ede2-4960-9653-68831b5ba0fd","description":"<p>This section outlines inbound SMS, including forwarding rules for SMS2Email.</p>\n","_postman_id":"7e5c8bd7-ede2-4960-9653-68831b5ba0fd","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"Transactional SMS","item":[{"name":"Send a single SMS","id":"4a3ce33a-51cf-4a2c-86fe-622b382227e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/javascript","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": \"{{account}}\",\n    \"sender\": \"{{did}}\",\n    \"target\": \"{{recipient}}\",\n    \"content\": \"{{content}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/send","description":"<p>Send a single outbound SMS</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","send"],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[{"id":"1909f547-9854-475a-9aac-dbbec26ce9b9","name":"Send a single SMS","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"account\":\"20000\",\n  \"target\":\" 61491570006\",\n  \"content\":\"Hello there!\",\n  \"sender\":\"61491570156\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Sep 2019 00:05:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"uuid\": \"ac911f6d-3f6f-4e9d-b432-3fff8ec13b35\",\n        \"sms\": 1\n    }\n}"}],"_postman_id":"4a3ce33a-51cf-4a2c-86fe-622b382227e9"}],"id":"74d90cd4-1f26-4947-8765-004517a9f6e3","description":"<p>This section outlines management of transactional (single-send) SMS.</p>\n","_postman_id":"74d90cd4-1f26-4947-8765-004517a9f6e3","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"SMS Campaigns","item":[{"name":"List SMS contact lists","id":"2e5e8151-f23f-4751-9fe2-604bcaac4aec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/sms/list/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","list",""],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e5e8151-f23f-4751-9fe2-604bcaac4aec"},{"name":"Show contact list details","id":"bd910ad0-bb05-4105-9c9e-211b210d098f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/sms/list/:uuid","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","list",":uuid"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The contact list UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[],"_postman_id":"bd910ad0-bb05-4105-9c9e-211b210d098f"},{"name":"Create an SMS contact list","id":"656c1405-5e95-43cf-8377-50b9eb2ea7a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{list_name}}\",\n    \"account\": \"{{account}}\",\n    \"contacts\": [\n        \"{{recipient}}\",\n        \"{{recipient}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/list/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","list",""],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[{"id":"d3870415-ccf9-422c-9156-0949b3875ad1","name":"Create an SMS contact list","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Contact List 1\",\n    \"account\": \"20000\",\n    \"contacts\": [\n        \"61491570156\",\n        \"61491570110\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/list/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Apr 2020 00:29:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"uuid\": \"dd896c93-3c48-4c84-a827-5be4f19795a9\",\n        \"account\": \"20000\",\n        \"name\": \"Contact List 1\",\n        \"tot\": 2,\n        \"contacts\": {\n            \"valid\": [\n                \"+61491570156\",\n                \"+61491570110\"\n            ],\n            \"invalid\": [],\n            \"duplicates\": [],\n            \"blocked\": []\n        }\n    }\n}"}],"_postman_id":"656c1405-5e95-43cf-8377-50b9eb2ea7a8"},{"name":"Update an SMS contact list","id":"10d1ca20-dd0b-4425-a2ec-3b030f69845b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{list_name}}\",\n    \"account\": \"{{account}}\",\n    \"contacts\": [\n        \"{{recipient}}\",\n        \"{{recipient}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/list/:uuid","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","list",":uuid"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The contact list UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"f3d49500-3dda-47c3-99cd-3385a5f38ddf","name":"Create an SMS contact list","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Contact List 1\",\n    \"account\": \"20000\",\n    \"contacts\": [\n        \"61491570156\",\n        \"61491570110\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/list/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Apr 2020 00:29:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"uuid\": \"dd896c93-3c48-4c84-a827-5be4f19795a9\",\n        \"account\": \"20000\",\n        \"name\": \"Contact List 1\",\n        \"tot\": 2,\n        \"contacts\": {\n            \"valid\": [\n                \"+61491570156\",\n                \"+61491570110\"\n            ],\n            \"invalid\": [],\n            \"duplicates\": [],\n            \"blocked\": []\n        }\n    }\n}"}],"_postman_id":"10d1ca20-dd0b-4425-a2ec-3b030f69845b"},{"name":"List SMS campaigns","id":"ccf4220c-bb66-4cee-b9ac-1becabf16527","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/sms/bulk/","description":"<h4 id=\"available-parameters\">Available parameters</h4>\n<table>\n    <tr>\n        <th>Parameter</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td>status</td>\n        <td>Filter campaigns by status. If status is not specified, all statuses are shown. Valid statuses are <code>completed</code>, <code>draft</code>, <code>processing</code>, <code>send</code> (for campaigns scheduled or ready to send) and <code>error</code>. You can show campaigns from multiple statuses by comma separating the statuses, for example <code>status=error,draft,send</code>. completed\n    </td></tr>\n</table>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","bulk",""],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccf4220c-bb66-4cee-b9ac-1becabf16527"},{"name":"Show SMS campaign details","id":"12e69f7e-34ec-4821-a475-1c1228f44d0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/sms/bulk/:uuid","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","bulk",":uuid"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The SMS campaign UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[],"_postman_id":"12e69f7e-34ec-4821-a475-1c1228f44d0e"},{"name":"Create a draft SMS campaign","id":"7fee76b9-1557-451d-bec5-0418510fce96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"A descriptive campaign name\",\n    \"remoteId\": \"Your own ID (optional)\",\n    \"sender\": \"{{did}}\",\n    \"account\": \"{{account}}\",\n    \"content\": \"The body of your message goes here. Opt-out reply STOP\",\n    \"destinations\": [\n        \"{{recipient}}\",\n        \"{{recipient}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/bulk/","description":"<p>The first step in sending an SMS campaign is to create a draft.</p>\n<p>If the length of the message content exceeds 160 characters, it will be split into multiple messages and charged accordingly. You can see how many messages the content will be split across under \"concatenation\" in the response.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","bulk",""],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[{"id":"6b45f1c7-2853-41dd-ae10-b58b36194172","name":"Create a draft SMS campaign","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"This is a test campaign\",\n    \"remoteId\": \"TEST001\",\n    \"sender\": \"61491570006\",\n    \"account\": \"20000\",\n    \"content\": \"The body of your message goes here. Opt-out reply STOP\",\n    \"destinations\": [\n        \"+61491570156\",\n        \"+61491570110\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/bulk/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Apr 2020 22:23:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"uuid\": \"116bb21a-827f-4e34-93fa-7b9a4b6bd374\",\n        \"account\": \"20000\",\n        \"status\": \"draft\",\n        \"name\": \"This is a test campaign\",\n        \"remoteId\": \"TEST001\",\n        \"scheduled\": 0,\n        \"sender\": \"61491570006\",\n        \"content\": \"The body of your message goes here. Opt-out reply STOP\",\n        \"concatenation\": 1,\n        \"inList\": 2,\n        \"sent\": 0,\n        \"delivered\": 0,\n        \"blocked\": 0,\n        \"processed\": 0,\n        \"list\": {\n            \"valid\": [\n                \"+61491570156\",\n                \"+61491570110\"\n            ],\n            \"invalid\": [],\n            \"duplicates\": [],\n            \"blocked\": [],\n            \"totals\": {\n                \"AU\": 2\n            },\n            \"charges\": {\n                \"AU\": 0.0002\n            }\n        },\n        \"charges\": {\n            \"a9caf42d-5782-4515-8ba3-e48f61c947bf\": {\n                \"name\": \"WildJar\",\n                \"email\": null,\n                \"code\": \"deaa2782-74b9-4538-a333-09f8c6654473\",\n                \"clientId\": null,\n                \"type\": \"direct\",\n                \"mode\": \"prepay\",\n                \"credit\": \"9.9878\",\n                \"currency\": \"AUD\",\n                \"paymentGW\": \"stripe\",\n                \"xeroId\": \"5240c3a0-00cb-4e62-93c1-b17c655a2908\",\n                \"xeroContact\": null,\n                \"autoPay\": \"no\",\n                \"resell\": null,\n                \"countries\": {\n                    \"AU\": \"0.0001\"\n                },\n                \"tot\": 0.0002\n            }\n        }\n    }\n}"}],"_postman_id":"7fee76b9-1557-451d-bec5-0418510fce96"},{"name":"Send an SMS campaign immediately","id":"cc201a7a-4481-4607-8fc1-e730be7bf099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"scheduled\": \"now\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/bulk/:uuid","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","bulk",":uuid"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The SMS campaign UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"0e291e8c-4726-4108-821b-97dbe05732f1","name":"Send an SMS campaign immediately","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"scheduled\": \"now\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/bulk/3d31d37f-1a59-43fa-899f-961b87370b21"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Apr 2020 22:41:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"uuid\": \"3d31d37f-1a59-43fa-899f-961b87370b21\",\n        \"account\": \"20000\",\n        \"status\": \"send\",\n        \"name\": \"This is a test campaign\",\n        \"remoteId\": \"TEST001\",\n        \"scheduled\": 1587422464,\n        \"sender\": \"61491570006\",\n        \"content\": \"The body of your message goes here. Opt-out reply STOP\",\n        \"concatenation\": 1,\n        \"inList\": 2,\n        \"sent\": 0,\n        \"delivered\": 0,\n        \"blocked\": 0,\n        \"processed\": 0,\n        \"list\": {\n            \"valid\": [\n                \"+61491570156\",\n        \t\t\"+61491570110\"\n            ],\n            \"invalid\": [],\n            \"duplicates\": [],\n            \"blocked\": [],\n            \"totals\": {\n                \"AU\": 2\n            },\n            \"charges\": {\n                \"AU\": 0.0002\n            }\n        },\n        \"charges\": {\n            \"a9caf42d-5782-4515-8ba3-e48f61c947bf\": {\n                \"name\": \"WildJar\",\n                \"email\": null,\n                \"code\": \"deaa2782-74b9-4538-a333-09f8c6654473\",\n                \"clientId\": null,\n                \"type\": \"direct\",\n                \"mode\": \"prepay\",\n                \"credit\": \"9.9878\",\n                \"currency\": \"AUD\",\n                \"paymentGW\": \"stripe\",\n                \"xeroId\": \"5240c3a0-00cb-4e62-93c1-b17c655a2908\",\n                \"xeroContact\": null,\n                \"autoPay\": \"no\",\n                \"resell\": null,\n                \"countries\": {\n                    \"AU\": \"0.0001\"\n                },\n                \"tot\": 0.0002\n            }\n        }\n    }\n}"}],"_postman_id":"cc201a7a-4481-4607-8fc1-e730be7bf099"},{"name":"Schedule an SMS campaign for sending","id":"7f5a3fa4-b232-47c6-bac5-40da79d4f3d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"scheduled\": \"{{YYYY-MM-DD HH:mm:ss}}\",\n    \"timezone\": \"{{time_zone}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/bulk/:uuid","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","bulk",":uuid"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The SMS campaign UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"bc31040b-91ff-4b85-b1e8-f2b0811cd28c","name":"Schedule an SMS campaign for sending","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"scheduled\": \"2020-04-21 13:30:00\",\n    \"timezone\": \"Australia/Sydney\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/bulk/3d31d37f-1a59-43fa-899f-961b87370b21"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Apr 2020 23:29:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"uuid\": \"3d31d37f-1a59-43fa-899f-961b87370b21\",\n        \"account\": \"20000\",\n        \"status\": \"send\",\n        \"name\": \"This is a test campaign\",\n        \"remoteId\": \"TEST001\",\n        \"scheduled\": 1587439800,\n        \"sender\": \"61491570006\",\n        \"content\": \"The body of your message goes here. Opt-out reply STOP\",\n        \"concatenation\": 1,\n        \"inList\": 2,\n        \"sent\": 0,\n        \"delivered\": 0,\n        \"blocked\": 0,\n        \"processed\": 0,\n        \"list\": {\n            \"valid\": [\n                \"+61491570156\",\n                \"+61491570110\"\n            ],\n            \"invalid\": [],\n            \"duplicates\": [],\n            \"blocked\": [],\n            \"totals\": {\n                \"AU\": 2\n            },\n            \"charges\": {\n                \"AU\": 0.0002\n            }\n        },\n        \"charges\": {\n            \"deaa2782-74b9-4538-a333-09f8c6654473\": {\n                \"name\": \"WildJar\",\n                \"email\": null,\n                \"code\": \"43cf2d85-0906-4721-a395-2bc9c3504498\",\n                \"clientId\": null,\n                \"type\": \"direct\",\n                \"mode\": \"prepay\",\n                \"credit\": \"9.9876\",\n                \"currency\": \"AUD\",\n                \"paymentGW\": \"stripe\",\n                \"xeroId\": \"5240c3a0-00cb-4e62-93c1-b17c655a2908\",\n                \"xeroContact\": null,\n                \"autoPay\": \"no\",\n                \"resell\": null,\n                \"countries\": {\n                    \"AU\": \"0.0001\"\n                },\n                \"tot\": 0.0002\n            }\n        }\n    }\n}"}],"_postman_id":"7f5a3fa4-b232-47c6-bac5-40da79d4f3d6"},{"name":"Delete a bulk SMS campaign","id":"68fe4026-a37f-4c5f-a92e-303cf12d9b00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"scheduled\": \"{{YYYY-MM-DD HH:mm:ss}}\",\n    \"timezone\": \"{{time_zone}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/sms/bulk/:uuid","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","bulk",":uuid"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The SMS campaign UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[],"_postman_id":"68fe4026-a37f-4c5f-a92e-303cf12d9b00"},{"name":"Add a number to the opt-out list manually","id":"b57ad764-460e-4e5b-a4bc-ab35fff0a2dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.trkcall.com/v2/sms/block/:account/:number_to_optout","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","sms","block",":account",":number_to_optout"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"},{"description":{"content":"<p>The number to opt out in E164 format without a leading plus (+)</p>\n","type":"text/plain"},"type":"any","value":"","key":"number_to_optout"}]}},"response":[],"_postman_id":"b57ad764-460e-4e5b-a4bc-ab35fff0a2dc"}],"id":"5a6b9d64-5755-4e16-9408-d4a38f3f72c5","description":"<p>This section outlines creation and management of SMS contact lists, SMS campaigns (bulk-send) and opt-outs</p>\n","_postman_id":"5a6b9d64-5755-4e16-9408-d4a38f3f72c5","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"SMS Follow Up","item":[{"name":"Get SMS Follow Up configurations","id":"5f5385f2-ae26-4dff-9ba2-49808390f9dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/account/:account/followup","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account",":account","followup"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"49100df7-757e-4b12-9d94-c71f2ffd1474","name":"Get SMS Follow Up configurations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.trkcall.com/v2/account/:account/followup","protocol":"https","host":["api","trkcall","com"],"path":["v2","account",":account","followup"],"variable":[{"key":"account","value":"20001","description":"The WildJar account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Sep 2020 04:07:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"answered\": \"Thank you for contacting us. We hope you enjoyed interacting with us today. We invite you to rate our service today from 1(-) to 5(+). Thank you and have a great day!\",\n        \"missed\": \"We are sorry we missed your call, please respond to this msg with your name and the best time to contact you and we will return the call asap.\",\n        \"sender\": \"61491570006\",\n        \"callStatus\": \"all\",\n        \"dids\": [\n            {\n                \"id\": \"1\",\n                \"did\": \"611300975710\",\n                \"sender\": null\n            },\n            {\n                \"id\": \"2\",\n                \"did\": \"611300975711\",\n                \"sender\": \"61491570156\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5f5385f2-ae26-4dff-9ba2-49808390f9dd"},{"name":"Create SMS Follow Up configuration","id":"2fa1501d-cc52-40df-9b35-8c3e4234b480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender\": \"{{sender}}\",\n    \"callStatus\": \"{{missed|answered|all}}\",\n    \"answered\": \"Thank you for contacting us. We hope you enjoyed interacting with us today. We invite you to rate our service today from 1(-) to 5(+). Thank you and have a great day!\",\n    \"missed\": \"We are sorry we missed your call, please respond to this msg with your name and the best time to contact you and we will return the call asap.\",\n    \"dids\": [\n        {\n            \"did\": \"{{did}}\",\n            \"status\": \"on\"\n        },\n        {\n            \"did\": \"{{did}}\",\n            \"status\": \"on\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/account/:account/followup","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account",":account","followup"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"a0c0f5da-1796-4cee-943a-1b0fc262de3f","name":"Create SMS Follow Up configuration","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"61491570006\",\n    \"callStatus\": \"all\",\n    \"answered\": \"Thank you for contacting us. We hope you enjoyed interacting with us today. We invite you to rate our service today from 1(-) to 5(+). Thank you and have a great day!\",\n    \"missed\": \"We are sorry we missed your call, please respond to this msg with your name and the best time to contact you and we will return the call asap.\",\n    \"dids\": [\n        {\n            \"did\": \"611300975710\",\n            \"status\": \"on\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.trkcall.com/v2/account/:account/followup","protocol":"https","host":["api","trkcall","com"],"path":["v2","account",":account","followup"],"variable":[{"key":"account","value":"20001","description":"The WildJar account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Sep 2020 04:07:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"answered\": \"Thank you for contacting us. We hope you enjoyed interacting with us today. We invite you to rate our service today from 1(-) to 5(+). Thank you and have a great day!\",\n        \"missed\": \"We are sorry we missed your call, please respond to this msg with your name and the best time to contact you and we will return the call asap.\",\n        \"sender\": \"61491570006\",\n        \"callStatus\": \"all\",\n        \"dids\": [\n            {\n                \"id\": \"1\",\n                \"did\": \"611300975710\",\n                \"sender\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"2fa1501d-cc52-40df-9b35-8c3e4234b480"},{"name":"Update SMS Follow Up configuration","id":"10df23af-8641-47b3-a158-6021eb231ad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender\": \"{{sender}}\",\n    \"callStatus\": \"{{missed|answered|all}}\",\n    \"answered\": \"Thank you for contacting us. We hope you enjoyed interacting with us today. We invite you to rate our service today from 1(-) to 5(+). Thank you and have a great day!\",\n    \"missed\": \"We are sorry we missed your call, please respond to this msg with your name and the best time to contact you and we will return the call asap.\",\n    \"dids\": [\n        {\n            \"id\": \"0\",\n            \"did\": \"{{did_to_enable_followup}}\",\n            \"status\": \"on\"\n        },\n        {\n            \"id\": \"0\",\n            \"did\": \"{{did_to_disable_followup}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/account/:account/followup","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account",":account","followup"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[{"id":"d74ffcb2-8107-492d-8ac7-585d8f4901a0","name":"Update SMS Follow Up configurations","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"61491570006\",\n    \"callStatus\": \"all\",\n    \"answered\": \"Thank you for contacting us. We hope you enjoyed interacting with us today. We invite you to rate our service today from 1(-) to 5(+). Thank you and have a great day!\",\n    \"missed\": \"We are sorry we missed your call, please respond to this msg with your name and the best time to contact you and we will return the call asap.\",\n    \"dids\": [\n        {\n            \"id\": \"1\",\n            \"did\": \"611300975710\",\n            \"status\": \"on\"\n        },\n        {\n            \"id\": \"2\",\n            \"did\": \"611300975711\"\n            \"sender\": \"61491570156\",\n            \"status\": \"on\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.trkcall.com/v2/account/:account/followup","protocol":"https","host":["api","trkcall","com"],"path":["v2","account",":account","followup"],"variable":[{"key":"account","value":"20001","description":"The WildJar account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Sep 2020 04:07:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Access-Control-Expose-Headers","value":"Date"},{"key":"Access-Control-Allow-Headers","value":"Date"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"answered\": \"Thank you for contacting us. We hope you enjoyed interacting with us today. We invite you to rate our service today from 1(-) to 5(+). Thank you and have a great day!\",\n        \"missed\": \"We are sorry we missed your call, please respond to this msg with your name and the best time to contact you and we will return the call asap.\",\n        \"sender\": \"61491570006\",\n        \"callStatus\": \"all\",\n        \"dids\": [\n            {\n                \"id\": \"1\",\n                \"did\": \"611300975710\",\n                \"sender\": null\n            },\n            {\n                \"id\": \"2\",\n                \"did\": \"611300975711\",\n                \"sender\": \"61491570156\"\n            }\n        ]\n    }\n}"}],"_postman_id":"10df23af-8641-47b3-a158-6021eb231ad0"},{"name":"Remove SMS Follow Up configuration","id":"ac043b0f-83c6-4d26-9bdc-34d637c59514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.trkcall.com/v2/account/:account/followup","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","account",":account","followup"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The WildJar account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account"}]}},"response":[],"_postman_id":"ac043b0f-83c6-4d26-9bdc-34d637c59514"}],"id":"8dbda36e-c3b7-4111-a2f1-57e84457f335","description":"<p>This section outlines creation and management of <a href=\"https://support.wildjar.com/hc/en-us/sections/360000113216-SMS-Follow-Up\">SMS follow up</a>.</p>\n","_postman_id":"8dbda36e-c3b7-4111-a2f1-57e84457f335","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}}],"id":"0855db81-98ff-42a6-a0d2-2c94f42df3ec","_postman_id":"0855db81-98ff-42a6-a0d2-2c94f42df3ec","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}},{"name":"Users","item":[{"name":"List users","id":"79ddcf7e-4e78-44ad-94e7-c1053d042c30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/user/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","user",""],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"79ddcf7e-4e78-44ad-94e7-c1053d042c30"},{"name":"Show user details","id":"854c159d-331a-469e-8631-806ea587fe36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.trkcall.com/v2/user/:username","description":"<p>You can get the currently logged in user's details at <code>https://api.trkcall.com/v2/user/me</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","user",":username"],"host":["api","trkcall","com"],"query":[],"variable":[{"description":{"content":"<p>The username of the user to look up.</p>\n","type":"text/plain"},"type":"any","value":"","key":"username"}]}},"response":[],"_postman_id":"854c159d-331a-469e-8631-806ea587fe36"},{"name":"Invite a user","id":"f2b328a0-2a48-4081-87b5-c4d72e89535a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email_address}}\",\n    \"account\": \"{{account}}\",\n    \"allow\": [\n        \"reports\",\n        \"conf\",\n        \"users\",\n        \"admin\",\n        \"billing\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/user/","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","user",""],"host":["api","trkcall","com"],"query":[],"variable":[]}},"response":[{"id":"0525256e-f21a-4de8-ae6a-6b26a919ccaa","name":"Invite a user","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"portal\": \"https://portal.wildjar.com\",\n    \"email\": \"test@example.com\",\n    \"account\": \"20001\",\n    \"allow\": [\n        \"reports\",\n        \"conf\",\n        \"users\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trkcall.com/v2/user/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"id\": null,\n        \"email\": \"test@example.com\",\n        \"username\": \"test@example.com\",\n        \"status\": \"active\",\n        \"level\": \"30\",\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"account\": \"20001\",\n        \"mobile\": \"\",\n        \"sip\": null,\n        \"allow\": [\n            \"reports\",\n            \"conf\",\n            \"users\"\n        ],\n        \"block\": \"c100\",\n        \"timezone\": \"Australia/Sydney\",\n        \"acl\": null,\n        \"key\": null\n    }\n}"}],"_postman_id":"f2b328a0-2a48-4081-87b5-c4d72e89535a"}],"id":"4a3723b9-ecb9-42f2-b974-7e4b897f87b2","_postman_id":"4a3723b9-ecb9-42f2-b974-7e4b897f87b2","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"018e22a6-7615-41df-bb60-b42edc37eb4d","id":"018e22a6-7615-41df-bb60-b42edc37eb4d","name":"WildJar API v2","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]}},"event":[{"listen":"prerequest","script":{"id":"6a79ef84-a767-4326-b992-d427384e13a0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d56eeb4c-32e1-48e6-a36f-89ead5e3bc55","type":"text/javascript","exec":[""]}}]}