Skip to main content
POST
/
signup
"<string>"

Signup Form

Endpoint for submitting user registration information.

Request Body

FieldTypeRequiredDescription
emailstringYesUser’s email address
namestringYesUser’s full name
passwordstringYesUser’s password
confirm_passwordstringYesPassword confirmation

Responses

StatusDescriptionContent Type
200Successful signuptext/html
422Validation Errorapplication/json

Body

application/x-www-form-urlencoded
email
string
required
name
string
required
password
string
required
confirm_password
string
required

Response

Successful Response

The response is of type string.