POST v1/authenticate
Request Information
URI Parameters
None.
Body Parameters
UserLoginDtoName | Description | Type | Additional information |
---|---|---|---|
UserIp | string |
None. |
|
string |
None. |
||
Password | string |
None. |
|
GrantType | string |
None. |
|
RefreshToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "userIp": "sample string 1", "email": "sample string 2", "password": "sample string 3", "grantType": "sample string 4", "refreshToken": "sample string 5" }
text/html, multipart/form-data
Sample:
{"userIp":"sample string 1","email":"sample string 2","password":"sample string 3","grantType":"sample string 4","refreshToken":"sample string 5"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.