---
title: "Get voters who voted for the candidate"
method: GET
path: "/api/candidates/{candidate}/voters"
tags: ["Candidates"]
---

# Get voters who voted for the candidate

`GET /api/candidates/{candidate}/voters`

## Response `200`

OK

- CandidateVoter
  - `items` object[] — Candidate's data
  - `total` number — Total number of voters

## Other responses

- `406` — Not Acceptable

---

[API](https://skmtc.net/buildonviction/apis/vicmaster-apis.md) · [All operations](https://skmtc.net/buildonviction/apis/vicmaster-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buildonviction/vicmaster-apis/revisions/340b06a72a34/schema)
