Reseller API
Get account
GET
Authorizations
Path Parameters
The id of the account.
Response
200
application/json
The account corresponding to the id provided
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