cURL
curl --request POST \ --url https://api.reply.io/v3/lists \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "name": "Valuable Contacts" }'
{ "id": 4, "name": "Valuable Contacts" }
Creates a new contact list
API key passed in the X-API-Key header
List name
List created successfully
Unique identifier