What is an access token?
Access tokens are unique text strings – containing random characters- that act as keys for accessing a service. An access…
How does the Sonetel Access Token work?
The Sonetel Access Token gives you access to the Sonetel API. It is based on the OAuth2 standard. Some of…
How can I refresh an expired Access Token?
Use the refresh token to get a new access token. Since access tokens are only valid for 24 hours, your…
Generate token with Python
In this article, we will explain how you can generate an access token and how you can use it to…
Generate token with NodeJS
In this article, we will explain how you can generate a Sonetel access token with NodeJS and how you can…