Getting started
The Monty Mobile platform lets you send SMS, WhatsApp, and Push notifications through a single, consistent API. This guide gets you from zero to your first API call.
1. Create an account & API token
- Sign in to the Monty Mobile Communications Platform (MCP).
- Go to APIs → API – Integration (tabs: API List, Access Token).
- Click + Create and fill in the token form:
- Token Name — e.g.
Production App - Token Expiry — shorter is more secure
- Scopes — grant least privilege (e.g.
send-otp,send-whatsapp)
- Token Name — e.g.
- Copy the generated token immediately — it is shown only once.
2. Whitelist your server IP
Register the public IPv4 address of the server that will call the API. Requests from non-whitelisted IPs are rejected.
3. Make your first call
Every request needs two headers — your API key and your tenant ID:
| Header | Description |
|---|---|
api-key | The secret token from step 1. |
Tenant | Your organization's tenant UUID. |
Pick a channel to continue:
Base URLs
| Product | Base URL | Version |
|---|---|---|
| SMS, Push | https://omni-apis.montymobile.com/notification | v1 |
https://whatsapp-notification.montymobile.com | v2 |
Next: Authentication →