Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hyperauth.dev/llms.txt

Use this file to discover all available pages before exploring further.

Checks whether a handle alias is available for registration. Queries the global SESSION_DB D1 database directly.

Query parameters

ParameterTypeRequiredDescription
aliasstringYesHandle to check (lowercased before lookup)

Response — available

{ "available": true }

Response — taken

{ "available": false, "did": "did:new:0x..." }

Errors

CodeerrorCondition
400"Missing query parameter: alias"Parameter absent