×
PUT

https://<your_api_key>:<your_api_token><subdomain>/v2/accounts/<your_sid>/contacts

This API allows you to update more than one contact at a time.

Parameter
Name
Value
Description
* Body
Jsonbody

Provide bulk details of sid (mandatory) and the parameters you want to update along with their values.

Example:

“sid”: “83ba26b7f11c4e75b4043c8b33ceba49”

“first_name”: “Rahul”

parameters can be number, first_name, last_name, company_name, email, tag, custom

Response Content Type
PUT

https://<your_api_key>:<your_api_token><subdomain>/v2/accounts/<your_sid>/contacts

This API allows you to update more than one contact at a time.

Parameter
Name
Value
Description
* Body
Jsonbody

Provide bulk details of sid (mandatory) and the parameters you want to update along with their values.

Example:

“sid”: “83ba26b7f11c4e75b4043c8b33ceba49”

“first_name”: “Rahul”

parameters can be number, first_name, last_name, company_name, email, tag, custom

Response Content Type
Share