Skip to main content
GET
List all subscriber lists

Authorizations

Authorization
string
header
required

Pass your API key as: Authorization: Bearer <API KEY>.

User-Agent
string
header
default:BosscartDocs/1.0
required

Client identifier sent with requests from the documentation playground.

Response

200 - application/json

A list of subscriber lists.

id
integer

Unique list id.

Example:

87647751

name
string

List name.

Example:

"My list"

created
integer<int64>

Timestamp in Unix seconds since epoch.

Example:

1613384738

subscribers
integer

Total number of subscribers in this list.

Example:

25

opens
number

Open rate (0 to 1).

Example:

0.85

clicks
number

Click rate (0 to 1).

Example:

0.41

Last modified on September 2, 2026