GET Users?user={user}&password={password}
Get an api token for a locally registered user at BusinessAdsForFree Example: /api/users?user=asdf&password=pwd, where asdf is the user id and password is the asdf's password
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
user | user |
Define this parameter in the request URI. |
password | password |
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>