Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Update a subscription

PUT
/api/v3/contacts/{email}/subscriptions/{channelSlug}
curl --request PUT \
--url https://api.tryletterhead.com/api/v3/contacts/example/subscriptions/example \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "api": true, "status": 1 }'
email
required
string

The contact’s email address, URL-encoded.

channelSlug
required
string

The newsletter’s channel identifier (slug).

Media type application/json
object
api

Required. Set to true to authenticate with an API key.

boolean
status
integer
Example
{
"api": true,
"status": 1
}

Successful response

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