Get Account List

Returns a list of accounts created by your project. You can use query parameters to return results with specific conditions.

Response

nameTypeRequiredDescription
totalNumberTrueThe total number of data matching the criteria.
dataObject[]TrueAn array of data corresponding to the requested range.

data

nameTypeRequiredDescription
account_idStringTrueA unique ID for the account. It is assigned by EQ Hub and used to identify the account.
project_idNumberTrueA unique identifier of the project.
is_activeBoolTrueShows if the account is active (true) or not (false).
nameStringTrueThe name or identifier for the account.
addressStringTrueEthereum address of the account
storage_typeStringTrueThe method used to store the account.
usage_typeStringTrueThe intended purpose or role of the account.
auth_methodsString[]TrueInformation about the authentication methods configured for the account.
service_admin_accountsObject[]TrueIdentification information to distinguish this account as an administrator for specific services.
created_atStringTrueMoment when account was created.
updated_atStringTrueMoment when account was updated.

service_admin_accounts

nameTypeRequiredDescription
service_identifierStringTrueA unique identifier used to distinguish and identify a specific service.
resource_identifierNumberTrueA unique identifier used to distinguish and identify a specific resource within the service domain.
Language
Click Try It! to start a request and see the response here!