Bluesky ハンドルに対応する PDS の OAuth 認証 URL を返す。
Parameters
Output
Encoding
application/jsonurl
stringuri
Required
PDS の OAuth 認証 URL
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"maxLength": 2048,
"description": "PDS の OAuth 認証 URL"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"handle"
],
"properties": {
"handle": {
"type": "string",
"format": "handle",
"maxLength": 253,
"description": "Bluesky ハンドル (例: user.bsky.social)"
}
}
},
"description": "Bluesky ハンドルに対応する PDS の OAuth 認証 URL を返す。"
}