Pricing & Coverage API | Authentication
tyntec will provide a username (${username}) and password (${password}) to grant access to the services:
<div class="geshifilter"><pre class="php geshifilter-php">https<span class="sy0">:</span><span class="co1">//${username}:${password}@rest.tyntec.com/sms/v1/</span></pre></div>
The Base64-encoded combination “${username}:${password}” is used as an authentication token for the basic HTTP authentication and can also be used in the HTTP header:
<div class="geshifilter"><pre class="php geshifilter-php">Authorization<span class="sy0">:</span> Basic $<span class="br0">{</span>authentication<span class="sy0">-</span>token<span class="br0">}</span></pre></div>