Authorize User Login

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

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
    }
);
Path Params
string
required
Defaults to en
string
required
Defaults to demo

You can use the api explorer with our demo project or with your own Ordering project.

string
required
Defaults to v400
Body Params
string
required
Defaults to [email protected]

For full access to the api explorer we recommend to login as Super Admin. Then you can get the token response to paste it while trying each api endpoint.

string

Required if not email

string
required
Defaults to super
string
Defaults to 1 or 0

Enable or disable recaptcha

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json