API Docs/Reference/Reschedule Post
API Reference

Reschedule Post

Move a scheduled post to a new time or the next open slot. Requires a paid Creator or Lifetime plan.

POSThttps://api.linkedmash.com/v1/queue/{scheduleId}/reschedule

Path parameters

scheduleIdstringRequired

The id of the scheduled entry to reschedule.

Header parameters

AuthorizationstringRequired

Your secret API key as a Bearer token.

Body parameters

publish_atstringOptional

An ISO-8601 timestamp or 'next-slot'.

timezonestringOptional

IANA timezone for the new time.

Response

{
  "status": true,
  "data": {
    "ok": true,
    "newRunAtUTC": "2026-06-26T08:30:00.000Z"
  }
}