Overview
TheAliasesClient allows you to retrieve and manage aliases associated with identities. Aliases are alternative identifiers like phone numbers, email addresses, or blockchain addresses that can be used to look up an identity.
Methods
get()
Retrieve detailed information about a specific alias.Parameters
The alias to look up (phone number, email address, or other identifier)Examples:
- Phone:
"+1234567890" - Email:
"[email protected]" - Blockchain:
"0x742d35Cc6634C0532925a3b8D4C9db96C4b4d8b6"
Returns
Unique identifier for this alias record
The alias value (phone number, email, etc.)
Type of aliasCommon values:
"phone"- Phone number"email"- Email address- Custom types for other identifiers
URN of the identity associated with this alias
Origin namespace where this alias was registered
Current status of the alias
active- Alias is valid and can be usedinactive- Alias is temporarily disabledrevoked- Alias has been permanently revoked
Whether this alias is publicly visible
Whether this is the primary alias for the identity
Additional details specific to the alias type
Metadata associated with the alias
ISO 8601 timestamp when the alias was created
ISO 8601 timestamp when the alias was last updated