Connections

Fetch the account's new-chat message cap and usage — an antecedent indicator of the 463 restriction (how many new conversations can still be started this cycle). Read-only: queries WhatsApp directly (MEX) without sending a message.

get/connections/{phoneNumber}/new-chat-cap

Path parameters

phoneNumberstring required
Example:+551234567890

Phone number for connection. Must have + prefix.

Response

New-chat message cap retrieved successfully

Example response

{
  "data": {
    "total_quota": 100,
    "capping_status": "NONE"
  }
}