﻿{"id":15,"date":"2026-08-18T14:04:04","date_gmt":"2026-08-18T14:04:04","guid":{"rendered":"http:\/\/localhost\/index.php\/signup\/"},"modified":"2026-08-18T14:04:04","modified_gmt":"2026-08-18T14:04:04","slug":"signup","status":"publish","type":"page","link":"https:\/\/www.secure-chat.com\/index.php\/signup\/","title":{"rendered":"Get Secure Chat"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15\" class=\"elementor elementor-15\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6d41592 sc-verbatim elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6d41592\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f22f6eb\" data-id=\"f22f6eb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-587aea4 elementor-widget elementor-widget-html\" data-id=\"587aea4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"top\"><div class=\"wrap\">\n  <a class=\"back-top\" href=\"\/\">&larr; Back to home<\/a>\n  <a class=\"logo\" href=\"\/\" aria-label=\"Secure Chat home\">\n    <svg width=\"34\" height=\"30\" viewBox=\"0 0 38 34\" fill=\"none\" aria-hidden=\"true\"><path d=\"M4 2h30a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H14l-8 7v-7H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z\" fill=\"#1D4ED8\"\/><circle cx=\"19\" cy=\"11\" r=\"4\" fill=\"#A5F3FC\"\/><path d=\"M16.5 13.5h5L23 21h-8l1.5-7.5z\" fill=\"#A5F3FC\"\/><\/svg>\n    <span class=\"logo-word\">Secure Chat<\/span>\n  <\/a>\n<\/div><\/div>\n\n<header class=\"hero\">\n  <div class=\"wrap hero-grid\" id=\"grid\">\n    <div class=\"intro\">\n      <h1>Create your company space<\/h1>\n      <p class=\"lead\">Set up Secure Chat for your business today. No sales call, no implementation project, no new passwords for your team.<\/p>\n      <ol class=\"steps\">\n        <li>\n          <h2>We email your secure link<\/h2>\n          <p>It arrives at your work address in a few seconds.<\/p>\n        <\/li>\n        <li>\n          <h2>You finish setup<\/h2>\n          <p>Use the link to sign in, add your billing details, and name your company space.<\/p>\n        <\/li>\n        <li>\n          <h2>Invite your team<\/h2>\n          <p>Add as many people as you need. Everyone gets their own account in your space.<\/p>\n        <\/li>\n      <\/ol>\n      <p class=\"assure\"><span>Month to month billing<\/span><span>Cancel anytime<\/span><span>Your data is and stays yours<\/span><\/p>\n    <\/div>\n\n    <div class=\"card\" id=\"card\">\n      <h2>Get Secure Chat<\/h2>\n      <p class=\"sub\">Enter your details and we email you a secure link to finish setup.<\/p>\n      <form id=\"scForm\" onsubmit=\"return scSignup(event)\">\n        <div class=\"row\">\n          <div class=\"field\"><label for=\"scFirst\">First name<\/label><input id=\"scFirst\" type=\"text\" autocomplete=\"given-name\" required><\/div>\n          <div class=\"field\"><label for=\"scLast\">Last name<\/label><input id=\"scLast\" type=\"text\" autocomplete=\"family-name\" required><\/div>\n        <\/div>\n        <div class=\"field\"><label for=\"scCompany\">Company name<\/label><input id=\"scCompany\" type=\"text\" autocomplete=\"organization\" required><\/div>\n        <div class=\"field\"><label for=\"scEmail\">Work email<\/label><input id=\"scEmail\" type=\"email\" autocomplete=\"email\" placeholder=\"you@company.com\" required><\/div>\n        <div class=\"field\"><label for=\"scPhone\">Phone<\/label><div class=\"tel\"><select id=\"scCc\" aria-label=\"Country dialing code\"><option>+1<\/option><option>+44<\/option><option>+61<\/option><option>+64<\/option><option>+353<\/option><\/select><input id=\"scPhone\" type=\"tel\" placeholder=\"(555) 123-4567\" required><\/div><\/div>\n        <!-- The unsubscribe page is NOT deployed (owner's call 2026-08-11). Keep this as plain text,\n             not a link, until unsubscribe.html is actually on the webroot again. -->\n        <label class=\"consent\" for=\"scOptIn\"><input id=\"scOptIn\" type=\"checkbox\" checked><span>Yes, keep me posted with product updates and occasional emails from Secure Chat. You can unsubscribe at any time.<\/span><\/label>\n        <button class=\"btn\" type=\"submit\">Get Secure Chat<\/button>\n        <p class=\"fine\">We email your secure setup link to finish creating your account.<\/p>\n      <\/form>\n    <\/div>\n  <\/div>\n<\/header>\n\n<script>\nvar qp=new URLSearchParams(location.search);var pe=qp.get('email');if(pe){document.getElementById('scEmail').value=pe;}\nfunction scSignup(e){e.preventDefault();\nvar v=function(id){var el=document.getElementById(id);return el?el.value:'';};\nvar first=v('scFirst'),last=v('scLast'),company=v('scCompany'),email=v('scEmail'),phone=(v('scCc')+' '+v('scPhone')).trim();\nvar optEl=document.getElementById('scOptIn');var optIn=optEl?!!optEl.checked:false;\nvar CONSENT_TEXT='Yes, keep me posted with product updates and occasional emails from Secure Chat. You can unsubscribe at any time.';\n\/* HubSpot subscription type id for \"Secure Chat Product Updates\".\n   Find it at Settings > Marketing > Email > Subscription types (it is the number in the URL).\n   While this is 0 the opt-in is NOT sent to HubSpot as formal consent - it still reaches the\n   webhook and the welcome-email handler, so nothing is lost, but HubSpot will not record it\n   against a subscription. Set the real id before relying on HubSpot for consent records. *\/\nvar SC_HS_SUBSCRIPTION_ID=0;\nvar hutk=(document.cookie.match(\/hubspotutk=([^;]+)\/)||[])[1];\nvar HS_URL='https:\/\/api.hsforms.com\/submissions\/v3\/integration\/submit\/7679370\/57b0bf08-f76d-49f9-ae7b-70eb48dbe87c';\nvar hsBody=function(withConsent){\n  var b={fields:[{name:'firstname',value:first},{name:'lastname',value:last},{name:'company',value:company},{name:'email',value:email},{name:'phone',value:phone}],context:{hutk:hutk,pageUri:location.href,pageName:document.title}};\n  if(withConsent){b.legalConsentOptions={consent:{consentToProcess:true,text:'I agree to allow Secure Chat to store and process my personal data.',communications:[{value:optIn,subscriptionTypeId:SC_HS_SUBSCRIPTION_ID,text:CONSENT_TEXT}]}};}\n  return JSON.stringify(b);\n};\n\/* Submit with the consent block when it is configured, but NEVER let a rejected consent payload\n   cost us the contact: HubSpot answers a bad legalConsentOptions with a 400, which is not a thrown\n   error, so without this retry the signup would silently vanish. *\/\nvar hsPost=function(withConsent){\n  return fetch(HS_URL,{method:'POST',headers:{'Content-Type':'application\/json'},body:hsBody(withConsent)})\n    .then(function(r){if(!r.ok&&withConsent){return fetch(HS_URL,{method:'POST',headers:{'Content-Type':'application\/json'},body:hsBody(false)});}return r;});\n};\ntry{hsPost(SC_HS_SUBSCRIPTION_ID>0)['catch'](function(){});}catch(x){}\ntry{var fd=new FormData();fd.append('action','sc_welcome');fd.append('email',email);fd.append('name',first);fd.append('company',company);fd.append('optin',optIn?'1':'0');fetch('\/wp-admin\/admin-ajax.php',{method:'POST',body:fd});}catch(x){}\ntry{fetch('https:\/\/securechat.mis-solutions.com\/signup',{method:'POST',mode:'no-cors',headers:{'Content-Type':'application\/json'},body:JSON.stringify({firstName:first,lastName:last,company:company,email:email,phone:phone,marketingOptIn:optIn,marketingOptInText:CONSENT_TEXT})});}catch(x){}\nvar esc=function(s){return String(s).replace(\/[&<>\"']\/g,function(c){return{'&':'&amp;','<':'&lt;','>':'&gt;','\"':'&quot;',\"'\":'&#39;'}[c];});};\nvar nm=esc(first||'there'),co=esc(company||'your company'),em=esc(email);\nvar LOGO='<svg viewBox=\"0 0 32 32\" fill=\"none\"><path d=\"M7 4H25a5 5 0 0 1 5 5V19a5 5 0 0 1-5 5H13l-5 5v-5H7a5 5 0 0 1-5-5V9a5 5 0 0 1 5-5Z\" fill=\"#1D4ED8\"\/><circle cx=\"16\" cy=\"12\" r=\"3.2\" fill=\"#A5F3FC\"\/><path d=\"M14.7 13h2.6l.9 5.5a.6.6 0 0 1-.6.7h-3.2a.6.6 0 0 1-.6-.7l.9-5.5Z\" fill=\"#A5F3FC\"\/><\/svg>';\nvar CHK='<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12.5l4 4 10-10\"\/><\/svg>';\nvar ENV='<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\/><path d=\"M3.5 6.5L12 13l8.5-6.5\"\/><\/svg>';\nvar I1='<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10 13a5 5 0 0 0 7 0l3-3a5 5 0 0 0-7-7l-1 1\"\/><path d=\"M14 11a5 5 0 0 0-7 0l-3 3a5 5 0 0 0 7 7l1-1\"\/><\/svg>';\nvar I2='<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21h18\"\/><path d=\"M5 21V7l7-4 7 4v14\"\/><path d=\"M9 21v-4h6v4\"\/><\/svg>';\nvar I3='<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"8\" r=\"3\"\/><path d=\"M3 19a6 6 0 0 1 12 0\"\/><path d=\"M16 6a3 3 0 0 1 0 6\"\/><path d=\"M21 19a6 6 0 0 0-3-5\"\/><\/svg>';\nvar SEND='<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 19V5M5 12l7-7 7 7\"\/><\/svg>';\nfunction buildSuccess(){\n  var h=document.querySelector('.hero');h.classList.add('is-success');\n  var g=document.getElementById('grid');g.style.gridTemplateColumns='1fr';\n  g.innerHTML='<div class=\"s-top\"><span class=\"s-badge\">'+CHK+'<\/span><h1>Thank you, '+nm+'.<\/h1><p class=\"welcome\">Welcome to Secure Chat.<\/p>'\n  +'<div class=\"s-email\"><span class=\"env\">'+ENV+'<\/span><h2>Check your email<\/h2><p>A one time login link is on its way to<br><span class=\"addr\">'+em+'<\/span><br>Click it to sign in, with no new password to create.<\/p>'\n  +'<p class=\"resend\">Did not get it? Check your spam folder, or <button type=\"button\" id=\"scResend\" class=\"linkish\">resend the email<\/button>.<\/p><\/div><\/div>';\n  var below=document.createElement('div');below.className='s-below';\n  below.innerHTML='<div class=\"wrap\"><section class=\"s-ready\"><div class=\"shot\" aria-hidden=\"true\">'\n  +'<div class=\"side\"><div class=\"sb\">'+LOGO+'<span>'+co+'<\/span><\/div>'\n  +'<div class=\"s-new\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 5v14M5 12h14\"\/><\/svg>New chat<\/div>'\n  +'<div class=\"s-search\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"11\" cy=\"11\" r=\"7\"\/><path d=\"M21 21l-3.5-3.5\"\/><\/svg><span>Search chats...<\/span><\/div>'\n  +'<div class=\"grp\"><div class=\"lbl\">Today<\/div><div class=\"chat on\">PTO policy<\/div><div class=\"chat\">Company holidays 2026<\/div><\/div>'\n  +'<div class=\"grp\"><div class=\"lbl\">Last 7 days<\/div><div class=\"chat\">Return policy for orders<\/div><div class=\"chat\">Vendor contract summary<\/div><\/div><\/div>'\n  +'<div class=\"main\"><div class=\"mhead\">'+LOGO+'<span>'+co+' workspace<\/span><\/div>'\n  +'<div class=\"thread\"><span class=\"bub me\">What is our PTO policy?<\/span><span class=\"bub ai\">Full-time staff get 15 paid days off a year plus company holidays, accruing monthly.<\/span><span class=\"bub me\">Can I carry unused days into next year?<\/span><span class=\"bub ai\">Yes, up to 5 days roll over. Anything above that is paid out in January.<\/span><\/div>'\n  +'<div class=\"composer\"><span>Message Secure Chat...<\/span><span class=\"send\">'+SEND+'<\/span><\/div><\/div><\/div>'\n  +'<div><h2>'+co+'&rsquo;s Secure Chat is ready to be set up.<\/h2><p class=\"desc\">We just sent you an email to set up '+co+'&rsquo;s Secure Chat. Click your one time link, set up your account, and then you will be ready to add your team.<\/p><ul class=\"setup-steps\">'\n  +'<li><span class=\"ic\">'+I1+'<\/span><div><h3>Click your one time link<\/h3><p>It is in the email we just sent. It signs you in, and after that you can use your Microsoft or Office 365 login.<\/p><\/div><\/li>'\n  +'<li><span class=\"ic\">'+I2+'<\/span><div><h3>Set up your account<\/h3><p>Add your billing details, name your company space, and connect your systems. Do it yourself, or live with our team.<\/p><\/div><\/li>'\n  +'<li><span class=\"ic\">'+I3+'<\/span><div><h3>Add your team<\/h3><p>Invite as many people as you want. Each one joins '+co+'&rsquo;s Secure Chat with their own account.<\/p><\/div><\/li>'\n  +'<\/ul><\/div><\/section>'\n  +'<section class=\"s-faq\"><h2>Questions we get asked frequently<\/h2><div class=\"fgrid\">'\n  +'<div class=\"fcard\"><h3>How long until we can start?<\/h3><p>Right away. Your one time login link is in your inbox now. Click it, set up your company, and invite your team.<\/p><\/div>'\n  +'<div class=\"fcard\"><h3>What was in the email you sent me?<\/h3><p>A one time login link. It signs you in so you can set up your company&rsquo;s Secure Chat.<\/p><\/div>'\n  +'<div class=\"fcard\"><h3>When am I billed?<\/h3><p>You add a card during setup, then you are billed each month for your seats plus the storage and AI use your team uses.<\/p><\/div>'\n  +'<div class=\"fcard\"><h3>How do my team members get in?<\/h3><p>Set up your company first, then invite as many people as you want. Each joins with their own account, signing in with their Microsoft or Office 365 login.<\/p><\/div>'\n  +'<\/div><\/section>'\n  +'<\/div>';\n  h.insertAdjacentElement('afterend',below);\n  var rb=document.getElementById('scResend');\n  if(rb){rb.addEventListener('click',function(){rb.textContent='Sending...';try{var fd=new FormData();fd.append('action','sc_welcome');fd.append('email',email);fd.append('name',first);fd.append('company',company);fetch('\/wp-admin\/admin-ajax.php',{method:'POST',body:fd}).then(function(){rb.textContent='Sent again';}).catch(function(){rb.textContent='Sent again';});}catch(x){rb.textContent='Sent again';}});}\n}\nvar wc=document.createElement('div');wc.className='wc';\nwc.innerHTML='<div class=\"wc-inner\"><span class=\"wc-logo\"><svg viewBox=\"0 0 32 32\" width=\"80\" height=\"80\" fill=\"none\"><path d=\"M7 4H25a5 5 0 0 1 5 5V19a5 5 0 0 1-5 5H13l-5 5v-5H7a5 5 0 0 1-5-5V9a5 5 0 0 1 5-5Z\" fill=\"#ffffff\"\/><circle cx=\"16\" cy=\"12\" r=\"3.2\" fill=\"#2563eb\"\/><path d=\"M14.7 13h2.6l.9 5.5a.6.6 0 0 1-.6.7h-3.2a.6.6 0 0 1-.6-.7l.9-5.5Z\" fill=\"#2563eb\"\/><\/svg><\/span><h2 class=\"wc-title\">Thank you, '+nm+'.<\/h2><p class=\"wc-sub\">Sending your login link...<\/p><\/div>';\ndocument.body.appendChild(wc);\nrequestAnimationFrame(function(){requestAnimationFrame(function(){wc.classList.add('is-in');});});\nsetTimeout(function(){buildSuccess();window.scrollTo(0,0);},560);\nsetTimeout(function(){wc.classList.add('is-out');},1360);\nsetTimeout(function(){if(wc.parentNode){wc.parentNode.removeChild(wc);}},1980);\nreturn false;}\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-signup.php","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\r\n<title>Get Secure Chat - Secure Chat<\/title>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.secure-chat.com\/index.php\/signup\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Get Secure Chat - Secure Chat\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.secure-chat.com\/index.php\/signup\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Secure Chat\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.secure-chat.com\\\/index.php\\\/signup\\\/\",\"url\":\"https:\\\/\\\/www.secure-chat.com\\\/index.php\\\/signup\\\/\",\"name\":\"Get Secure Chat - Secure Chat\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.secure-chat.com\\\/#website\"},\"datePublished\":\"2026-08-18T14:04:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.secure-chat.com\\\/index.php\\\/signup\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.secure-chat.com\\\/index.php\\\/signup\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.secure-chat.com\\\/index.php\\\/signup\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.secure-chat.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Get Secure Chat\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.secure-chat.com\\\/#website\",\"url\":\"https:\\\/\\\/www.secure-chat.com\\\/\",\"name\":\"Secure Chat\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.secure-chat.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Get Secure Chat - Secure Chat","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.secure-chat.com\/index.php\/signup\/","og_locale":"en_US","og_type":"article","og_title":"Get Secure Chat - Secure Chat","og_url":"https:\/\/www.secure-chat.com\/index.php\/signup\/","og_site_name":"Secure Chat","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.secure-chat.com\/index.php\/signup\/","url":"https:\/\/www.secure-chat.com\/index.php\/signup\/","name":"Get Secure Chat - Secure Chat","isPartOf":{"@id":"https:\/\/www.secure-chat.com\/#website"},"datePublished":"2026-08-18T14:04:04+00:00","breadcrumb":{"@id":"https:\/\/www.secure-chat.com\/index.php\/signup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.secure-chat.com\/index.php\/signup\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.secure-chat.com\/index.php\/signup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.secure-chat.com\/"},{"@type":"ListItem","position":2,"name":"Get Secure Chat"}]},{"@type":"WebSite","@id":"https:\/\/www.secure-chat.com\/#website","url":"https:\/\/www.secure-chat.com\/","name":"Secure Chat","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.secure-chat.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.secure-chat.com\/index.php\/wp-json\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.secure-chat.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.secure-chat.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/www.secure-chat.com\/index.php\/wp-json\/wp\/v2\/comments?post=15"}],"version-history":[{"count":0,"href":"https:\/\/www.secure-chat.com\/index.php\/wp-json\/wp\/v2\/pages\/15\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.secure-chat.com\/index.php\/wp-json\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}