Skip to main content
POST
/
v1
/
accounts
/
{id}
/
warmup
/
stop
curl -X POST https://api.infinipost.co/v1/accounts/acc_1a2b3c4d5e/warmup/stop \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "accountId": "acc_1a2b3c4d5e",
  "warmupStatus": {
    "enabled": false,
    "currentDay": 4,
    "stoppedAt": "2024-04-21T20:05:00Z"
  }
}

Path Parameters

id
string
required
The unique account identifier.

Response

accountId
string
The account identifier.
warmupStatus
object
Updated warmup status.
curl -X POST https://api.infinipost.co/v1/accounts/acc_1a2b3c4d5e/warmup/stop \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "accountId": "acc_1a2b3c4d5e",
  "warmupStatus": {
    "enabled": false,
    "currentDay": 4,
    "stoppedAt": "2024-04-21T20:05:00Z"
  }
}
Stopping warmup before Day 7 may reduce account performance and increase the risk of platform restrictions.