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/v2/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": {
"last_user_message_at": "2026-06-29T15:53:00Z",
"window_active": true,
"window_expires_at": "2026-06-30T16:00:00Z",
"window_type": "24h"
}
}