Skip to main content
GET
List connected WhatsApp numbers (senders)

Overview

A single Minimo company can connect more than one WhatsApp number — for example a support line and a marketing line, possibly under different WhatsApp Business Accounts (WABAs). This endpoint returns the numbers you are allowed to send from, so you know which values you can pass as the sender field of a WhatsApp send. The response is a redacted view: it deliberately excludes secrets and internal fields (API keys, client IDs, webhook URLs). It only exposes what you need to pick a sender.
Connect and manage your WhatsApp numbers from the Channels section at app.minimo.it/channels.

Response Structure

Fields

How the sender is resolved on a send

When you call POST /public/v1/templates/whatsapp/send, Minimo picks the number to send from as follows:
  1. If you pass sender, that number is used. You may pass either the phoneNumber (in any formatting — E.164, spaces, etc.) or the phoneNumberId.
  2. If you omit sender, the company preferred number (isPreferred: true) is used.
Passing a sender that isn’t one of the company’s connected numbers returns WHATSAPP_SENDER_NOT_FOUND. Always source the value from this endpoint.

Example: send from a specific number

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response with connected WhatsApp senders

items
object[]
pagination
object