| name | Type | Required | Description |
|---|
| total | Number | True | The total number of data matching the criteria. |
| data | Object[] | True | An array of data corresponding to the requested range. |
| name | Type | Required | Description |
|---|
| account_id | String | True | A unique ID for the account. It is assigned by EQ Hub and used to identify the account. |
| project_id | Number | True | A unique identifier of the project. |
| is_active | Bool | True | Shows if the account is active (true) or not (false). |
| name | String | True | The name or identifier for the account. |
| address | String | True | Ethereum address of the account |
| storage_type | String | True | The method used to store the account. |
| usage_type | String | True | The intended purpose or role of the account. |
| auth_methods | String[] | True | Information about the authentication methods configured for the account. |
| service_admin_accounts | Object[] | True | Identification information to distinguish this account as an administrator for specific services. |
| created_at | String | True | Moment when account was created. |
| updated_at | String | True | Moment when account was updated. |
| name | Type | Required | Description |
|---|
| service_identifier | String | True | A unique identifier used to distinguish and identify a specific service. |
| resource_identifier | Number | True | A unique identifier used to distinguish and identify a specific resource within the service domain. |