sealed / API
Open app

API reference

Directory

Search the public handle directory by handle or address fragment, or list recent claims. Only public perimeter data — never contacts or message metadata.

GET/api/v1/directory

Query parameters

NameDescription
qHandle or address fragment. Omit to list recent claims.
limitMax results, 1–50. Default 20.

Response

200 — matching entries, each with the verified-business flag:

bash
curl "https://api.sealedlabs.net/api/v1/directory?q=ali&limit=5" \
  -H "Authorization: Bearer $SEALED_API_KEY"
Follow up with GET /api/v1/keys/:address to fetch the device keys you seal against — the directory only identifies who exists.