GET api/user/login?UserID={UserID}&UserPW={UserPW}&APIKey={APIKey}
Gets user token.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID |
Your user ID for API login. |
string |
Required |
| UserPW |
Your password for API login. |
string |
Required |
| APIKey |
Your API key given by your vendor. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.