This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Configuring Eventbrite Operations
To use the Eventbrite connector, add the <eventbrite.init>
element in your configuration before carrying out any other Eventbrite operations.
The Eventbrite API uses OAuth2 for authentication. All API requests must be authenticated with a valid OAuth token. For more information on authentication, see https://developer.eventbrite.com/docs/auth/.
init
<eventbrite.init> <apiUrl>{$ctx:apiUrl}</apiUrl> <accessToken>{$ctx:accessToken}</accessToken> </eventbrite.init>
Properties
apiUrl:
The URL of the Eventbrite API.accessToken:
The access token to access back-end services.
Now that you have connected to Eventbrite, use the information in the following topics to perform various operations with the connector.
- Working with Events in Eventbrite
- Working with Users in Eventbrite
- Working with Orders in Eventbrite
- Working with ContactList in Eventbrite