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

KeyDatatypeRequiredDescription
handlestring(Required) The handle to resolve.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;did&quot;:&quot;\u003cdid\u003e&quot;}