GET api/Authentication/GetToken?Email={Email}&Name={Name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
||
| Name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DeveloperDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Developer | Developer |
None. |
|
| Status | Status |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": {
"StatusType": true,
"StatusDescription": "sample string 2"
},
"Developer": {
"Id": 1,
"Token": "sample string 2",
"Name": "sample string 3",
"Email": "sample string 4"
}
}