API Reference/Autenticación
Login - Endpoint de autenticación
GET
https://{host}/api/Auth/Login - Endpoint de autenticación
GET/Auth/
Endpoint de autenticación
Descripción: The API endpoint makes an HTTP GET request to retrieve authentication information using the provided username and password as query parameters.
Response
The response is in JSON format with the following schema:
{
"type": "object",
"properties": {
"status": {
"type": "string"
},
"message": {
"type": "string"
},
"data": {
"type": "string"
},
"site": {
"type": "integer"
}
}
}
Request
Responses
- 200
- 401
Autenticación exitosa
Credenciales inválidas