Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Change a channel's title

POST
/api/v3/channels/{channelSlug}/actions/update-title
curl --request POST \
--url https://api.tryletterhead.com/api/v3/channels/example/actions/update-title \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form api=true \
--form title=example

Change a channel’s display title. Requires a company administrator key for the channel’s own company.

v3 endpoints expect a company API key.

channelSlug
required
string

The newsletter’s channel identifier (slug).

Media type multipart/form-data
object
api
required

When set to true, this endpoint will accept authorization with your API Key.

string
Example
true
title
required

New title. Up to 191 characters; must contain a non-whitespace character and no line breaks.

string

202 Accepted. No response body.

404 Not Found — no channel matches channelSlug for this company.

Media type application/json
object
data
Array<object>
object
items
Array<object>
object
message
string
total
integer
Example
{
"data": [],
"items": [],
"message": "Channel not found",
"total": 0
}

Still can’t find what you need? Contact support.