List avatar templates
Paginated list of a merchant’s avatar templates (the admin-portal avatars list), scoped to the merchant from the JWT or the optional merchant_id override. Capped at 1000 records per page.
Authorizations
Supabase JWT access token, passed as Authorization: Bearer <token>.
Query Parameters
Optional merchant to scope the results to. Honoured only when the caller is an admin or a sub-merchant operator; otherwise the merchant from the JWT is always used.
"28106cba-1c27-4e53-b149-32113e5e8e31"
Filter by avatar template type. Omit for all.
interactive_heygen, interactive_elevenlabs, offline_heygen, offline_elai, offline_synthesia "interactive_heygen"
Filter by status. Omit for all except archived (see include_archived).
active, draft, archived, deleted "active"
Filter by platform language code.
Case-insensitive search on template name or voice language name.
Include archived templates (excluded by default).
true, false "false"
Also include public templates shared across merchants, in addition to this merchant's own.
true, false "false"
Maximum number of records to return (1–1000).
1 <= x <= 100050
Number of records to skip from the start of the result set.
x >= 00