Admin Creators List
admin-creators-list

List Creators Paginated

List creators with alphabetical pagination, optional substring filter.

Empty q -> classic paginated list (sorted by handle). Non-empty q -> filtered list (still paginated; same shape).

Substring matching is ILIKE-based across handle, channel_name, and email so the "address-bar like" UX matches anywhere in any of those. Trigram indexes from migration 041 keep this fast at scale.

get/api/admin/creators/list

Query parameters

pageinteger
per_pageinteger
qstring nullable

Optional substring filter

Optional substring filter

include_inactiveboolean

Response

Successful Response

pageinteger required
per_pageinteger required
totalinteger required
total_pagesinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.