GET api/AccountDriver?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Session| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| Key | globally unique identifier |
None. |
|
| Logged | boolean |
None. |
|
| Error | string |
None. |
|
| User | string |
None. |
|
| Password | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"AccountId": "28b525dc-576d-47e3-8c31-c6766d751973",
"Key": "83f81657-f221-4afb-a2bb-16790a60e759",
"Logged": true,
"Error": "sample string 5",
"User": "sample string 6",
"Password": "sample string 7"
}