GET
/
accounts
/
{id}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The id of the account.

Response

200
application/json
The account corresponding to the id provided
id
string

The account ID (uuid).

username
string

The account username.

password
string

The account password.

status
string

The account status (credentials enabled/disabled).

limit_reached
boolean

The account limit reached status.

started_at
integer

The time in unix seconds at which the account was started.

updated_at
integer

The time in unix seconds at which the account was updated.

limit
integer

The allocated traffic in bytes.