GET api/user/authorize?user_id={user_id}&user_secret={user_secret}&api_key={api_key}
User Authorization : authorize and retrieve user token.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id |
Your user id for API login. |
string |
Required |
| user_secret |
Your secret for API login. |
string |
Required |
| api_key |
Your API key given by your vendor. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
{ "Login": "success", "Token": "A70824F1-2588-48DE-949B-77441F52EBCD-AA7754E0-0661", "Error":"" }
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.