---
title: "Create a new testimonial"
method: POST
path: "/testimonials"
tags: ["testimonials"]
---

# Create a new testimonial

`POST /testimonials`

Creates a new testimonial.

## Request body

- object
  - `name` string, required
  - `content` string, required

## Response `201`

Testimonial created successfully

- object
  - `status` string
  - `message` string
  - `data` object
    - `id` string, uuid
    - `user_id` string, uuid
    - `name` string
    - `content` string
    - `created_at` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Authentication error
- `500` — Server error

---

[API](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger.md) · [All operations](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hngprojects/kimiko-golang-swagger/revisions/2d1d3ed96bb9/schema)
