---
title: "POST /v1/auth/signup"
method: POST
path: "/v1/auth/signup"
---

# POST /v1/auth/signup

`POST /v1/auth/signup`

## Query parameters

- `redirect` string, required

## Request body

- SignUpWithCaptchaDTO
  - `captchaValue` string, required
  - `email` string, required
  - `password` string, required
  - `firstName` string, required
  - `invitationCode` string
  - `phone` string
  - `source` string
  - `githubId` number
  - `profilePicture` string
  - `ipAddress` string
  - `hostName` string
  - `region` string

## Response `200`

- object

---

[API](https://skmtc.net/engagespot/apis/engagespot-api.md) · [All operations](https://skmtc.net/engagespot/apis/engagespot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/engagespot/engagespot-api/revisions/33fd027f0b5f/schema)
