Log in
Users logins by username and password.
- application/json
Request Body required
Username and password
- password string required
Possible values:
>= 8 characters
and<= 30 characters
- username string required
Responses
- 200
- 400
- 401
- 500
{"token": "value"}
- application/json
- Schema
Schema
- string
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Loading...