/Seller GET

Gets Seller information on GunBroker.com.

URL
/Seller
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 Optional The token acquired from a POST to Users/AccessToken.

Output

All authorized calls to this endpoint will result in a 200 OK reponse. The body of the response contains a ResponseCode that will tell you the result of your request

Parameter Data Type Valid Values Description
UserID string The Seller's UserID
SellerIndividualInfo object
FirstName - string
MiddleName - string
LastName - string
Address - Object
EmailAddress - string
Phone - string
SSN - string
SSN - Returns null until future development.
Address Object:
Address : {
                    "Address1":"string",
                    "Address2":"string",
                    "City":"string",
                    "State":"string",
                    "PostalCode":"string",
                    "Country":"string"
                }
SellerBusinessInfo object
RegisteredBusinessName - string
PublicBusinessName - string
Address - Address Object
BusinessEmailAddress - string
BusinessPrimaryPhone - string
EIN - string
EIN - Returns null until future development.
Address Object:
Address : {
                    "Address1":"string",
                    "Address2":"string",
                    "City":"string",
                    "State":"string",
                    "PostalCode":"string",
                    "Country":"string"
                }