cURL
curl --request PATCH \ --url https://api.postflow.app/v1/social-accounts/{socialAccount}/group \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "group_id": "<string>" } '
{ "message": "<string>" }
Moves a social account to a different group.
Documentation IndexFetch the complete documentation index at: https://postflow.app/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://postflow.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The social account ID
No content