How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cvent Event Cloud Discounts API

Discounts provide a way to reduce the cost of event registration items. Use these APIs to manage event discounts, including creating, updating, and linking discounts to agenda items.

Cvent Event Cloud Discounts API is one of 55 APIs that Cvent Event Cloud publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Discounts. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 4 paths, and defines 30 schemas. It is described by OpenAPI 3.2.0, at version ea.

Requests are made against 2 base URLs: https://api-platform.cvent.com/ea, https://api-platform-eur.cvent.com/ea.

6 operations 4 paths 30 schemas 1 DELETE2 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
ea
Base URL
https://api-platform.cvent.com
Authentication
OAuth 2.0, OAuth 2.0, API Key, HTTP Basic
Resource Areas
1

Authentication & Security 4

Cvent Event Cloud Discounts API declares 4 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth2.authorizationCode) using the authorizationCode flow, exposing 205 scopes. It supports OAuth 2.0 (OAuth2.clientCredentials) using the clientCredentials flow, exposing 235 scopes. An API key is passed in the header as Authorization (CallbackApiKeyAuth). It accepts HTTP basic authentication (CallbackBasicAuth).

  • OAuth2.authorizationCode — OAuth2 Authorization Code Flow.
  • OAuth2.clientCredentials — OAuth2 Client Credentials Flow.
  • CallbackApiKeyAuth — This security scheme is used to indicate that Cvent should use API Key auth when invoking your callback. This scheme is only supported for callback operations,…
  • CallbackBasicAuth — This security scheme is used to indicate that Cvent should use basic auth when invoking your callback. This scheme is only supported for callback operations, a…

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Discounts 6

Discounts provide a way to reduce the cost of event registration items. Use these APIs to manage event discounts, including creating, updating, and linking discounts to agenda ite…

GET
/events/{id}/discounts
List Event Discounts
listEventDiscounts 7 params → 200400401403404429
POST
/events/{id}/discounts
Create Event Discount
createEventDiscount 1 param body → 201400401403404429
GET
/events/{id}/discounts/agenda-items
List Discounted Agenda Items
listDiscountedAgendaItems 4 params → 200400401403404429
PUT
/events/{id}/discounts/{discountId}
Update Event Discount
updateEventDiscount 2 params body → 200400401403404429
PUT
/events/{id}/discounts/{discountId}/agenda-items/{agendaItemId}
Link Agenda Item to Discount
linkAgendaItemToDiscount 3 params → 204400401403404429
DELETE
/events/{id}/discounts/{discountId}/agenda-items/{agendaItemId}
Unlink Agenda Item Discount
unlinkAgendaItemFromDiscount 3 params → 204400401403404429

Schemas 30

The contract defines 30 schemas that model the data the API accepts and returns. The most detailed are DiscountBase (7 properties), Paging (6 properties), DiscountCodeBase (5 properties), Audit (4 properties). Each schema is shown below with its type and property counts.

EntityType1
string
Specifies the type of agenda item that a discount is associated with.
ExistingVolumeDiscount
object
Representation of an existing volume based discount.
3 properties 1 required
UUID
object
The reference to the related entity. Contains only the ID of the related entity.
1 property 1 required
CreateUpdateDiscountCode
object
Representation of a discount code to be created or updated.
2 properties 1 required
DiscountAudienceType
string
Audiences which are eligible for the discount.PRIMARY: All attendees. Includes primary registrants and their guests. GUEST: Any attendee invited to the event.…
DiscountCapacityInput
object
Details about the discount capacity.
1 property
DiscountMethodType
string
The method of the discount. All methods use the value field to determine the amount discounted. BYPERCENTAGE: Discounts the item by a percentage. BYAMOUNT: Dis…
DiscountCodeBase
object
Base Representation/Model of a discount to be created or updated.
5 properties 1 required
DiscountBase
object
Representation of a base discount.
7 properties 2 required
uuid-property
string
A string that has to be a format matching the industry standard uuid
ErrorResponse
object
Represents an error response with additional details of cascading error messages.
1 property 2 required
DiscountCode
object
Representation of a code based discount.
3 properties
DiscountMethod
object
Details about how the discount applies.
2 properties 1 required
DiscountCapacity
object
Details about the discount capacity.
2 properties
discount-agenda-items-paginated-response
object
A paginated response containing a list of agenda items associated with a discount.
2 properties 2 required
existing-discount-paginated-response
object
Returns a paginated list of all discounts used in an event, including both event-specific and account-level discount codes used in an event.
2 properties 2 required
AgendaItem1
object
Represents the associated agenda item of a discount.
3 properties
CreateUpdateDiscountCodeResponse
object
Representation of an existing discount code response.
1 property 1 required
create-update-discount-response
object
Representation of an existing discount response
CreateUpdateVolumeDiscount
object
Representation of a volume based discount to be created or updated.
1 property 1 required
VolumeDiscountThresholdType
string
Specifies who will receive the discount once the threshold for the number of ordered items is met or exceeded, depending on the type. ALL: All registrations re…
Paging
object
Represents pagination information for a collection of resources.
6 properties 1 required
Link
object
Represents a link to a related resource.
1 property 1 required
Audit
object
Audit information
4 properties
UUIDProperty
string
A string that has to be a format matching the industry standard uuid
ErrorResponseBase
object
Represents an error response with no additional details.
3 properties 2 required
PaginationLinks
object
Represents pagination links for navigating between pages of data.
3 properties
create-update-discount
object
Representation of an existing discount that can be created or updated for an event.
VolumeDiscount
object
Representation of a volume based discount.
4 properties 1 required
ExistingDiscountCode
object
Representation of an existing discount code.
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cvent-event-cloud-discounts-api-openapi.yml Raw ↑

Other APIs Cvent Event Cloud publishes across the network.

Cvent Platform REST API (Event Cloud)
Cvent Event Cloud Attendees API
Cvent Event Cloud Contacts API
Cvent Event Cloud Events API
Cvent Event Cloud Sessions API
Cvent Event Cloud Appointments API
Cvent Event Cloud Attendee Activities API
Cvent Event Cloud Attendee Insights API
Cvent Event Cloud Attendee Messages API
Cvent Event Cloud Audience Segments API
Cvent Event Cloud Authentication API
Cvent Event Cloud Badge Print Job API
Where this information came from

This is an independent, third-party profile of Cvent Event Cloud Discounts API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.