- GET /$H_ALIAS#
Lookup the target URI associated with an alias in the TalDir. Here,
$H_ALIASis the SHA-512 hash of a prefix-free encoding of the alias to be registered in Crockford base32 encoding.Response
Standard HTTP cache control headers are used to specify how long the registration is still expected to be valid.
- 200 Ok:
Registration information returned, of type MailboxDetailResponse
- 404 Not found:
The alias is unknown (original registration may have expired).
interface MailboxDetailResponse { // Target URI to associate with this alias. target_uri: string; }