Skip to main content
GET
/
v3
/
contact-lists
/
{id}
Get a contact list
curl --request GET \
  --url https://api.reply.io/v3/contact-lists/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "isShared": true
}

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.

Path Parameters

id
integer
required

Contact list ID

Response

Contact list details

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