Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.infinipost.co/v1/accounts/acc_1a2b3c4d5e/warmup/stop \ -H "Authorization: Bearer YOUR_API_KEY"
{ "accountId": "acc_1a2b3c4d5e", "platform": "tiktok", "warmupStatus": { "enabled": false, "stoppedAt": "2024-04-25T20:05:00Z", "startedAt": "2024-04-21T20:00:00Z", "duration": 7 } }
Stop the warmup process for an account
tiktok
instagram
Show properties
false
{ "error": { "code": "unauthenticated", "message": "Invalid or missing API key" } }
{ "error": { "code": "not_found", "message": "Account acc_1a2b3c4d5e not found" } }
{ "error": { "code": "warmup_not_active", "message": "No active warmup found for this account" } }
{ "error": { "code": "internal", "message": "An unexpected error occurred" } }