TutorArc
Getting Started

Getting Started

Welcome to the TutorArc API. This guide will help you understand the basics of our service and how to integrate it into your crm.

The TutorArc API is organized around REST. Our API has predictable resource-oriented URLs, returns JSON-encoded responses, and uses standard HTTP secure response codes, authentication, and verbs.

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.

Quick Integration Guide

Three simple steps to start using the API

Get API Key
01

Auth Header

Include your secret key in the X-API-Key header.

02

JSON Format

Send and receive data using the standard JSON format.

03

Copy & Run

Pick your language and copy the snippet below to start building.

Quick Endpoint Reference

Direct access to all available API methods