---
title: "Crear un contacto"
method: POST
path: "/contacts"
tags: ["contacts"]
---

# Crear un contacto

`POST /contacts`

## Headers

- `X-SECRET-KEY` string, required

## Request body

- object
  - `name` string, required
  - `phone_number` string, required

## Response `201`

Contacto creado

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

## Other responses

- `400` — Error de validación

---

[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)
