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 Beetrack Operations

To use the Beetrack connector, add the <beetrack.init> element in your configuration before carrying out any other Beetrack operations. 

Authentication in the Beetrack API requires certain headers. For more information, see https://beetrack.com/apidoc/#api-_.

init
<beetrack.init>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
	<accessToken>{$ctx:accessToken}</accessToken>
</beetrack.init>
Properties
  • apiUrl: The base endpoint URL of the Beetrack API.
  • accessToken: Access Token to read and manipulate data of the Beetrack account.

Note

Add the following resources to the ESB registry.

  • /_system/governance/connectors/Beetrack/apiUrl
  • /_system/governance/connectors/Beetrack/accessToken

Now that you have connected to Beetrack, use the information in the following topics to perform various operations with the connector.