Bird · Schema

BirdContact

Schema for a Bird customer contact / profile object.

CommunicationsSMSEmailWhatsAppVoiceMessagingOmnichannelCustomer Engagement

Properties

Name Type Description
id string Unique identifier for the contact.
workspaceId string The workspace this contact belongs to.
identifiers array List of identifiers (phone numbers, emails, etc.) for the contact.
attributes object Custom attributes for the contact (key-value pairs).
createdAt string The timestamp when this contact was created.
updatedAt string The timestamp when this contact was last updated.
View JSON Schema on GitHub

JSON Schema

bird-contact-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bird/main/json-schema/bird-contact-schema.json",
  "title": "BirdContact",
  "description": "Schema for a Bird customer contact / profile object.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique identifier for the contact.",
      "example": "3a6f1c2d-9b4e-4f6a-8c3d-1e2b3c4d5e6f"
    },
    "workspaceId": {
      "type": "string",
      "format": "uuid",
      "description": "The workspace this contact belongs to."
    },
    "identifiers": {
      "type": "array",
      "description": "List of identifiers (phone numbers, emails, etc.) for the contact.",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "enum": ["phone", "email", "externalId", "whatsapp"],
            "description": "The type of identifier."
          },
          "value": {
            "type": "string",
            "description": "The identifier value.",
            "example": "+31612345678"
          }
        }
      }
    },
    "attributes": {
      "type": "object",
      "description": "Custom attributes for the contact (key-value pairs).",
      "additionalProperties": true,
      "example": {
        "firstName": "John",
        "lastName": "Doe",
        "country": "NL"
      }
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "The timestamp when this contact was created.",
      "example": "2023-09-28T10:00:00Z"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "The timestamp when this contact was last updated.",
      "example": "2023-09-28T12:00:00Z"
    }
  }
}

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/bird-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.