v1

latestSwagger 2.0Apache 2.02026-07-174650145.6 KB
Authentication

User signup

Register a new user account with the provided details.

post/signup

Request body

emailstring required
passwordstring required
usernamestring required

Example request

{
  "email": "admin@example.com",
  "password": "password",
  "username": "admin"
}

Response

user created successfully