Skip to main content
GET
Service window status

Authorizations

x-api-key
string
header
required

Your ps_ API key

Query Parameters

destinationNumber
string
required

Contact phone number in E.164 format, with or without the leading + (digits also accepted).

Response

Service window status

open
boolean

Whether free-form messages can be sent right now. Always true for web (unofficial) numbers.

Example:

true

windowType
enum<string>

META_24H for Meta Cloud API numbers (24-hour window enforced); NONE for web (unofficial) numbers.

Available options:
META_24H,
NONE
Example:

"META_24H"

lastInboundAt
string | null

UTC ISO timestamp of the contact's most recent inbound message, or null when none is known.

Example:

"2026-07-18T10:00:00.000Z"

expiresAt
string | null

UTC ISO timestamp when the window closes (lastInboundAt + 24h), or null. Informative on web numbers.

Example:

"2026-07-19T10:00:00.000Z"