api-docs-icon

Get account by identity

GET
/ v1/ api/ account/ identity/ {identity}

Retrieves account information for a specific identity string




Response









identity
string
required

Identity string for the account

Example:
account-identity-1234

Responses

Successfully retrieved account information

isError
boolean

Indicates if the response contains an error

Example:
false
message
string

Response message

Example:
Success
result
object

statusCode
number

HTTP status code

Example:
200