Update an account
Update a tracked account’s settings.
account_id may be the account UUID or an @username (V2R-13). Only the fields you include are changed (partial update). Supports
pausing/resuming tracking (is_active), re-categorizing, editing
metadata, changing the scrape_interval_hours, linking or unlinking
a creator_id, and setting per-account tracking-limit overrides.
Returns the updated account; 404 if it is not tracked by your
organization.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Account UUID or @username (V2R-13).
Body
Pause (false) or resume (true) tracking.
New category label.
128Replacement key/value tags (≤20 keys, ≤255 chars each).
New refresh cadence in hours (6–720).
6 <= x <= 720Link to this creator, or null to unlink.
Per-account recent-posts cap (50–5000); null inherits org default.
50 <= x <= 5000Per-account history window in days (90–7300); null inherits.
90 <= x <= 7300Response
Successful Response
A tracked Instagram or TikTok account with its latest engagement metrics and per-account tracking configuration.