app.ocho.state.login

ocho-lexicons.ocho.app

Documentation

Gets the email code to login on the InstantDB website

main query

Gets the email code to login on the InstantDB website

Output

Encodingapplication/json
code string Required

The code used to login on the InstantDB website

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": [
        "code"
      ],
      "properties": {
        "code": {
          "type": "string",
          "description": "The code used to login on the InstantDB website"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Gets the email code to login on the InstantDB website"
}

Lexicon Garden

@