Reseller API
Get list of existing accounts
GET
Authorizations
Response
200
application/json
List of users
The account ID (uuid).
Example:
"57ed834f-f6f6-47d4-ab23-5674d7866b32"
The account username.
Example:
"johndoe@reseller.com"
The account password.
Example:
"secret"
The account status (credentials enabled/disabled).
Example:
"enabled"
The account limit reached status.
Example:
false
The time in unix seconds at which the account was started.
Example:
1708526022
The time in unix seconds at which the account was updated.
Example:
1708528022
The allocated traffic in bytes.
Example:
1000000