GET docs/Users?user={user}&password={password}&appid={appid}

Get an api token for a locally registered user at ClassifiedsForFree Example: /api/users?user=asdf&password=pwd&apid=xxxx, where asdf is the user id and password is the asdf's password and appid is the application id maeking the request on behalf of user

Request Information

Parameters

NameDescriptionAdditional information
user
user

Define this parameter in the request URI.

password
password

Define this parameter in the request URI.

appid
appid

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
"sample string"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>