Help Topic: Connect your Project to the Tracker REST API
Connect Your Project to the Tracker API
- Create a new project in Visual Studio
- Right-click on the project in Solution Explorer
- Select Add > Connected Service

- Click the + icon next to Service References to add a new service reference

- Select OpenAPI and click Next


- Click Close when the service reference has been added

- Your project will now include a class called ‘TrackerAPI’ which contains wrapper functions for calling the API
Examples
- Authenticate and retrieve a Lead
