zone.stratos.server.listDomains

lexicon.northsky.app

Documentation

Returns the list of boundary domains available on this Stratos service.

main query

Returns the list of boundary domains available on this Stratos service.

Output

Encodingapplication/json
domains array Required

The boundary domains available on this service.

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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "domains"
      ],
      "properties": {
        "domains": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The boundary domains available on this service."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Returns the list of boundary domains available on this Stratos service."
}

Lexicon Garden

@