Access to the System
POST/auth/login
A JWT token for Authentication will be generated and returned, which will be used in the corresponding requests. It is important to note that in certain requests you will have the option to use either the jwt or the ApiKey; in those cases, you will have the flexibility to choose either option. However, it is essential to keep in mind that the JWT will always have a higher priority and validity over the ApiKey, thereby ensuring a superior level of security in your transactions.
Request
Responses
- 200
That's fine