Messagebird · Schema

MessageBird Contact

Represents a contact in the MessageBird address book that can be associated with multiple communication channels.

Properties

Name Type Description
id string The unique identifier of the contact.
href string The URL of the contact resource.
msisdn string The phone number of the contact in international format.
firstName string The first name of the contact.
lastName string The last name of the contact.
custom1 string Custom field 1 for arbitrary contact data.
custom2 string Custom field 2 for arbitrary contact data.
custom3 string Custom field 3 for arbitrary contact data.
custom4 string Custom field 4 for arbitrary contact data.
groups object Links to the groups the contact belongs to.
messages object Links to messages associated with the contact.
createdDatetime string The date and time when the contact was created.
updatedDatetime string The date and time when the contact was last updated.
View JSON Schema on GitHub

JSON Schema

messagebird-contact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/messagebird/contact.json",
  "title": "MessageBird Contact",
  "description": "Represents a contact in the MessageBird address book that can be associated with multiple communication channels.",
  "type": "object",
  "required": ["id", "msisdn"],
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the contact."
    },
    "href": {
      "type": "string",
      "format": "uri",
      "description": "The URL of the contact resource."
    },
    "msisdn": {
      "type": "string",
      "description": "The phone number of the contact in international format.",
      "pattern": "^\\+?[1-9]\\d{1,14}$"
    },
    "firstName": {
      "type": "string",
      "description": "The first name of the contact.",
      "maxLength": 256
    },
    "lastName": {
      "type": "string",
      "description": "The last name of the contact.",
      "maxLength": 256
    },
    "custom1": {
      "type": "string",
      "description": "Custom field 1 for arbitrary contact data."
    },
    "custom2": {
      "type": "string",
      "description": "Custom field 2 for arbitrary contact data."
    },
    "custom3": {
      "type": "string",
      "description": "Custom field 3 for arbitrary contact data."
    },
    "custom4": {
      "type": "string",
      "description": "Custom field 4 for arbitrary contact data."
    },
    "groups": {
      "type": "object",
      "description": "Links to the groups the contact belongs to.",
      "properties": {
        "href": {
          "type": "string",
          "format": "uri",
          "description": "The URL to retrieve the groups."
        },
        "totalCount": {
          "type": "integer",
          "description": "The total number of groups.",
          "minimum": 0
        }
      }
    },
    "messages": {
      "type": "object",
      "description": "Links to messages associated with the contact.",
      "properties": {
        "href": {
          "type": "string",
          "format": "uri",
          "description": "The URL to retrieve messages."
        },
        "totalCount": {
          "type": "integer",
          "description": "The total number of messages.",
          "minimum": 0
        }
      }
    },
    "createdDatetime": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time when the contact was created."
    },
    "updatedDatetime": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time when the contact was last updated."
    }
  }
}

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-contact"
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.