Skip to main content
Node.js

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contact_id
string
required
  • The unique identifier of the contact
  • Must be formatted as country_code + number (e.g., 918527184400). Do not include special characters
Example:

"919537851844"

Body

application/json
contact_name
string

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

Example:

"BK Local1"

is_internal
boolean

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

Example:

false

labels
string
  • 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:

"label1,label2"

Response

200 OK

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