Register Customer
POST/auth/register
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.
Request
Responses
- 200
That's fine
All right