Skip to main content
PUT
Update contact phone number

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Path Parameters

id
string<uuid>
required

Contact UUID

phoneNumberId
string<uuid>
required

Phone Number UUID

Body

application/json
phoneNumber
string
Example:

"+1 (555) 123-4567"

countryCode
string | null
Example:

"+1"

nationalNumber
string | null
Example:

"5551234567"

label
string | null
Example:

"Mobile"

data
object | null

Response

Phone number updated successfully

data
object
required
meta
object
Last modified on August 9, 2026