API Documentation

This service is in BETA. For access please Fill out the application

CONTENTS
RESOURCES
MACROS
VERBS
REPORTS

whoami

The /whoami resource simply tells you for which user and account that you are currently accessing SLAPI

Venues Collection

HTTP Methods:

GET Returns all of the venues currently enabled for the account
POST Not Permitted. Returns HTTP 501-whoami
PUT Not Permitted. Returns HTTP 501-whoami
DELETE Not Permitted. Returns HTTP 501-whoami

Sample Request

GET https://api.sellerlabs.com/v1/whoami

Request Parameters

No request parameters are supported

Sample Response

{"status":"success","code":200,"httpCode":"200","user":"123","data":{"user":{"id":"123","email":"demo@demo.com"},"account":{"id":"123","name":"Demo Account"}}}

Response Parameters

The Common Response Parameters are all provided

user Container for information about the user
id User ID
email User's Email Address
account Container for information about the account
id Numeric Account ID
name Name associated with the user's account