com.atproto.identity.resolveHandle
GET/xrpc/com.atproto.identity.resolveHandle
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
Query Parameters
handle handlerequired
The handle to resolve.
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
did didrequired
{
"did": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
Possible values: [InvalidRequest
, ExpiredToken
, InvalidToken
]
message stringrequired
{
"error": "InvalidRequest",
"message": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error required
message stringrequired
{
"message": "string"
}
Loading...