Skip to main content
POST
/
v3
/
contact-account-lists
Create an account list
curl --request POST \
  --url https://api.reply.io/v3/contact-account-lists \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "id": 123,
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Body

application/json
name
string
required

Account list name (3 to 128 characters, unique per team)

Required string length: 3 - 128

Response

Account list created successfully

Account list entity

id
integer
read-only

Unique identifier of the account list

name
string

Account list name