Skip to main content
GET
/
lemwarm
/
{userMailboxId}
/
settings
Get lemwarm Settings
curl --request GET \
  --url https://api.lemlist.com/api/lemwarm/{userMailboxId}/settings \
  --header 'Authorization: Basic <encoded-value>'
{
  "warmEmailRampup": 5,
  "warmEmailMax": 5,
  "activeAt": "2025-04-10T07:38:31.530Z",
  "deliverability": {
    "score": 70,
    "lastAt": "2025-04-09T13:34:43.998Z"
  }
}
This endpoint uses the Lemwarm Settings object.
Use the Get lemlist User endpoint to find the userMailboxId of the user.

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

Lemwarm configuration for a mailbox.

active
boolean
dailyLimit
integer
warmupTemplate
string
deliverability
object