v1

latestOpenAPI 3.0.02026-07-14181255304.7 KB
Business

Get new chat limit

Returns the current account limit for starting new individual chats.

get/business/limits/new_chat

Response

OK

limitnumber required

Number of new individual chats allowed in the current cycle. -1 means WhatsApp did not report a limit.

usednumber required

Number of new individual chats already used in the current cycle. -1 means WhatsApp did not report usage.

remainingnumber required

Number of new individual chats remaining in the current cycle. -1 means unavailable.

cycle_start_atnumber nullable required

Unix timestamp in seconds when the current cycle starts. Null means WhatsApp did not report a usable timestamp.

cycle_end_atnumber nullable required

Unix timestamp in seconds when the current cycle ends. Null means WhatsApp did not report a usable timestamp.

updated_atnumber nullable required

Unix timestamp in seconds when WhatsApp reported this state. Null means WhatsApp did not report a usable timestamp.

status'none' | 'first_warning' | 'second_warning' | 'capped' required

WhatsApp status for the new chat limit.

ote_status'not_eligible' | 'eligible' | 'active_in_current_cycle' | 'exhausted' required

WhatsApp one-time extension status for the new chat limit.

mv_status'not_eligible' | 'not_active' | 'active' | 'active_upgrade_available' required

WhatsApp multi-verification status for the new chat limit.

Example response

{
  "status": "none",
  "ote_status": "eligible",
  "mv_status": "not_active"
}