list avatars
Returns a list of all avatars
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number for pagination
x >= 1Number of avatars per page (max 100)
1 <= x <= 100Search term to filter avatars by display name or generated description
Filter avatars by render style. unknown includes avatars whose style has not been determined (all custom avatars, and any avatar whose metadata generation has not completed).
all, realistic, animated_3d, illustrated, unknown Comma-separated list of tags to filter by (e.g. tags=professional,studio). Matches avatars with ANY of the given tags. Tags are generated alongside description/displayTags and are lowercase.
Only return one-shot avatars

