POST http:///api/v1/partner/user/login
The request body takes a complete ConsumerLoginRequest resource, containing the following writable properties:
{
"appTarget": "string",
"email": "string",
"password": "string",
"timezone": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
appTarget | string |
Possible values are:
|
Optional |
string | Optional | ||
password | string | Optional | |
timezone | string | Optional |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK successful operation |
ConsumerAuthResult |