Auth
📄️ Access to the System
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.
📄️ Register Customer
The JWT **Authentication** token will be returned, which will be used to make various requests. It is important to note that some of these requests may accept both **JWT** and **ApiKey**. In such situations, you will have the flexibility to choose between both authentication methods. However, it is crucial to emphasize that if both are used, the **JWT** will always take precedence over the **ApiKey**, thus ensuring greater security and priority in the authentication process.