app.chavatar.auth.getLoginUrl

chavatar.app

Documentation

Bluesky ハンドルに対応する PDS の OAuth 認証 URL を返す。

main query

Bluesky ハンドルに対応する PDS の OAuth 認証 URL を返す。

Parameters

handle string handle Required

Bluesky ハンドル (例: user.bsky.social)

Output

Encodingapplication/json
url stringuri Required

PDS の OAuth 認証 URL

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Bluesky ハンドル (例: user.bsky.social)
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 を返す。"
}

Lexicon Garden

@