Skip to main content
PUT
Update a subscriber list

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.

Path Parameters

id
integer
required

The id of the subscriber list.

Example:

87647751

Body

application/json
name
string
required
Example:

"New List"

Response

The updated subscriber list.

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