Endpoint
Overview
Update account metadata including tag, organization group, user group, keywords, profiles, description, and warmup version. This endpoint updates the internal categorization and grouping of accounts without modifying the social media profile itself.Request Body
Account ID to update
New tag value for categorization
New organization group identifier
New user group identifier
Comma-separated list of keywords for warmup activities (e.g., “fitness,health,workout”)
Comma-separated list of profile usernames for warmup activities (e.g., “@fitinfluencer1,@healthguru2”)
Description/interest area for the account. Used by v1_smart warmup for browse tasks (e.g., “health and wellness content”)
Warmup scheduling algorithm version.
'original' uses standard scheduling (20-30 min durations), 'v1_smart' uses optimized algorithm with custom flows (5-10 min after day 4)At least one of
tag, org_group, user_group, keywords, profiles, description, or warmupVersion must be provided.Response
Response object containing success message and updated account
