POST /api/auth/register

POST /api/auth/register

Body

  • username string
  • password string
  • Additional properties are NOT allowed

Body

  • username string
  • password string
  • Additional properties are NOT allowed

Body

  • username string
  • password string
  • Additional properties are NOT allowed

Responses

  • 200

    Success

  • 400

    El campo username/password es obligatorio

POST /api/auth/register
curl \
 -X POST https://api-test.lat/api/auth/register \
 -H "Content-Type: application/json" \
 -d '{"username":"Josh","password":"YKJ7yJrWdLKcIVH6"}'
Request example
{
  "username": "Josh",
  "password": "YKJ7yJrWdLKcIVH6"
}
Request examples
{
  "username": "Josh",
  "password": "YKJ7yJrWdLKcIVH6"
}
Request examples
{
  "username": "Josh",
  "password": "YKJ7yJrWdLKcIVH6"
}
Request examples
{
  "username": "Josh",
  "password": "YKJ7yJrWdLKcIVH6"
}