Rest API Endpoint

Check Name

HTTP MethodEndpointDescription
POST/account-manager/accounts/check-nameCheck for name duplication before account creation and returns the result of the check.

Create Account

HTTP MethodEndpointDescription
POST/account-manager/accounts/check-name

Get Account List

HTTP MethodEndpointDescription
GET/account-manager/accountsGet a list of accounts created with the specified projectId after validating the ID Token.

Get Account from account ID

HTTP MethodEndpointDescription
GET/account-manager/accounts/:accountIdGet the detailed information of a specific account with Account Id as an identification value.

Sign Request

HTTP MethodEndpointDescription
POST/account-manager/accounts/:accountId/signGenerate a signature using an Account.

Sign Transaction

HTTP MethodEndpointDescription
POST/account-manager/accounts/:accountId/sign-transactionSign a transaction using an Account.

Verify Password

HTTP MethodEndpointDescription
POST/account-manager/accounts/:accountId/verify-passwordAuthenticate a password when using an Account.