Skip to main content
POST
Create a contact list

Authorizations

Authorization
string
header
required

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

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

Body

application/json
name
string
required

Contact list name

isShared
boolean
default:false

Whether the contact list should be shared

Response

Contact list created successfully

Contact list entity

id
integer
read-only

Unique identifier of the contact list

name
string

Contact list name

isShared
boolean

Whether the contact list is shared across the team