Skip to main content
POST
/
lemwarm
/
{userMailboxId}
/
start
Start lemwarm
curl --request POST \
  --url https://api.lemlist.com/api/lemwarm/{userMailboxId}/start \
  --header 'Authorization: Basic <encoded-value>'
{
  "ok": true
}
This endpoint starts lemwarm for a specific user mailbox to improve email deliverability.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

userMailboxId
string
required

The unique identifier of the user mailbox

Response

Success

ok
boolean