Validation
Before making any request to the API, the validation token must be obtained for the user and password indicated.
Access Validation and Token
Example:
Parámetros de encabezado
AuthorizationstringRequerido
Basic + (user:pass) en base64
Respuestas
200
Return of the token
application/json
get
/login200
Return of the token
The /validation/user/{username}/password/{key} endpoint is deprecated and will be removed on October 1, 2023. It is recommended that you upgrade to the /login endpoint
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?