Returns top 10 username suggestions based on term and category
| 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. |
NOTE: Variables to place in the query string of the request.
| Parameter | Data Type | Valid Values | Description |
|---|---|---|---|
| term | string | any string | User Name |
| category | string | Either "all" or "seller" | Category for context. Default is "all" |
If there are no errors with the input parameters, this call will respond with a 200 OK and a JSON array of the following
| Parameter | Data Type | Valid Values | Description |
|---|---|---|---|
| Value | string | a user name | user name |