ODBC Driver for Cvent

Build 24.0.9029

Creating a Custom OAuth Application

Before you can create an OAuth app, there must be an existing Workspace in Cvent's Manage API Access > Workspace menu. See Establishing a Connection for instructions for creating Workspaces.

Inviting Developers

After you (or someone managing the Cvent account you want to connect to) have created a Workspace, you must invite developers to it.

  1. Sign into Cvent and navigate to App Switcher (the blue button in the upper right corner of the page) > Admin.
  2. In the Admin menu, navigate to Integrations > REST API.
  3. Click Manage API Access in the new tab.
  4. Click the Developers tab.
  5. Click + Invite developer. Enter the email address of the developer you want to invite to the Workspace.
  6. Click Save, then Close. The specified developer then receives the invite email.

Accepting a Developer Invitation

After you (or someone managing the Cvent account you want to connect to) have sent a developer invitation to your email address, accept it:

  1. Open the developer invite email and click View Invitation.
  2. Complete the signup form and click Sign Up.
  3. Log in with the newly created account credentials. An "Invitations" menu appears.
  4. Click Accept.

Creating an OAuth Application

After creating a workspace as well as sending and accepting a developer invitation, you can now create a custom OAuth application.

  1. Navigate to the Cvent Developer Portal's Applications page and click Create application.
  2. Select the Machine to Machine application type.
  3. Under Application name, specify a name for the application.
  4. Click Select scopes and select all of the scopes you want to add to your application. You are limited to the scopes allowed by the Workspace. To access all tables exposed by the driver, you need to set the following scopes:
    • event/attendees:read
    • event/attendees:write
    • event/contacts:read
    • event/contacts:write
    • event/custom-fields:read
    • event/custom-fields:write
    • event/events:read
    • event/events:write
    • event/sessions:delete
    • event/sessions:read
    • event/sessions:write
    • event/speakers:delete
    • event/speakers:read
    • event/speakers:write
    • budget/budget-items:read
    • budget/budget-items:write
    • exhibitor/exhibitors:read
    • exhibitor/exhibitors:write
    • survey/surveys:read
    • survey/surveys:write
  5. Click Save to create the application.
  6. Click View Applications to return to the Applications page.
  7. Note the values of the Client ID and Client secret. You will use these later to authenticate to Cvent.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9029