Vibes Platform · Example Payload

Vibes Platform Listbroadcasts Example

Mobile MarketingMobile MessagingPush NotificationsSMSMMSBroadcast MessagingAcquisition CampaignsSubscription ManagementWallet PassesRCS

Vibes Platform Listbroadcasts Example is an example object payload from Vibes Platform, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://public-api.vibescm.com/companies/ABC123/broadcasts?status=sent&page=1&per_page=25",
    "headers": {
      "Authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ=",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "broadcasts": [
        {
          "id": "bc_7f3a9d12",
          "name": "Summer Sale Announcement",
          "status": "sent",
          "message_type": "sms",
          "message_text": "Hi {{first_name}}! Our Summer Sale starts now - 30% off everything. Shop at vibes.com/summer. Reply STOP to opt out.",
          "subscription_list_id": "sl_4e2c1b88",
          "scheduled_at": "2026-06-15T10:00:00Z",
          "sent_at": "2026-06-15T10:00:03Z",
          "created_at": "2026-06-14T08:30:00Z",
          "updated_at": "2026-06-15T10:00:03Z"
        },
        {
          "id": "bc_8a4d2e31",
          "name": "Flash Deal Push Notification",
          "status": "sent",
          "message_type": "push",
          "message_text": "24-hour flash sale! 50% off select items.",
          "subscription_list_id": "sl_9c7f3a45",
          "scheduled_at": "2026-06-10T14:00:00Z",
          "sent_at": "2026-06-10T14:00:01Z",
          "created_at": "2026-06-09T11:00:00Z",
          "updated_at": "2026-06-10T14:00:01Z"
        }
      ],
      "total": 2,
      "page": 1,
      "per_page": 25
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/vibes-platform-listBroadcasts-example"
All examples
curl "https://apis.io/api/v1/examples?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.