Legacy Examples

This section provides sample applications and scripts that demonstrate how to use the BarTender Cloud REST API to access BarTender Cloud so that you can integrate BarTender Cloud activities with your business applications. These examples use the legacy identity provider method.

In This Section

  • C# Web-Based Application (Legacy)

    Provides a sample web-based application that demonstrates how to authenticate and make a call to the BarTender Cloud REST API, and describes the changes that are required to convert the generic C# web application to one that you can use to interact directly with BarTender Cloud.

  • C# Password-Based Application (Legacy)

    Provides a sample password-based application that demonstrates password-based access to the BarTender Cloud REST API (as would be used with a console application or service) and generates an access token that you can use to make a call to the BarTender REST API.