Business accounts
Get business accounts
Get information about your WhatsApp Business accounts, phone numbers, and available templates
GET
Description
This endpoint returns all information associated with your API Key: company data, phone numbers with their messaging quota, and approved templates with their variables.Authentication header
Your Mindo API Key. Format:
mindo_xxxxxxxxxxxxxxxxxxxxxxxxResponse
Your company name.
Name of the API Key used in the request.
WhatsApp phone numbers associated with your account.
Messaging limit tiers
Messaging tiers are assigned by Meta and determine how many unique conversations you can initiate per day.| Tier | Daily limit | Recommended speed | Estimated time (1000 msgs) |
|---|---|---|---|
TIER_50 | 50 conversations | 1.2s between messages | 20 minutes |
TIER_250 | 250 conversations | 0.24s between messages | 4 minutes |
TIER_1000 | 1,000 conversations | 0.06s between messages | 1 minute |
TIER_10000 | 10,000 conversations | 0.006s between messages | 6 seconds |
TIER_100000 | 100,000 conversations | 0.0006s between messages | < 1 second |
TIER_UNLIMITED | No limit | No delay | Instant |
The tier increases automatically based on usage and number quality.
Variable types
Template variables can be of the following types:| Type | Description | Example |
|---|---|---|
TEXT | Plain text | "Juan Perez" |
CURRENCY | Amount with currency | "$1,250.00" |
DATE_TIME | Date and/or time | "November 25", "18:30" |
IMAGE | Image URL | "https://..." |
VIDEO | Video URL | "https://..." |
DOCUMENT | Document URL | "https://..." |
Use cases
Get phone_number_id to send messages
Get phone_number_id to send messages
The
phoneNumberId field is the Meta ID you need to send messages through the API.Check available quota before sending
Check available quota before sending
Before sending messages, verify that the number has available quota.
List templates with their variables
List templates with their variables
Get the list of available templates and their variables to build sends.
Build payload dynamically from template variables
Build payload dynamically from template variables
Use variable information to build the send payload automatically.
Select number by quota availability
Select number by quota availability
If you have multiple numbers, automatically select the one with the most available quota.

