GET api/docs/M_User?username={username}&accessKey={accessKey}&secretKey={secretKey}

No Documentation Found.

Request Information

Parameters

NameDescriptionAdditional information
username
No Documentation Found.

Define this parameter in the request URI.

accessKey
No Documentation Found.

Define this parameter in the request URI.

secretKey
No Documentation Found.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "sample string 1": "sample string 2",
  "sample string 3": "sample string 4",
  "sample string 5": "sample string 6"
}

text/javascript

Sample:
{"sample string 1":"sample string 2","sample string 3":"sample string 4","sample string 5":"sample string 6"}