for developers

API Documentation

REST COMMONS API — orchestrate accounts & security

Manage organizations, users, API keys, sender IDs and automations. Commons unifies governance across every smsmode channel.

Access API REFERENCE
Exemple — cURL
curl --location 'https://rest.smsmode.com/commons/v1/credentials' \
  --header 'X-Api-Key: YOUR_API_KEY_HERE' \
  --header 'Content-Type: application/json' \
  --header 'Accept: application/json' \
  --data '{
    "name": "key-sms",
    "type": "API_KEY",
    "roles": [
      "ADMIN"
    ]
  }'

Useful resources

Get started quickly, resolve common issues, and explore best practices.

What are the recommended smsmode's security best practices?

To strengthen the security of your account, it is highly recommended to implement security measures for both you and your users.

Read article →

What is the best way to contact smsmode© technical support ?

To help you with any problem related to smsmode©, we offer different ways to contact us: Email, Phone, Live chat...

Read article →

How to monitor unusual activities of your smsmode© customer account ?

The Activity menu brings together information related to your activity, such as: IP connections, parameter changes...

Read article →