Check Name
| HTTP Method | Endpoint | Description | 
|---|---|---|
| POST | /account-manager/accounts/check-name | Check for name duplication before account creation and returns the result of the check. | 
Create Account
| HTTP Method | Endpoint | Description | 
|---|---|---|
| POST | /account-manager/accounts/check-name | 
Get Account List
| HTTP Method | Endpoint | Description | 
|---|---|---|
| GET | /account-manager/accounts | Get a list of accounts created with the specified projectId after validating the ID Token. | 
Get Account from account ID
| HTTP Method | Endpoint | Description | 
|---|---|---|
| GET | /account-manager/accounts/:accountId | Get the detailed information of a specific account with Account Id as an identification value. | 
Sign Request
| HTTP Method | Endpoint | Description | 
|---|---|---|
| POST | /account-manager/accounts/:accountId/sign | Generate a signature using an Account. | 
Sign Transaction
| HTTP Method | Endpoint | Description | 
|---|---|---|
| POST | /account-manager/accounts/:accountId/sign-transaction | Sign a transaction using an Account. | 
Verify Password
| HTTP Method | Endpoint | Description | 
|---|---|---|
| POST | /account-manager/accounts/:accountId/verify-password | Authenticate a password when using an Account. | 
