post https://ag.eqhub.eqbr.com/api/v1/account-manager/accounts
This is a request to create account.
Response
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. |
secret_key | String | True | A confidential key used for cryptographic operations and authentication. This key is generated upon account creation and is retrieved only once on creation api. If lost, it cannot be retrieved, requiring a new key generation. |
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. |
service_admin_accounts
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. |