RingCentral Events · Example Payload

List Events

Retrieve all events for a given organization, paginated.

EventVirtual EventsHybrid EventsWebinarsEvent ManagementRegistrationSessionsNetworking

List Events is an example object payload from RingCentral Events, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionrequestresponse

Example Payload

Raw ↑
{
  "summary": "List Events for an Organization",
  "description": "Retrieve all events for a given organization, paginated.",
  "request": {
    "method": "GET",
    "url": "https://api.events.ringcentral.com/v1/organizations/{organizationId}/events",
    "headers": {
      "Authorization": "Bearer {access_token}",
      "Accept": "application/json"
    },
    "parameters": {
      "organizationId": "org_abc123"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "data": [
        {
          "id": "evt_001",
          "name": "Annual Tech Summit 2024",
          "slug": "annual-tech-summit-2024",
          "description": "Join us for the biggest virtual tech conference of the year.",
          "start_at": "2024-09-15T09:00:00Z",
          "end_at": "2024-09-15T17:00:00Z",
          "organization_id": "org_abc123",
          "status": "live",
          "timezone": "America/New_York",
          "language": "en",
          "created_at": "2024-07-01T12:00:00Z",
          "updated_at": "2024-08-01T08:30:00Z"
        },
        {
          "id": "evt_002",
          "name": "Product Launch Webinar",
          "slug": "product-launch-webinar-q3",
          "description": "Exclusive webinar announcing our new product line.",
          "start_at": "2024-10-01T14:00:00Z",
          "end_at": "2024-10-01T16:00:00Z",
          "organization_id": "org_abc123",
          "status": "draft",
          "timezone": "America/Los_Angeles",
          "language": "en",
          "created_at": "2024-08-15T10:00:00Z",
          "updated_at": "2024-08-15T10:00:00Z"
        }
      ],
      "pagination": {
        "total": 2,
        "page": 1,
        "per_page": 20,
        "total_pages": 1
      }
    }
  }
}

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/list-events"
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.