List creators (users) with sorting by recent, trending, or popular.
isFollowing status.
| Parameter | Type | Default | Description |
|---|---|---|---|
page | integer | 1 | Page number |
limit | integer | 12 | Items per page |
sort | string | recent | Sort order: recent, trending, or popular |
| Sort | Description |
|---|---|
recent | Newest accounts first |
popular | Most total likes (recipes + posts + collections) |
trending | Most engagement in the last 12 hours |
| Status | Code | Description |
|---|---|---|
| 400 | VALIDATION_ERROR | Invalid sort or pagination params |