Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document describes how to configure, connect to, and interact with the API. For information on expanding the API with your own custom code see Extending the API. All examples are presented using PHP.

Configuration

 Before you begin using the API you must first create a set of API credentials for the company you wish to connect to. For information on creating API credentials check the API section of the User Manual.

Overview

Structure

The structure of an API request involves passing to the API the model, method, and format to be requested, along with any additional parameters the method may require. For example:

...