Error
A valid request URL is required to generate request examples{
"id": "<string>",
"phone_number": "<string>",
"user_id": "<string>",
"org_id": "<string>",
"country_code": "<string>",
"provider": "<string>",
"label": "<string>",
"is_verified": true,
"capabilities": {},
"inbound_agent_id": "<string>",
"outbound_agent_id": "<string>",
"sms_enabled": true,
"server_url": "<string>",
"fallback_phone_number": "<string>",
"provider_account_sid": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Phone Numbers
Update Phone Number
Partially update a phone number record.
PATCH
/
phone-number
/
{phone_number_id}
Error
A valid request URL is required to generate request examples{
"id": "<string>",
"phone_number": "<string>",
"user_id": "<string>",
"org_id": "<string>",
"country_code": "<string>",
"provider": "<string>",
"label": "<string>",
"is_verified": true,
"capabilities": {},
"inbound_agent_id": "<string>",
"outbound_agent_id": "<string>",
"sms_enabled": true,
"server_url": "<string>",
"fallback_phone_number": "<string>",
"provider_account_sid": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Authorizations
APIKeyHeaderHTTPBearer
Path Parameters
Body
application/json
Partial update for a phone number record. All fields are optional.
Response
Successful Response
Full phone number record returned by the API.