POST
/
lists
Create a list
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"
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Body

application/json
name
string
required

List name

Response

201 - application/json

List created successfully

id
integer
required

Unique identifier

name
string
required

List name