post
https://apiv4.ordering.co////auth
This is the authentication endpoint. The condition to use this endpoint is that the user must be registered.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
}
);
