Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To use the Stub Hub connector, add the  <stubHub.init>  element in your configuration before carrying out any other operations.  The API requires authentication, which is performed as follows. The API will then return a token to authenticate its functionality.

Info

This connector is tested for the following stub hub API versions.

EventsAPI V2

VenuesAPI V2

InventorySearchAPI V1

UserCustomerAPI V1

Code Block
languagexml
titleinit
<stubHub.init>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
    <appToken>{$ctx:appToken}</appToken>
    <consumerKey>{$ctx:consumerKey}</consumerKey>
    <consumerSecret>{$ctx:consumerSecret}</consumerSecret>
    <username>{$ctx:username}</username>
    <password>{$ctx:password}</password>
    <scope>{$ctx:scope}</scope>
</stubHub.init>

...