Tutorial: Intro to the Sugar REST v10 API

Accessing your data when you want is good.  Accessing your data however you want is better.  

When you decide to build an integration with Sugar, you’ll need an easy way to access and interact with the data stored in Sugar.  The REST (representational state transfer) API (application programming interface) is perfect for this.

In this tutorial, you’ll learn how to access your CRM data using the Sugar REST v10 API so you can get to your data whenever and however you want.  We’ll begin with the basics of how to connect to the API using an HTTP request.  Then we’ll perform each of the CRUD (create, read, update, and delete) operations.

Let’s REST!