Both endpoints require a valid Bearer token. You can only act on posts that belong to your account.
Retry failed platforms
platformStatuses with status: "failed" and re-queues delivery jobs for them. Each failed platform’s status is reset to "pending" before re-enqueuing.
If no platforms are in a failed state, the request returns 400.
Path parameters
MongoDB ObjectId of the post to retry.
Response
true on success."Retry initiated for failed platforms"Cancel a post
PENDING or SCHEDULED). Returns 404 if the post does not exist, is not owned by you, or is in a state that cannot be cancelled.
Path parameters
MongoDB ObjectId of the post to cancel.
Response
true on success."Post cancelled successfully"Examples
Example response — retry
200
Example response — cancel
200
Error responses
400 No failed platforms
404 Not found or not cancellable
