Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 5.18 KB

SlimPhoneNumberDetailed.md

File metadata and controls

91 lines (67 loc) · 5.18 KB

SlimPhoneNumberDetailed

Properties

Name Type Description Notes
id String Uniquely identifies the resource. [optional]
recordType String Identifies the type of the resource. [optional] [readonly]
phoneNumber String The +E.164-formatted phone number associated with this record. [optional] [readonly]
countryIsoAlpha2 String The ISO 3166-1 alpha-2 country code of the phone number. [optional] [readonly]
status StatusEnum The phone number's current status. [optional] [readonly]
externalPin String If someone attempts to port your phone number away from Telnyx and your phone number has an external PIN set, Telnyx will attempt to verify that you provided the correct external PIN to the winning carrier. Note that not all carriers cooperate with this security mechanism. [optional]
connectionId String Identifies the connection associated with the phone number. [optional]
customerReference String A customer reference string for customer look ups. [optional]
billingGroupId String Identifies the billing group associated with the phone number. [optional]
emergencyEnabled Boolean Indicates whether emergency services are enabled for this number. [optional] [readonly]
emergencyAddressId String Identifies the emergency address associated with the phone number. [optional] [readonly]
emergencyStatus EmergencyStatusEnum Indicates the status of the provisioning of emergency services for the phone number. This field contains information about activity that may be ongoing for a number where it either is being provisioned or deprovisioned but is not yet enabled/disabled. [optional]
callForwardingEnabled Boolean Indicates if call forwarding will be enabled for this number if forwards_to and forwarding_type are filled in. Defaults to true for backwards compatibility with APIV1 use of numbers endpoints. [optional] [readonly]
cnamListingEnabled Boolean Indicates whether a CNAM listing is enabled for this number. [optional] [readonly]
callerIdNameEnabled Boolean Indicates whether caller ID is enabled for this number. [optional] [readonly]
callRecordingEnabled Boolean Indicates whether call recording is enabled for this number. [optional] [readonly]
t38FaxGatewayEnabled Boolean Indicates whether T38 Fax Gateway for inbound calls to this number. [optional] [readonly]
purchasedAt String ISO 8601 formatted date indicating when the resource was purchased. [optional] [readonly]
createdAt String ISO 8601 formatted date indicating when the resource was created. [optional] [readonly]
phoneNumberType PhoneNumberTypeEnum The phone number's type. Note: For numbers purchased prior to July 2023 or when fetching a number's details immediately after a purchase completes, the legacy values `tollfree`, `shortcode` or `longcode` may be returned instead. [optional] [readonly]
inboundCallScreening InboundCallScreeningEnum The inbound_call_screening setting is a phone number configuration option variable that allows users to configure their settings to block or flag fraudulent calls. It can be set to disabled, reject_calls, or flag_calls. This feature has an additional per-number monthly cost associated with it. [optional]

Enum: StatusEnum

Name Value
PURCHASE_PENDING "purchase-pending"
PURCHASE_FAILED "purchase-failed"
PORT_PENDING "port-pending"
PORT_FAILED "port-failed"
ACTIVE "active"
DELETED "deleted"
EMERGENCY_ONLY "emergency-only"
PORTED_OUT "ported-out"
PORT_OUT_PENDING "port-out-pending"
REQUIREMENT_INFO_PENDING "requirement-info-pending"
REQUIREMENT_INFO_UNDER_REVIEW "requirement-info-under-review"
REQUIREMENT_INFO_EXCEPTION "requirement-info-exception"
PROVISION_PENDING "provision-pending"

Enum: EmergencyStatusEnum

Name Value
ACTIVE "active"
DEPROVISIONING "deprovisioning"
DISABLED "disabled"
PROVISIONING "provisioning"
PROVISIONING_FAILED "provisioning-failed"

Enum: PhoneNumberTypeEnum

Name Value
LOCAL "local"
TOLL_FREE "toll_free"
MOBILE "mobile"
NATIONAL "national"
SHARED_COST "shared_cost"
LANDLINE "landline"
TOLLFREE "tollfree"
SHORTCODE "shortcode"
LONGCODE "longcode"

Enum: InboundCallScreeningEnum

Name Value
DISABLED "disabled"
REJECT_CALLS "reject_calls"
FLAG_CALLS "flag_calls"