GET api/user/login?UserID={UserID}&UserPW={UserPW}&APIKey={APIKey}

Gets user token.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.