dev.cartridge.createVerificationRequest

cartridge.dev

Documentation

Submit a verification request to flag your account as a studio, developer, or publisher.

main procedure

Submit a verification request to flag your account as a studio, developer, or publisher.

Input

Encodingapplication/json
accountType string Required

No description available.

contact string Required

No description available.

maxGraphemes: 500 graphemes
message string Required

No description available.

maxGraphemes: 3000 graphemes

Output

Encodingapplication/json
id string 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://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "accountType",
        "message",
        "contact"
      ],
      "properties": {
        "contact": {
          "type": "string",
          "maxGraphemes": 500
        },
        "message": {
          "type": "string",
          "maxGraphemes": 3000
        },
        "accountType": {
          "type": "string",
          "knownValues": [
            "studio",
            "developer",
            "publisher"
          ]
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Submit a verification request to flag your account as a studio, developer, or publisher."
}

Lexicon Garden

@