Skip to main content
PUT
/
contacts
/
{email}
Update contact
curl --request PUT \
  --url https://connect.pingback.com/v2/contacts/{email} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "phone": "+5531999999999",
  "position": "developer"
}
'
{
  "message": "Contact updated",
  "data": {
    "id": "ea8a2a47-2a05-4a43-b284-35df0ea46333",
    "email": "example@email.com"
  }
}

Authorizations

x-api-key
string
header
required

Headers

x-developer-mode
boolean
x-api-key
string
required

Path Parameters

email
string<email>
required

Body

application/json
name
string

Response

Contact updated

id
string<uuid>
email
string<email>