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/.
Code Block | ||||
---|---|---|---|---|
| ||||
<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. After you have completed your configurations, see Testing the Eventbrite Integration.
Child pages (Children Display) |
---|
...