Call Forwarding
Lookup's Call Forwarding package allows you to get the unconditional call forwarding status of a mobile phone number.
Call Forwarding Lookups are billed per Lookup, even if data may not be available. Currently, requesting Call Forwarding Lookups for unsupported carriers will return null
values, but will not be billed.
To make a Call Forwarding request, add call_forwarding
to the optional query parameter Fields
when making a standard Lookup request.
curl -X GET "https://lookups.twilio.com/v2/PhoneNumbers/{PhoneNumber}?Fields=call_forwarding" \ -u
$TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN
Coverage and Limitations: Only numbers owned by major carriers in the United Kingdom are supported.
Release Stage and Access: Private Beta, please submit this form to contact sales. Requires carrier approvals.
Response properties
The following additional properties are returned for a Call Forwarding request.
Property | Description |
---|---|
MobileCountryCode |
The three digit mobile country code of the carrier, used with the mobile network code to identify a mobile network operator. |
MobileNetworkCode |
The two-three digit mobile network code of the carrier, used with the mobile country code to identify a mobile network operator. |
CarrierName |
The name of the carrier. |
CallForwardingStatus |
A boolean value indicating unconditional call forwarding is currently enabled for the requested mobile phone number (true ) or is not (false ). |
ErrorCode |
The error code, if any, associated with your request. |
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.