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