Cvent · Capability

Cvent REST APIs — Event Credits

Cvent REST APIs — Event Credits. 1 operations. Lead operation: List Attendee Event Credits. Self-contained Naftiko capability covering one business surface.

Cvent REST APIs — Event Credits is a Naftiko capability published by Cvent, one of 52 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/attendee-credits.

The capability includes 1 read-only operation. Lead operation: List Attendee Event Credits. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Cvent and Event Credits.

Run with Naftiko CventEvent Credits

What You Can Do

GET
Getattendeecredits — List Attendee Event Credits
/v1/attendee-credits

MCP Tools

cvent-getattendeecredits

List Attendee Event Credits

read-only idempotent

Capability Spec

rest-event-credits.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cvent REST APIs — Event Credits
  description: 'Cvent REST APIs — Event Credits. 1 operations. Lead operation: List Attendee Event Credits. Self-contained Naftiko capability covering one business surface.'
  tags:
  - Cvent
  - Event Credits
  created: '2026-05-20'
  modified: '2026-05-20'
binds:
- namespace: env
  keys:
    CVENT_API_KEY: CVENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-event-credits
    baseUri: https://api-platform.cvent.com/ea
    description: Cvent REST APIs — Event Credits business capability. Self-contained, no shared references.
    resources:
    - name: attendee-credits
      path: /attendee-credits
      operations:
      - name: getattendeecredits
        method: GET
        description: List Attendee Event Credits
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: 'A filter query string narrows search

            results and supports the combination of logical and comparison

            operators.


            The filter adheres to the pattern filter=''field'' comparisonType ''value''.


            These are the '
  exposes:
  - type: rest
    namespace: rest-event-credits-rest
    port: 8080
    description: REST adapter for Cvent REST APIs — Event Credits. One resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/attendee-credits
      name: attendee-credits
      description: REST surface for attendee-credits.
      operations:
      - method: GET
        name: getattendeecredits
        description: List Attendee Event Credits
        call: rest-event-credits.getattendeecredits
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-event-credits-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cvent REST APIs — Event Credits. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: cvent-getattendeecredits
      description: List Attendee Event Credits
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-event-credits.getattendeecredits
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.