Skip to main content
GET
Number connection status

Authorizations

x-api-key
string
header
required

Your ps_ API key

Path Parameters

id
string
required

Number/instance id.

Response

Status

id
string

The number's public id.

Example:

"num_01HZX..."

state
enum<string>

OPEN = connected. PENDING/EXPIRED = Meta number awaiting (or past) the Embedded Signup window.

Available options:
OPEN,
CONNECTING,
CLOSE,
PENDING,
EXPIRED
Example:

"OPEN"

stale
boolean

false = live reading (with checkedAt); true = last remembered state (with lastKnownAt).

Example:

false

checkedAt
string

ISO 8601. Only when stale is false.

Example:

"2026-07-22T12:34:56.000Z"

lastKnownAt
string

ISO 8601. Only when stale is true.

Example:

"2026-07-22T12:34:56.000Z"

expiresAt
string

ISO 8601 end of the pairing window. Only on PENDING/EXPIRED.

Example:

"2026-08-04T18:27:31.000Z"