Skip to main content
PUT
Update list
🎯 Key Features:
  • Change list name

Authorizations

X-Team-ApiKey
string
header
required

Team API key for authentication. Find your API key in SendX Settings β†’ Team API Key.

Example:

Path Parameters

identifier
string
required

List identifier to update

Pattern: ^(list_)?[a-zA-Z0-9]{22}$

Body

application/json
name
string
required

List name

Example:

"Newsletter Subscribers"

Response

βœ… List updated successfully

id
string
Example:

"list_OcuxJHdiAvujmwQVJfd3ss"

name
string
Example:

"Newsletter Subscribers"

type
integer

List type.

Values:

  • 0 - Regular list (single opt-in)
  • 1 - Double opt-in list (requires email confirmation)
created
string<date-time>
updated
string<date-time>