---
title: "Retrieve all active consumers"
method: GET
path: "/api/v1/consumers"
tags: ["Consumer"]
---

# Retrieve all active consumers

`GET /api/v1/consumers`

## Response `200`

Consumers found

- object
  - `id` integer
  - `first_name` string
  - `last_name` string
  - `middle_name` string
  - `team_id` integer
  - `created_at` string
  - `deactivated_on` string

---

[API](https://skmtc.dev/connectavoice/apis/connect-a-voice-api.md) · [All operations](https://skmtc.dev/connectavoice/apis/connect-a-voice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/connectavoice/connect-a-voice-api/revisions/acff4db781ff/schema)
