User signup
POST/user/auth/signup
User signup
Request
- application/json
Body
password stringrequired
User password
username stringrequired
Username
email stringrequired
User email
Responses
- 201
- 400
- 401
- 429
Success
- application/json
- Schema
Schema
string
Possible values: [OK
]
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Bad Request"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Unauthorized access"
}
Too Many Requests
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Too Many Requests"
}
Loading...