Skip to main content
POST
Create contact phone number

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Path Parameters

id
string<uuid>
required

Contact UUID

Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json
phoneNumber
string
required
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 created successfully

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