Sign up

회원가입 페이지

Check if the email is available before sign-up

POST /users/signup/email

Request Body

Name
Type
Description

email

string

Email user want to sign up with

{ "message": "You can use this email" }

Sign up

POST https://eton.io/users/signup

This endpoint allows you to get free cakes.

Request Body

Name
Type
Description

email

string

The user's email address.

password

string

The user's password.

username

string

The user's nick name.

{
    "message": "Your sign-up completed"
}

Last updated

Was this helpful?