/Preferences GET
Get's a User's notification preferences.
- URL
- /Preferences
- Verb
- GET
Headers
Header |
Data Type |
Valid Values |
Required |
Description |
Content-Type |
string |
application/json |
YES |
The format your data will be sent to our site. |
X-DevKey |
string |
string |
YES |
The devkey assigned to the developer. |
X-AccessToken |
string |
string |
YES |
The token acquired from a POST to Users/AccessToken. |
Output
If there are no errors with the input parameters, this call will respond with a 200 OK
and the following data as serialized JSON
Parameter |
Data Type |
Valid Values |
Description |
Outbid |
boolean |
true/false |
The user's outbid push notification preference. |
ItemWon |
boolean |
true/false |
The user's item won push notification preference. |
WatchedItemEndingSoon |
boolean |
true/false |
The user's watched item ending soon push notification preference. |
NotWinningEndingSoon |
boolean |
true/false |
The user's not winning item ending soon push notification preference. |
FixedPriceEnded |
boolean |
true/false |
The user's fixed price ended push notification preference. |
FixedPriceSoldOut |
boolean |
true/false |
The user's fixed price sold out push notification preference. |
ItemClosed |
boolean |
true/false |
The user's item closed push notification preference. |
ItemSold |
boolean |
true/false |
The user's item sold push notification preference. |
ItemListed |
boolean |
true/false |
The user's item listed push notification preference. |
DisplayFFLBadge |
boolean |
true/false |
The user's preference to display an FFL icon on their listings, if the user is part of the GunBroker FFL network. |
Links
Rel |
Description |
Condition |
update |
Update user preferences |
|