List port-in orders
Your porting orders, newest first (max 50). Poll this for port progress: pending, confirmed FOC date, exception reason, or ported.
API key authentication - use your Zernio API key as a Bearer token
In: header
Response Body
application/json
application/json
import Zernio from '@zernio/node';const zernio = new Zernio({ apiKey: process.env.ZERNIO_API_KEY });const { data } = await zernio.phonenumbers.listPhoneNumberPortIns();console.log(data);{
"orders": [
{
"id": "string",
"status": "draft",
"telnyxStatusValue": "string",
"phoneNumbers": [
"string"
],
"fastPortEligible": true,
"focDatetimeRequested": "2019-08-24T14:15:22Z",
"focDatetimeActual": "2019-08-24T14:15:22Z",
"declineReason": "string",
"submittedAt": "2019-08-24T14:15:22Z",
"portedAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z"
}
]
}{
"error": "Unauthorized"
}List offerable number countries GET
The phone number countries available to purchase, each with its flat monthly price (cents), regulatory tier, whether it needs end-user KYC (Tier 3/4), and per-feature availability (PSTN calls, WhatsApp, SMS, and WhatsApp Business Calling outbound). Drives the country picker. Tier-4 countries appear only when enabled.
List phone numbers GET
List all phone numbers purchased by the authenticated user. By default, released numbers are excluded. Connected (bring-your-own) WhatsApp numbers are returned in the separate `connected` array; they are not billed and have no provisioning lifecycle.