v1

latestOpenAPI 3.0.32026-07-26870417.2 KB
contacts

Update Contact

This endpoint updates properties of a contact

patch/contacts/{contact_id}

Request body

contact_namestring

Update the contact name. Note that this name will only be updated on Periskope (not on the phone)

is_internalboolean

Mark the contact as internal. Messages from internal contacts are not flagged

labelsstring
  • A comma-separated list of labels to be assigned to the contacts. All labels are case-insensitive.
  • If any label currently does not exist, it will be created

Example request

{
  "contact_name": "BK Local1",
  "labels": "label1,label2"
}

Response

200 OK

object required

The response is a contact object. Refer to the contact object here