com.atproto.identity.resolve Handle
GET {{baseUrl}}/xrpc/com.atproto.identity.resolveHandle?handle=<handle>
To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.
Resolves a handle (domain name) to a DID.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
handle | string | (Required) The handle to resolve. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"did":"\u003cdid\u003e"}