Saltar al contenido principal

API Reference/Autenticación

Login - Endpoint de autenticación

GEThttps://{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

Autenticación exitosa