app.ocho.edu.isVerified

ocho-lexicons.ocho.app

Documentation

main query

No description available.

Parameters

domain string Required

No description available.

Output

Encodingapplication/json
verified boolean Required

No description available.

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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "verified"
      ],
      "properties": {
        "verified": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json",
    "description": "Whether the user is verified on that domain"
  },
  "parameters": {
    "type": "params",
    "required": [
      "domain"
    ],
    "properties": {
      "domain": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@