Skip to main content
POST
Consumer Login
Authenticate a consumer and receive a session cookie. The session cookie is HttpOnly and Secure. Consumers must verify their email before logging in.

Parameters

string
required
Consumer’s email address
string
required
Account password

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Body

application/json
email
string<email>
required
password
string<password>
required

Response

200 - application/json

Login successful

session_token
string
user
object