Cvent · Capability

Cvent REST APIs — Webcasts

Cvent REST APIs — Webcasts. 11 operations. Lead operation: List Webcasts. Self-contained Naftiko capability covering one business surface.

Cvent REST APIs — Webcasts is a Naftiko capability published by Cvent, one of 52 capabilities the APIs.io network indexes for this provider. It bundles 11 operations across the GET, POST, DELETE, and PUT methods rooted at /v1/webcasts.

The capability includes 5 read-only operations and 6 state-changing operations. Lead operation: Create Webcast. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Cvent and Webcasts.

Run with Naftiko CventWebcasts

What You Can Do

POST
Createwebcast — Create Webcast
/v1/webcasts
GET
Listwebcasts — List Webcasts
/v1/webcasts
GET
Listattendeelinks — List Attendee Links
/v1/webcasts/attendee-links
GET
Listplayers — List Players
/v1/webcasts/players
GET
Getwebcastbyid — Get Webcast
/v1/webcasts/{id}
DELETE
Deletewebcast — Delete Webcast
/v1/webcasts/{id}
PUT
Updatewebcast — Update Webcast
/v1/webcasts/{id}
POST
Createattendeelinks — Create Attendee Link
/v1/webcasts/{id}/attendee-links
PUT
Updateattendeelinks — Update Attendee Link
/v1/webcasts/{id}/attendee-links
GET
Listwebcastattendeelinks — List Attendee Links
/v1/webcasts/{id}/attendee-links
DELETE
Deleteattendeelink — Delete Attendee Link
/v1/webcasts/{id}/attendee-links/{attendeeLinkId}

MCP Tools

cvent-createwebcast

Create Webcast

cvent-listwebcasts

List Webcasts

read-only idempotent
cvent-listattendeelinks

List Attendee Links

read-only idempotent
cvent-listplayers

List Players

read-only idempotent
cvent-getwebcastbyid

Get Webcast

read-only idempotent
cvent-deletewebcast

Delete Webcast

idempotent
cvent-updatewebcast

Update Webcast

idempotent
cvent-createattendeelinks

Create Attendee Link

cvent-updateattendeelinks

Update Attendee Link

idempotent
cvent-listwebcastattendeelinks

List Attendee Links

read-only idempotent
cvent-deleteattendeelink

Delete Attendee Link

idempotent

Capability Spec

rest-webcasts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cvent REST APIs — Webcasts
  description: 'Cvent REST APIs — Webcasts. 11 operations. Lead operation: List Webcasts. Self-contained Naftiko capability covering one business surface.'
  tags:
  - Cvent
  - Webcasts
  created: '2026-05-20'
  modified: '2026-05-20'
binds:
- namespace: env
  keys:
    CVENT_API_KEY: CVENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-webcasts
    baseUri: https://api-platform.cvent.com/ea
    description: Cvent REST APIs — Webcasts business capability. Self-contained, no shared references.
    resources:
    - name: webcasts
      path: /webcasts
      operations:
      - name: createwebcast
        method: POST
        description: Create Webcast
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listwebcasts
        method: GET
        description: List Webcasts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: 'Use filter query parameters to limit results

            to data that matches your criteria. See

            [Filters](/docs/rest-api/reference/filters) for details.


            Supported fields and operators are listed below:


            | Field'
    - name: webcasts-attendee-links
      path: /webcasts/attendee-links
      operations:
      - name: listattendeelinks
        method: GET
        description: List Attendee Links
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: 'Use filter query parameters to limit results

            to data that matches your criteria. See

            [Filters](/docs/rest-api/reference/filters) for details.


            Supported fields and operators are listed below:


            | Field'
    - name: webcasts-players
      path: /webcasts/players
      operations:
      - name: listplayers
        method: GET
        description: List Players
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: 'Use filter query parameters to limit results

            to data that matches your criteria. See

            [Filters](/docs/rest-api/reference/filters) for details.


            Supported fields and operators are listed below:


            | Field'
    - name: webcasts-id
      path: /webcasts/{id}
      operations:
      - name: getwebcastbyid
        method: GET
        description: Get Webcast
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Path parameter id.
          required: true
      - name: deletewebcast
        method: DELETE
        description: Delete Webcast
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Path parameter id.
          required: true
      - name: updatewebcast
        method: PUT
        description: Update Webcast
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Path parameter id.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: webcasts-id-attendee-links
      path: /webcasts/{id}/attendee-links
      operations:
      - name: createattendeelinks
        method: POST
        description: Create Attendee Link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Path parameter id.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updateattendeelinks
        method: PUT
        description: Update Attendee Link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Path parameter id.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listwebcastattendeelinks
        method: GET
        description: List Attendee Links
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: 'Use filter query parameters to limit results

            to data that matches your criteria. See

            [Filters](/docs/rest-api/reference/filters) for details.


            Supported fields and operators are listed below:


            | Field'
        - name: id
          in: path
          type: string
          description: Path parameter id.
          required: true
    - name: webcasts-id-attendee-links-attendeelinkid
      path: /webcasts/{id}/attendee-links/{attendeeLinkId}
      operations:
      - name: deleteattendeelink
        method: DELETE
        description: Delete Attendee Link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: attendeeLinkId
          in: path
          type: string
          description: Path parameter attendeeLinkId.
          required: true
        - name: id
          in: path
          type: string
          description: Path parameter id.
          required: true
  exposes:
  - type: rest
    namespace: rest-webcasts-rest
    port: 8080
    description: REST adapter for Cvent REST APIs — Webcasts. One resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/webcasts
      name: webcasts
      description: REST surface for webcasts.
      operations:
      - method: POST
        name: createwebcast
        description: Create Webcast
        call: rest-webcasts.createwebcast
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listwebcasts
        description: List Webcasts
        call: rest-webcasts.listwebcasts
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webcasts/attendee-links
      name: webcasts-attendee-links
      description: REST surface for webcasts-attendee-links.
      operations:
      - method: GET
        name: listattendeelinks
        description: List Attendee Links
        call: rest-webcasts.listattendeelinks
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webcasts/players
      name: webcasts-players
      description: REST surface for webcasts-players.
      operations:
      - method: GET
        name: listplayers
        description: List Players
        call: rest-webcasts.listplayers
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webcasts/{id}
      name: webcasts-id
      description: REST surface for webcasts-id.
      operations:
      - method: GET
        name: getwebcastbyid
        description: Get Webcast
        call: rest-webcasts.getwebcastbyid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletewebcast
        description: Delete Webcast
        call: rest-webcasts.deletewebcast
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatewebcast
        description: Update Webcast
        call: rest-webcasts.updatewebcast
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webcasts/{id}/attendee-links
      name: webcasts-id-attendee-links
      description: REST surface for webcasts-id-attendee-links.
      operations:
      - method: POST
        name: createattendeelinks
        description: Create Attendee Link
        call: rest-webcasts.createattendeelinks
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateattendeelinks
        description: Update Attendee Link
        call: rest-webcasts.updateattendeelinks
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listwebcastattendeelinks
        description: List Attendee Links
        call: rest-webcasts.listwebcastattendeelinks
        with:
          filter: rest.filter
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webcasts/{id}/attendee-links/{attendeeLinkId}
      name: webcasts-id-attendee-links-attendeelinkid
      description: REST surface for webcasts-id-attendee-links-attendeelinkid.
      operations:
      - method: DELETE
        name: deleteattendeelink
        description: Delete Attendee Link
        call: rest-webcasts.deleteattendeelink
        with:
          attendeeLinkId: rest.attendeeLinkId
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-webcasts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cvent REST APIs — Webcasts. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: cvent-createwebcast
      description: Create Webcast
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-webcasts.createwebcast
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-listwebcasts
      description: List Webcasts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-webcasts.listwebcasts
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-listattendeelinks
      description: List Attendee Links
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-webcasts.listattendeelinks
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-listplayers
      description: List Players
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-webcasts.listplayers
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-getwebcastbyid
      description: Get Webcast
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-webcasts.getwebcastbyid
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-deletewebcast
      description: Delete Webcast
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-webcasts.deletewebcast
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-updatewebcast
      description: Update Webcast
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-webcasts.updatewebcast
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-createattendeelinks
      description: Create Attendee Link
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-webcasts.createattendeelinks
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-updateattendeelinks
      description: Update Attendee Link
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-webcasts.updateattendeelinks
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-listwebcastattendeelinks
      description: List Attendee Links
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-webcasts.listwebcastattendeelinks
      with:
        filter: tools.filter
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-deleteattendeelink
      description: Delete Attendee Link
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-webcasts.deleteattendeelink
      with:
        attendeeLinkId: tools.attendeeLinkId
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.