cURL
curl --request POST \ --url https://api.postflow.app/v1/posts-bulk/labels \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "method": "append", "post_ids": [ "<string>" ], "label_ids": [ "<string>" ] } '
{ "message": "<string>" }
Adds, removes, or syncs labels for multiple posts at once. Maximum 200 posts and 20 labels per request.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
append
remove
sync
200
20
No content