API Documentation | Homo (1.0.0)

Download OpenAPI specification:

API for Homo, home automation software

User

Create

User registration

Request Body schema: application/json
name
required
string

Name of new user

email
required
string <email>

Email of new user

password
required
string

Password for new user

confirm_password
required
string

Confirmation of password

Responses

Request samples

Content type
application/json
{
  • "name": "John Smith",
  • "email": "john.smith@mail.com",
  • "password": "johnsmith123",
  • "confirm_password": "johnsmith123"
}

Response samples

Content type
application/json
{
  • "success": true
}