Definitions related to handles (aka usernames) in ATP.
{
"lexicon": 1,
"id": "com.atproto.handle.resolve",
"defs": {
"main": {
"type": "query",
"description": "Provides the DID of a repo.",
"parameters": {
"type": "params",
"properties": {
"handle": {
"type": "string",
"description": "The handle to resolve. If not supplied, will resolve the host's own handle."
}
}
},
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string"
}
}
}
}
}
}
}
The AT Protocol will launch soon.
Join the waitlist to try the beta before it's publicly available.