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

  1. Sign in to the Monty Mobile Communications Platform (MCP).
  2. Go to APIs → API – Integration (tabs: API List, Access Token).
  3. 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)
  4. 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:

HeaderDescription
api-keyThe secret token from step 1.
TenantYour organization's tenant UUID.

Pick a channel to continue:

Base URLs

ProductBase URLVersion
SMS, Pushhttps://omni-apis.montymobile.com/notificationv1
WhatsApphttps://whatsapp-notification.montymobile.comv2

Next: Authentication →