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 an identifier is available for registration. Routes to the Vault Durable Object for the supplied identifier.

Query parameters

ParameterTypeRequiredDescription
identifierstringYesIdentifier to check (also accepts handle)
channelstringNoChannel (default: "handle")

Response (200)

{ "available": true, "reason": null }
{ "available": false, "reason": "taken" }
{ "available": false, "reason": "reserved", "message": "This identifier is reserved" }