Validation

Before making any request to the API, the validation token must be obtained for the user and password indicated.

Access Validation and Token

Call for access validation and token acquisition

get
Parámetros de encabezado
AuthorizationstringRequerido

Basic + (user:pass) en base64

Respuestas
200

Return of the token

application/json
get
/login
200

Return of the token

Call for obtaining user code and type

get

Users must be registered in A3ERP: Customers, Representatives, Suppliers, Carriers, Persons or Operators.

Example:

https://servidor:5555/api/validacion/user/admin/password/adminpass

Parámetros de ruta
usuariostringRequerido

Not case sensitive

clavestringRequerido

Case sensitive

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200

Return Code and Type

application/json
get
/validacion/user/{usuario}/password/{clave}
200

Return Code and Type

Última actualización

¿Te fue útil?