Get phone number

GET /api/v1/phone/numbers/:id

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Path parameters

idstringRequiredformat: "uuid"
Phone number ID

Response

Phone number details
accountIdstringformat: "uuid"
Account that owns this phone number
billingStatusstring

Current billing status (active, processing, past_due, suspended)

canInitiateCallsboolean

Whether this number can place outbound calls (WhatsApp numbers are receive-only)

capabilitieslist of enums

Supported capabilities (voice, SMS, MMS)

channelTypeenum

Routing channel of this number (pstn or whatsapp)

createdAtdatetime
Timestamp when the record was created
idstringformat: "uuid"
Unique identifier of the phone number
isVerifiedboolean
Whether the phone number has been verified via caller ID validation
monthlyCoststring
Monthly recurring cost formatted as a decimal string
phoneNumberstring
Phone number in E.164 format
providerIdstringformat: "uuid"
Provider through which this number was provisioned
providerPhoneIdstring

Provider-specific phone number identifier (e.g. Twilio SID)

purchasedAtdatetime
Timestamp when the number was purchased
recordingOverridestring
Recording override setting for calls on this number
statusenum
Current status of the phone number
twilioEdgestring

Twilio edge location for SIP signaling (e.g. ashburn, frankfurt)

twilioRegionstring

Twilio API region (us1 or ie1)

updatedAtdatetime
Timestamp when the record was last updated
connectedAtdatetime or nullOptional
Timestamp when a flow was connected to this number
connectedFlowobject or nullOptional

Connected flow information (populated when flow is connected)

friendlyNamestring or nullOptional

User-assigned friendly name for the number

nextBillingDatedatetime or nullOptional
Next scheduled billing date for the monthly charge
releasedAtdatetime or nullOptional
Timestamp when the number was released, if applicable
verifiedAtdatetime or nullOptional
Timestamp when the number was verified

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error