Authentication

Pricing & Coverage API | Authentication

tyntec will provide a username (${username}) and password (${password}) to grant access to the services:

https://${username}:${password}@rest.tyntec.com/sms/v1/

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:

Authorization: Basic ${authentication-token}