Messagebird · JSON Structure

Messagebird Structure

Structural overview of the Messagebird API surface; extracted from openapi/.

Type: Properties: 0

Messagebird Structure is a JSON Structure definition published by Messagebird.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Messagebird",
  "providerId": "messagebird",
  "kind": "json-structure",
  "description": "Structural overview of the Messagebird API surface; extracted from openapi/.",
  "schemaCount": 14,
  "operationCount": 13,
  "schemas": [
    {
      "name": "ConversationStart",
      "type": "object",
      "propertyCount": 5,
      "required": [
        "to",
        "type",
        "content",
        "channelId"
      ]
    },
    {
      "name": "ConversationUpdate",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "ConversationMessageSend",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "type",
        "content"
      ]
    },
    {
      "name": "MessageSend",
      "type": "object",
      "propertyCount": 5,
      "required": [
        "to",
        "from",
        "type",
        "content"
      ]
    },
    {
      "name": "MessageContent",
      "type": "object",
      "propertyCount": 7,
      "required": []
    },
    {
      "name": "Conversation",
      "type": "object",
      "propertyCount": 10,
      "required": []
    },
    {
      "name": "ConversationList",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "ConversationMessage",
      "type": "object",
      "propertyCount": 12,
      "required": []
    },
    {
      "name": "ConversationMessageList",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "Contact",
      "type": "object",
      "propertyCount": 9,
      "required": []
    },
    {
      "name": "Channel",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "WebhookCreate",
      "type": "object",
      "propertyCount": 3,
      "required": [
        "channelId",
        "url",
        "events"
      ]
    },
    {
      "name": "Webhook",
      "type": "object",
      "propertyCount": 7,
      "required": []
    },
    {
      "name": "WebhookList",
      "type": "object",
      "propertyCount": 5,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/conversations",
      "operationId": "listConversations",
      "summary": "List conversations",
      "tags": [
        "Conversations"
      ]
    },
    {
      "method": "POST",
      "path": "/conversations/start",
      "operationId": "startConversation",
      "summary": "Start a conversation",
      "tags": [
        "Conversations"
      ]
    },
    {
      "method": "GET",
      "path": "/conversations/{conversationId}",
      "operationId": "viewConversation",
      "summary": "View a conversation",
      "tags": [
        "Conversations"
      ]
    },
    {
      "method": "PATCH",
      "path": "/conversations/{conversationId}",
      "operationId": "updateConversation",
      "summary": "Update a conversation",
      "tags": [
        "Conversations"
      ]
    },
    {
      "method": "GET",
      "path": "/conversations/{conversationId}/messages",
      "operationId": "listConversationMessages",
      "summary": "List messages in a conversation",
      "tags": [
        "Messages"
      ]
    },
    {
      "method": "POST",
      "path": "/conversations/{conversationId}/messages",
      "operationId": "sendConversationMessage",
      "summary": "Send a message in a conversation",
      "tags": [
        "Messages"
      ]
    },
    {
      "method": "POST",
      "path": "/send",
      "operationId": "sendMessage",
      "summary": "Send a message",
      "tags": [
        "Messages"
      ]
    },
    {
      "method": "GET",
      "path": "/messages/{messageId}",
      "operationId": "viewMessage",
      "summary": "View a message",
      "tags": [
        "Messages"
      ]
    },
    {
      "method": "GET",
      "path": "/webhooks",
      "operationId": "listWebhooks",
      "summary": "List webhooks",
      "tags": [
        "Webhooks"
      ]
    },
    {
      "method": "POST",
      "path": "/webhooks",
      "operationId": "createWebhook",
      "summary": "Create a webhook",
      "tags": [
        "Webhooks"
      ]
    },
    {
      "method": "GET",
      "path": "/webhooks/{webhookId}",
      "operationId": "viewWebhook",
      "summary": "View a webhook",
      "tags": [
        "Webhooks"
      ]
    },
    {
      "method": "DELETE",
      "path": "/webhooks/{webhookId}",
      "operationId": "deleteWebhook",
      "summary": "Delete a webhook",
      "tags": [
        "Webhooks"
      ]
    },
    {
      "method": "PATCH",
      "path": "/webhooks/{webhookId}",
      "operationId": "updateWebhook",
      "summary": "Update a webhook",
      "tags": [
        "Webhooks"
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/messagebird-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.