×
PUT

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

This API allows you update name and tag of multiple lists.

It’s a bulk API and which supports 5000 lists in one request.

Parameter
Name
Value
Description
* Body
Jsonbody

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

“lists”: [

{“sid”:<value>},

{“sid”:<value>}……

]

Response Content Type
PUT

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

This API allows you update name and tag of multiple lists.

It’s a bulk API and which supports 5000 lists in one request.

Parameter
Name
Value
Description
* Body
Jsonbody

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

“lists”: [

{“sid”:<value>},

{“sid”:<value>}……

]

Response Content Type
Share