No description available.
Parameters
Output
Encoding
application/jsonhref
stringuri
Required
A valid URI.
Errors
userNotFound
The specified user couldn't be found userAlreadyHasHome
The specified user already has a home authority Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "userNotFound",
"description": "The specified user couldn't be found"
},
{
"name": "userAlreadyHasHome",
"description": "The specified user already has a home authority"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"href"
],
"properties": {
"href": {
"type": "string",
"format": "uri"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"handle",
"redirect_uri"
],
"properties": {
"handle": {
"type": "string"
},
"client_id": {
"type": "string",
"format": "uri"
},
"redirect_uri": {
"type": "string",
"format": "uri"
}
}
}
}