Reseller - List
/list
Full Url:
Arguments:
- token (required)
Info: Retrieves a list of all your resellers.
Example Success
{
"code": 200,
"status": "success",
"data": [
{
"id": 42,
"username": "bobby",
"email": "[email protected]",
"first_name": "Bobby",
"last_name": "McFrobby",
"phone_number": 5555555555,
"address": "321 Some Street",
"city": "Denver",
"state": "CO",
"zip": "80112",
"brand": null,
"domain": null,
"custom_css": 0,
"custom_logo": 0,
"user_statu": "inactive-no-funds",
"create_dt": "2016-02-02 05:23:55",
"modify_dt": "2016-02-02 05:23:55"
},
{
"id": "55",
"username": "ralph",
"email": "[email protected]",
"first_name": "Ralph",
"last_name": "Dingo",
"phone_number": "5555555554",
"address" "321 Some Street",
"city": "Englewood",
"state": "CO",
"zip": "80112",
"brand": "Monkeys Telecom",
"domain": "monkeys",
"custom_css": 1,
"custom_logo": 1,
"user_status": "active",
"create_dt": "2016-02-02 05:23:55",
"modify_dt": "2016-02-02 05:23:55"
}
]
}
Example Error
About the closest thing you should ever see to an error here is if you have no resellers
{
"code": 200,
"status": "success",
"data": []
}