List creators
List the organization’s creators, sorted by name.
Cursor-paginated. Each row includes a lightweight accounts_summary
roll-up (account count, per-platform breakdown, total followers) so the
listing avoids an N-accounts fan-out; hydrate the full account list via
/accounts?creator_id=....
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page size (1–200).
1 <= x <= 200Opaque pagination.next_cursor from the previous page.
Legacy signed sort string (e.g. name or -name). Prefer order_by + order_direction. Only name is supported.
Field to sort by. Overrides sort.
"name"Sort direction (default asc for name). Used with order_by.
asc, desc Filter by active vs archived creators.
When true, the response includes pagination.total_count. Adds one extra COUNT(*) query — leave off for cheap paging.