Cvent · OAuth Scopes

Cvent OAuth Scopes

OAuth 2.0 derived

Cvent publishes 9 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Cvent API on a user’s behalf.

Tokens are issued from https://api-platform.cvent.com/ea/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Attendee HubAttendee ManagementConferencesDiagrammingEvent ManagementEvent MarketingEventsExhibitorsHospitalityHospitality CloudHybrid EventsMeetingsOAuth 2.0PasskeyRegistrationREST APISOAP APISSOSupplier NetworkSurveysVenue ManagementVenue SourcingVirtual EventsWebhooksWhite Label
Scopes: 9 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api-platform.cvent.com/ea/oauth2/token
Flows
clientCredentials

Scopes (9)

ScopeDescriptionFlows
event/attendees:read Read attendees clientCredentials
event/attendees:write Write attendees clientCredentials
event/contacts:read Read contacts clientCredentials
event/contacts:write Write contacts clientCredentials
event/custom-fields:read Read custom fields clientCredentials
event/events:read Read events clientCredentials
event/events:write Write events clientCredentials
event/registration-types:read Read registration types clientCredentials
event/sessions:read Read sessions clientCredentials

Source

OAuth Scopes

cvent-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/cvent-openapi.yml
schemes:
- name: OAuth2ClientCredentials
  source: openapi/cvent-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api-platform.cvent.com/ea/oauth2/token
scopes:
- scope: event/attendees:read
  description: Read attendees
  flows:
  - clientCredentials
  sources:
  - openapi/cvent-openapi.yml
- scope: event/attendees:write
  description: Write attendees
  flows:
  - clientCredentials
  sources:
  - openapi/cvent-openapi.yml
- scope: event/contacts:read
  description: Read contacts
  flows:
  - clientCredentials
  sources:
  - openapi/cvent-openapi.yml
- scope: event/contacts:write
  description: Write contacts
  flows:
  - clientCredentials
  sources:
  - openapi/cvent-openapi.yml
- scope: event/custom-fields:read
  description: Read custom fields
  flows:
  - clientCredentials
  sources:
  - openapi/cvent-openapi.yml
- scope: event/events:read
  description: Read events
  flows:
  - clientCredentials
  sources:
  - openapi/cvent-openapi.yml
- scope: event/events:write
  description: Write events
  flows:
  - clientCredentials
  sources:
  - openapi/cvent-openapi.yml
- scope: event/registration-types:read
  description: Read registration types
  flows:
  - clientCredentials
  sources:
  - openapi/cvent-openapi.yml
- scope: event/sessions:read
  description: Read sessions
  flows:
  - clientCredentials
  sources:
  - openapi/cvent-openapi.yml