Scheduled Statuses

Manage statuses that were scheduled to be published at a future date.

https://docs.joinmastodon.org/methods/scheduled_statuses/

Endpoint Status Comments
GET /api/v1/scheduled_statuses
View scheduled statuses
Fully supported.
GET /api/v1/scheduled_statuses/:id
View a single scheduled status
Fully supported.
PUT /api/v1/scheduled_statuses/:id
Update a scheduled status's publishing date
Fully supported.
DELETE /api/v1/scheduled_statuses/:id
Cancel a scheduled status
Fully supported.