#
Move contacts to list
Move one or more contacts from one contact list to another using phone numbers.
#
Method
POST
#
Path
/contacts/move-to-list
#
Body parameters
#
Response
#
HTTP status codes
#
Response object
#
Code sample
curl --location --request POST 'https://api.sociocs.com/contacts/move-to-list' \
--header 'apikey: your_api_key'
--header 'Content-Type: application/json' \
--data-raw '{
"source_list_id": 10001,
"dest_list_id": 10002,
"phone_numbers": ["16317471111", "16317472222"]
}'