Skip to main content
PATCH
Update an account

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

Account UUID or @username (V2R-13).

Body

application/json
is_active
boolean | null

Pause (false) or resume (true) tracking.

category
string | null

New category label.

Maximum string length: 128
metadata
Metadata · object | null

Replacement key/value tags (≤20 keys, ≤255 chars each).

scrape_interval_hours
integer | null

New refresh cadence in hours (6–720).

Required range: 6 <= x <= 720
creator_id
string<uuid> | null

Link to this creator, or null to unlink.

max_recent_posts_per_account
integer | null

Per-account recent-posts cap (50–5000); null inherits org default.

Required range: 50 <= x <= 5000
post_lookback_days
integer | null

Per-account history window in days (90–7300); null inherits.

Required range: 90 <= x <= 7300

Response

Successful Response

data
AccountResponse · object
required

A tracked Instagram or TikTok account with its latest engagement metrics and per-account tracking configuration.