Number connection status
Syncs and returns the number’s current connection state (OPEN/CONNECTING/CLOSE). Meta numbers return OPEN. A Meta number created by POST /v1/numbers/remote-pairing answers PENDING while the end user is still inside the Embedded Signup dialog and EXPIRED once that window closed without completion — both carry expiresAt. A 200 does NOT mean connected: poll until state is OPEN and stop on EXPIRED. Useful to poll after creating/connecting.
Authorizations
Your ps_ API key
Path Parameters
Number/instance id.
Response
Status
The number's public id.
"num_01HZX..."
OPEN = connected. PENDING/EXPIRED = Meta number awaiting (or past) the Embedded Signup window.
OPEN, CONNECTING, CLOSE, PENDING, EXPIRED "OPEN"
false = live reading (with checkedAt); true = last remembered state (with lastKnownAt).
false
ISO 8601. Only when stale is false.
"2026-07-22T12:34:56.000Z"
ISO 8601. Only when stale is true.
"2026-07-22T12:34:56.000Z"
ISO 8601 end of the pairing window. Only on PENDING/EXPIRED.
"2026-08-04T18:27:31.000Z"