cURL
curl --request POST \ --url https://api.postflow.app/v1/posts-bulk/draft \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "is_draft": true, "post_ids": [ "<string>" ] } '
{ "post_ids": [ "<string>" ], "partial": true, "skipped_no_assignee": [ "<string>" ], "skipped_published": [ "<string>" ] }
Sets or unsets draft status for multiple posts at once. Published posts are skipped. In strict approval mode, undrafting requires an assigned approver.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200