List sub-merchants
Admin
List sub-merchants
Paginated list of the sub-merchants the caller administers (the admin-portal sub-merchants list). Visibility is enforced by row-level security. Capped at 1000 records per page.
GET
List sub-merchants
Authorizations
Supabase JWT — Authorization: Bearer <token>.
Query Parameters
Optional merchant to scope to. Admins and sub-merchant operators only; other callers always use their token's merchant.
Example:
"28106cba-1c27-4e53-b149-32113e5e8e31"
Sort order of the result set.
Available options:
name, created_at_newest, created_at_oldest Example:
"created_at_newest"
Case-insensitive search on the sub-merchant name.
Maximum number of records to return (1–1000).
Required range:
1 <= x <= 1000Example:
50
Number of records to skip from the start of the result set.
Required range:
x >= 0Example:
0