Contacts
Update contact
Updates the specified contact by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PUT
/
contacts
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Surge-Account
string
requiredThe account ID
Path Parameters
id
string
requiredResponse
200 - application/json
Response schema for single contact
first_name
string
The contact's first name.
id
string
Unique identifier for the object.
last_name
string
The contact's last name.
phone_number
string
The contact's phone number in E.164 format.