Messagebird · Schema

VerifyCreate

Properties

Name Type Description
recipient string The phone number to verify in international format.
originator string The sender ID for the verification message.
reference string A client reference for tracking purposes.
type string The delivery channel for the verification token.
template string A custom message template. Use %token to indicate where the token should be placed.
datacoding string The encoding for the SMS message body.
timeout integer The expiration time of the token in seconds.
tokenLength integer The number of digits in the verification token.
voice string The voice gender for text-to-speech delivery.
language string The language for text-to-speech delivery.
View JSON Schema on GitHub

JSON Schema

messagebird-verifycreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VerifyCreate",
  "title": "VerifyCreate",
  "type": "object",
  "required": [
    "recipient"
  ],
  "properties": {
    "recipient": {
      "type": "string",
      "description": "The phone number to verify in international format."
    },
    "originator": {
      "type": "string",
      "description": "The sender ID for the verification message."
    },
    "reference": {
      "type": "string",
      "description": "A client reference for tracking purposes."
    },
    "type": {
      "type": "string",
      "description": "The delivery channel for the verification token.",
      "enum": [
        "sms",
        "tts"
      ],
      "default": "sms"
    },
    "template": {
      "type": "string",
      "description": "A custom message template. Use %token to indicate where the token should be placed."
    },
    "datacoding": {
      "type": "string",
      "description": "The encoding for the SMS message body.",
      "enum": [
        "plain",
        "unicode",
        "auto"
      ]
    },
    "timeout": {
      "type": "integer",
      "description": "The expiration time of the token in seconds.",
      "minimum": 30,
      "maximum": 259200,
      "default": 30
    },
    "tokenLength": {
      "type": "integer",
      "description": "The number of digits in the verification token.",
      "minimum": 4,
      "maximum": 10,
      "default": 6
    },
    "voice": {
      "type": "string",
      "description": "The voice gender for text-to-speech delivery.",
      "enum": [
        "male",
        "female"
      ]
    },
    "language": {
      "type": "string",
      "description": "The language for text-to-speech delivery."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/messagebird-verifycreate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.