PATCH
/
crm
/
contacts
curl --request PATCH \
  --url https://api.panora.dev/crm/contacts
{
  "name": "<string>",
  "email_address": "<string>",
  "phone_number": "<string>",
  "details": "<string>",
  "field_mappings": {},
  "id": "<string>",
  "remote_id": "<string>",
  "remote_data": {}
}

Query Parameters

id
string
required

Response

200 - application/json

The response is of type object.