v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
WhatsApp Campaigns

Get your WhatsApp API account information

get/whatsappCampaigns/config

Response

Get all the information of your WhatsApp API account

whatsappBusinessAccountIdstring

Id of the WhatsApp business account

sendingLimitstring

Sending limit Information of the WhatsApp API account

phoneNumberQuality'GREEN' | 'YELLOW' | 'RED'

Quality status of phone number associated with WhatsApp account. There are three quality ratings. example - High (GREEN) , Medium (YELLOW) and Low(RED)

whatsappBusinessAccountStatusstring

Status information related to WhatsApp Api account

businessStatusstring

Verification status information of the Business account

phoneNumberNameStatus'APPROVED' | 'PENDING' | 'REJECTED'

Status of the name associated with WhatsApp Phone number

Example response

{
  "whatsappBusinessAccountId": "105569359072383",
  "sendingLimit": "TIER_1K",
  "phoneNumberQuality": "GREEN",
  "whatsappBusinessAccountStatus": "APPROVED",
  "businessStatus": "verified",
  "phoneNumberNameStatus": "APPROVED"
}