Skip to main content
PATCH
/
social-accounts
/
{socialAccount}
/
group
Change group
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

socialAccount
string
required

The social account ID

Body

application/json
group_id
string
required

Response

No content