---
title: "Listar contactos"
method: GET
path: "/contacts"
tags: ["contacts"]
---

# Listar contactos

`GET /contacts`

## Headers

- `X-SECRET-KEY` string, required

## Response `200`

Lista de contactos

- Contact[]
  - `id` string
  - `name` string
  - `phone_number` string
  - `created_at` string, date-time

---

[API](https://skmtc.dev/recurrente/apis/referencia-api.md) · [All operations](https://skmtc.dev/recurrente/apis/referencia-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recurrente/referencia-api/revisions/f494a078482c/schema)
