# Accounts endpoint

> List and manage tracked accounts.

# Accounts endpoint

## List

`GET https://reelsradar.io/api/accounts`

Returns accounts with `video_count`, `viral_performance_rate`, `posting_activity_7d`, totals.

## Update

`PATCH https://reelsradar.io/api/accounts/:id`

```json
{ "status": "paused", "tracking_limit": 30 }
```

## Analytics

`GET https://reelsradar.io/api/accounts/:id/analytics`

KPI series, duration buckets, and related videos for the account detail panel.
