---
title: "List public enthusiasts (anonymous)"
method: GET
path: "/v1/enthusiasts"
tags: ["Public Enthusiasts"]
---

# List public enthusiasts (anonymous)

`GET /v1/enthusiasts`

## Query parameters

- `page` number
- `pageSize` number
- `q` string

## Response `200`

- PagedEnthusiastPublicDto
  - `items` EnthusiastPublicDto[], required
    - `id` string, uuid, required
    - `firstName` string, nullable, required
    - `lastName` string, nullable, required
    - `githubUsername` string, nullable, required
    - `bio` string, nullable, required
    - `personalVxp` number, required
    - `enthusiastSince` string, date-time, nullable, required
    - `socialLinks` object, nullable, required — Key-value map of social links
    - `partnerName` string, nullable, required
    - `partnerSlug` string, nullable, required
    - `partnerTier` 'NONE' | 'FRIEND' | 'PARTNER_PENDING' | 'PARTNER', nullable, required
  - `total` number, required — Total number of items matching the query
  - `page` number, required — Current page (1-based)
  - `pageSize` number, required — Items per page

## Other responses

- `400` — Validation failed
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `500` — Internal server error

---

[API](https://skmtc.net/vendure/apis/vendure-io-api-public.md) · [All operations](https://skmtc.net/vendure/apis/vendure-io-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vendure/vendure-io-api-public/revisions/5fc4757128af/schema)
