Method: /Accounts/Info
Endpoint
Method
HttpGet
Authentication
this method require a valid account access token. (parameter: token)
Permissions
Request
|
parameter
|
Description
|
Type
|
Required
|
| token |
account access token |
string |
True |
Response
Returns a valid JSON type.
|
Name
|
Type
|
Description
|
| success |
Boolean |
|
| account_token |
String |
|
| date_created |
DateTime |
|
| price_plan_id |
Int32 |
|
| current_store_id |
Int32 |
|
| first_name |
String |
|
| last_name |
String |
|
| email |
String |
|
| company_name |
String |
|
| token |
String |
|
| response_time |
DateTime |
|
| state_id |
ResultState |
|