Connections

Fetch the account's reach-out time-lock state — the restriction behind error 463 ('account restricted') that blocks starting new chats. Read-only: queries WhatsApp directly (MEX) without sending a message, so it is safe to call on a restricted account.

get/connections/{phoneNumber}/reachout-timelock

Path parameters

phoneNumberstring required
Example:+551234567890

Phone number for connection. Must have + prefix.

Response

Reach-out time-lock state retrieved successfully

Example response

{
  "data": {
    "enforcementType": "DEFAULT"
  }
}