Skip to main content
PUT
Update contact

Authorizations

Authorization
string
header
required

Access token obtained from the /v1/auth/login endpoint

Path Parameters

clientId
string<uuid>
required

The ID of the client

contactId
string<uuid>
required

The ID of the contact to update

Body

application/json
name
string
required
Example:

"Jane Smith"

email
string<email>
required
phone
string | null
Example:

"+14155552671"

Response

Contact updated successfully

success
boolean
Example:

true

message
string
Example:

"Contact updated successfully"

data
object