v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-051025108.8 KB

Create Override for a Phone Number for a specific field

Create an Override for a specific package and phone number.

post/v2/PhoneNumbers/{PhoneNumber}/Overrides/{Field}

Path parameters

Fieldstring required
PhoneNumberstring required

Request body

line_type'mobile' | 'landline' | 'tollFree' | 'fixedVoip' | 'nonFixedVoip' | 'personal' | 'premium' | 'voicemail' | 'sharedCost' | 'uan' | 'pager' | 'unknown'

The new line type to override the original line type

reasonstring

The reason for the override

Response

Created

phone_numberstring

The phone number for which the override was created

original_line_type'mobile' | 'landline' | 'tollFree' | 'fixedVoip' | 'nonFixedVoip' | 'personal' | 'premium' | 'voicemail' | 'sharedCost' | 'uan' | 'pager' | 'unknown'

The original line type

overridden_line_type'mobile' | 'landline' | 'tollFree' | 'fixedVoip' | 'nonFixedVoip' | 'personal' | 'premium' | 'voicemail' | 'sharedCost' | 'uan' | 'pager' | 'unknown'

The new line type after the override

override_reasonstring

The reason for the override

override_timestampstring date-time
overridden_by_account_sidstring

The Account SID for the user who made the override

Example response

{
  "phone_number": "+14159929960",
  "override_reason": "Customer has shown proof this is a mobile number",
  "overridden_by_account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}