Request

POST http:///api/v1/partner/user/login

Request body

The request body takes a complete ConsumerLoginRequest resource, containing the following writable properties:

{
    "appTarget": "string",
    "email": "string",
    "password": "string",
    "timezone": "string"
}

Properties

Name Type Description Additional
appTarget string

Possible values are:

  • AuthenticationApp
  • Retail
  • Distribution
  • Grow
  • Dispatch
Optional
email string Optional
password string Optional
timezone string Optional

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

successful operation

ConsumerAuthResult

Explore this API

body
Request Content-Type
Response Content-Type
Try it out!