This service is in BETA. For access please Fill out the application
The /whoami resource simply tells you for which user and account that you are currently accessing SLAPI
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 |
GET https://api.sellerlabs.com/v1/whoami
No request parameters are supported
{"status":"success","code":200,"httpCode":"200","user":"123","data":{"user":{"id":"123","email":"demo@demo.com"},"account":{"id":"123","name":"Demo Account"}}}
The Common Response Parameters are all provided
user | Container for information about the user |
---|---|
id | User ID |
User's Email Address | |
account | Container for information about the account |
id | Numeric Account ID |
name | Name associated with the user's account |