Overview

From API Documentation

Revision as of 05:40, 10 July 2010 by WikiSysop (Talk | contribs)
Jump to: navigation, search

Rezora REST API Documentation

This document specifies Rezora's RESTful API for creating and managing Rezora account resources, such as agents, contacts, and newsletters.

Usage of the API is via the HTTP protocol. The GET, POST, PUT, and DELETE requests are all used. Resource representations may be in JSON, XML, or URI-encoded text, as specified in each request.

The starting point for accessing the API is a URI, supplied by Rezora, which identifies the API and its version.

The specification of the Rezora API includes:

   * Common behaviors that apply across all requests and responses.
   * Resource models, which describe the data structures used in requests and responses.
   * The requests that may be sent to Rezora resources and the responses expected.

The API is accessible by two distinct usage levels: company users, and agent users. The resources made available through the API are grouped according to which usage level has access to them.

Personal tools