> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Aventri Connector

## Intro

Aventri is a cloud-based event management software company. To learn more about the Aventri API, visit their page ([https://developer.aventri.com/](https://developer.aventri.com/)).

You connect to your Aventri account in the Data Center. This topic discusses the fields and menus that are specific to the Aventri connector user interface. General information for adding DataSets, setting update schedules, and editing DataSet information is discussed in [Adding a DataSet Using a Data Connector](/s/article/360042926274).

## Prerequisites

To connect to your Aventri account and create a DataSet, you must have the following:

* An Aventri API key (for information about obtaining an API key, visit [https://developer.aventri.com/](https://developer.aventri.com/))
* Your Aventri account ID

## Connecting to your Aventri account

This section enumerates the options in the **Credentials** and **Details** panes in the Aventri connector page. The components of the other panes in this page, **Scheduling** and **Name & Describe Your DataSet**, are universal across most connector types and are discussed in greater length in [Adding a DataSet Using a Data Connector](/s/article/360042926274 "Adding a DataSet Using a Data Connector").

### Credentials pane

This pane contains fields for entering credentials to connect to your Aventri account. The following table describes what is needed for each field:

<table border="1" cellpadding="1" cellspacing="1" data-aura-rendered-by="33:195;a"><thead><tr><th colspan="1" rowspan="1"><p><span class="s1"> Field </span></p></th><th colspan="1" rowspan="1"><p><span class="s1"> Description </span></p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"><p> API Key </p></td><td colspan="1" rowspan="1"><p> Enter your Aventri API key. For information about obtaining an API key, see <a href="https://developer.aventri.com/" target="_blank"> [https://developer.aventri.com/](https://developer.aventri.com/) </a></p></td></tr><tr><td colspan="1" rowspan="1"><p> Aventri Account ID </p></td><td colspan="1" rowspan="1"><p> Enter your Aventri account ID. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Server Region </p></td><td colspan="1" rowspan="1"><p> Select the server region for your Aventri account. </p></td></tr></tbody></table>

Once you have entered valid Aventri credentials, you can use the same account any time you go to create a new Aventri DataSet. You can manage connector accounts in the **Accounts** tab in the Data Center. For more information about this tab, see [Managing User Accounts for Connectors](/s/article/360042926054 "Managing User Accounts for Connectors").

### Details pane

This pane contains a primary **Reports** menu, along with various other menus which may or may not appear depending on the report type you select.

<table border="1" cellpadding="1" cellspacing="1" data-aura-rendered-by="33:195;a"><thead><tr><th colspan="1" rowspan="1"><p> Menu </p></th><th colspan="1" rowspan="1"><p> Description </p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"><p> Report </p></td><td colspan="1" rowspan="1"><p> Select the Aventri report you want to run. The following reports are available: </p><table border="1" cellpadding="1" cellspacing="1"><tbody><tr><td colspan="1" rowspan="1"> Attendee </td><td colspan="1" rowspan="1"> Returns detailed information for attendees at a given event. </td></tr><tr><td colspan="1" rowspan="1"> Categories </td><td colspan="1" rowspan="1"> Returns the list of available categories for a given event. </td></tr><tr><td colspan="1" rowspan="1"> Line Items </td><td colspan="1" rowspan="1"> Returns a list of line items for a given event. </td></tr><tr><td colspan="1" rowspan="1"> Reports </td><td colspan="1" rowspan="1"> Returns detailed information for a given report and event. </td></tr><tr><td colspan="1" rowspan="1"> Session </td><td colspan="1" rowspan="1"> Returns detailed information for sessions at a given event. </td></tr></tbody></table></td></tr><tr><td colspan="1" rowspan="1"> Event ID </td><td colspan="1" rowspan="1"> Select the event you want to retrieve information for. </td></tr><tr><td colspan="1" rowspan="1"> Report ID </td><td colspan="1" rowspan="1"> Select the report you want to retrieve information for. </td></tr></tbody></table>

### Other Panes

For information about the remaining sections of the connector interface, including how to configure scheduling, retry, and update options, see [Adding a DataSet Using a Data Connector](/s/article/360042926274).

## FAQs

<AccordionGroup>
  <Accordion title="What version of the Aventri API does this connector use?">
    This connector uses version 2 of the Aventri API (`https://api-{region}`. [eventscloud.com/api/v2/ereg/](http://eventscloud.com/api/v2/ereg/).)
  </Accordion>

  <Accordion title="What endpoint does each report call in this connector?">
    <table class="mt-responsive-table" data-aura-rendered-by="33:195;a"><thead><tr><th colspan="1" rowspan="1"> Report Name </th><th colspan="1" rowspan="1"> Endpoint URL </th></tr></thead><tbody><tr><td colspan="1" rowspan="1"> Attendee </td><td colspan="1" rowspan="1"><span class="mt-font-courier-new"> /getAttendee.json </span></td></tr><tr><td colspan="1" rowspan="1"> Categories </td><td colspan="1" rowspan="1"><span class="mt-font-courier-new"> /listCategories.json </span></td></tr><tr><td colspan="1" rowspan="1"> Line Items </td><td colspan="1" rowspan="1"><span class="mt-font-courier-new"> /listLineItems.json </span></td></tr><tr><td colspan="1" rowspan="1"> Reports </td><td colspan="1" rowspan="1"><span class="mt-font-courier-new"> /listReports.json </span></td></tr><tr><td colspan="1" rowspan="1"> Session </td><td colspan="1" rowspan="1"><span class="mt-font-courier-new"> /getSession.json </span></td></tr></tbody></table>
  </Accordion>

  <Accordion title="Can I use the same account to create multiple DataSets?">
    Yes.
  </Accordion>

  <Accordion title="How often can the data be updated?">
    As often as needed.
  </Accordion>

  <Accordion title="Are there any API limits I should be aware of?">
    No.
  </Accordion>
</AccordionGroup>
