Log in
POST
/auth/loginContract
Parameter | Value |
|---|---|
| Section | auth |
| Authentication | not required |
| Consumes | application/json |
| Produces | application/json |
Parameters
1 parameter
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| request | body | yes | object | Login credentials |
{ "email": "<string>", "password": "<string>" }
Responses
2 responses
Status | Description | Type |
|---|---|---|
200 | Successful response | no body |
500 | Invalid request body or credentials | object |
{ "data": {}, "error": "<string>" }