#
Create contact list
Create a new contact list.
#
Method
POST
#
Path
/lists
#
Body parameters
#
Response
#
HTTP status codes
#
Response object
#
Code sample
curl --location --request POST 'https://api.sociocs.com/lists' \
--header 'apikey: your_api_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My Contact List"
}'