Introduction

View as Markdown

This SMS API collection provides a streamlined interface for interacting with our SMS messaging service.


Authentication

All requests are authenticated using a Bearer token, passed in the Authorization header in the following format:

1Authorization: Bearer <your_token>

Obtain your API token from your account dashboard or via your account administrator.

Security tip: Always store your token as a secret variable type in your environment to prevent it from being exposed in logs etc.