---
title: "Register endpoint"
method: POST
path: "/api/auth/register"
tags: ["Authentication"]
---

# Register endpoint

`POST /api/auth/register`

## Response `default`

Successfully created user

- object
  - `success` boolean
  - `message` string
  - `token` string

## Changes

- **2024-09-02** `f59cb370d492` — 1 info
  - endpoint added
- **2024-05-24** `b606ddb102ac` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/steinbeck-lab/apis/coconut/changes/api/auth/register/post.md)

---

[API](https://skmtc.dev/steinbeck-lab/apis/coconut.md) · [All operations](https://skmtc.dev/steinbeck-lab/apis/coconut/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/steinbeck-lab/coconut/revisions/9c38ef9e0fe4/schema)
