/BitRail/ValidateUser GET
Allows BitRail to call Gunbroker to find out if a given email is associated with a live seller account.
- URL
- /BitRail/ValidateUser
- Verb
- Get
| 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. |
Input
NOTE: Variables to place in the query string of the request.
| Parameter |
Data Type |
Valid Values |
Description |
| Email |
string |
Valid email address |
The email address to validate |
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 |
| IsActive |
bool |
bool |
True if user has an active account. |
| IsSeller |
bool |
bool |
True if user has any current items for sale, or any items within the past 90 days. |
| IsTop10 |
bool |
bool |
True if user is in the top 10 sellers. |
| IsTop25 |
bool |
bool |
True if user is in the top 25 sellers. |
| IsTop100 |
bool |
bool |
True if user is in the top 100 sellers. |
| UserName |
string |
string |
The UserName of the user. |
Links
| Rel |
Description |
Condition |
| search |
Search by this category |
|