Whatsapp Phone Numbers
Get conversation window status for a phone number
Returns whether the 24-hour conversation window is currently open for a given source/destination pair. If window_active is false, only template messages may be sent.
get/whatsapp/phone_numbers/{phone_number}/conversation_window
Path parameters
phone_numberstring required
Phone number (E.164 format)
Query parameters
destination_numberstring required
Example:+353894650851
Destination phone number in E.164 format
Response
Successful response with Whatsapp conversation window status
Example response
{
"data": {
"window_active": true,
"window_expires_at": "2026-06-30T16:00:00Z",
"last_user_message_at": "2026-06-29T15:53:00Z",
"window_type": "24h"
}
}Changes
Changed in 1 of the 99 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 99 revisions, 1 has no diff computed.