Authorize User Login

This is the authentication endpoint. The condition to use this endpoint is that the user must be registered.

📘

In order for the cellphone login to work, the number must be registered and associated with a user.

Using Ordering SDK

const response = await ordering.users().auth(
    {
        email: [email protected],
        password: super
    }
);
Language
Click Try It! to start a request and see the response here!