Skip to main content
PUT
/
leads
/
{leadId}
/
contacts
/
{contactId}
Error
A valid request URL is required to generate request examples
{
  "http_code": 200,
  "status": "success",
  "message": "Contact updated"
}

Authorizations

X-API-Key
string
header
required

Your Flozy API key. Starts with flz_live_.

Path Parameters

leadId
integer
required
contactId
string<uuid>
required

Body

application/json
full_name
string
Maximum string length: 255
email
string<email> | null
phone_number
string | null
Maximum string length: 50
whatsapp_number
string | null
Maximum string length: 50

Response

Contact updated.