at.ducs.oauth.login

ducs.at

Documentation

main query

No description available.

Parameters

client_id string uri Optional

A valid URI.

handle string Required

No description available.

redirect_uri string uri Required

A valid URI.

Output

Encodingapplication/json
href 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.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
A valid URI.
A valid URI.
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"
      }
    }
  }
}

Lexicon Garden

@