Vibes Platform · JSON Structure

Vibes Platform Broadcast Structure

JSON structure documentation for the Vibes Platform Broadcast resource.

Type: Properties: 0
Mobile MarketingMobile MessagingPush NotificationsSMSMMSBroadcast MessagingAcquisition CampaignsSubscription ManagementWallet PassesRCS

Vibes Platform Broadcast Structure is a JSON Structure definition published by Vibes Platform.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Broadcast Structure",
  "description": "JSON structure documentation for the Vibes Platform Broadcast resource.",
  "resource": "Broadcast",
  "baseUrl": "https://public-api.vibescm.com",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "required": false,
      "description": "System-generated unique identifier for the broadcast.",
      "example": "bc_7f3a9d12"
    },
    {
      "name": "name",
      "type": "string",
      "required": true,
      "description": "Human-readable name for the broadcast.",
      "example": "Summer Sale Announcement"
    },
    {
      "name": "status",
      "type": "string",
      "required": false,
      "description": "Broadcast lifecycle status.",
      "enum": ["draft", "scheduled", "sent", "cancelled"],
      "example": "scheduled"
    },
    {
      "name": "message_type",
      "type": "string",
      "required": true,
      "description": "Message channel: sms for text message, push for push notification.",
      "enum": ["sms", "push"],
      "example": "sms"
    },
    {
      "name": "message_text",
      "type": "string",
      "required": true,
      "description": "Message content template. Use {{field_name}} for personalization.",
      "example": "Hi {{first_name}}! Sale starts now. Reply STOP to opt out."
    },
    {
      "name": "subscription_list_id",
      "type": "string",
      "required": true,
      "description": "ID of the subscription list to deliver to.",
      "example": "sl_4e2c1b88"
    },
    {
      "name": "scheduled_at",
      "type": "string",
      "format": "date-time",
      "required": false,
      "description": "ISO 8601 scheduled send time. Omit for immediate send.",
      "example": "2026-06-15T10:00:00Z"
    },
    {
      "name": "sent_at",
      "type": "string",
      "format": "date-time",
      "required": false,
      "description": "ISO 8601 actual send time (read-only, populated after send).",
      "example": "2026-06-15T10:00:03Z"
    },
    {
      "name": "created_at",
      "type": "string",
      "format": "date-time",
      "required": false,
      "description": "ISO 8601 creation timestamp (read-only).",
      "example": "2026-06-14T08:30:00Z"
    },
    {
      "name": "updated_at",
      "type": "string",
      "format": "date-time",
      "required": false,
      "description": "ISO 8601 last update timestamp (read-only).",
      "example": "2026-06-15T10:00:03Z"
    }
  ],
  "endpoints": [
    {
      "method": "GET",
      "path": "/companies/{company_key}/broadcasts",
      "description": "List all broadcasts.",
      "queryParams": ["status", "page", "per_page"]
    },
    {
      "method": "POST",
      "path": "/companies/{company_key}/broadcasts",
      "description": "Create a new broadcast.",
      "requiredFields": ["name", "message_type", "message_text", "subscription_list_id"]
    },
    {
      "method": "GET",
      "path": "/companies/{company_key}/broadcasts/{broadcast_id}",
      "description": "Get a specific broadcast."
    },
    {
      "method": "PUT",
      "path": "/companies/{company_key}/broadcasts/{broadcast_id}",
      "description": "Update a broadcast."
    }
  ]
}

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/vibes-platform-broadcast-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.