Overview

From API Documentation

(Difference between revisions)
Jump to: navigation, search
(Rezora REST API Documentation)
(Rezora REST API Documentation)
Line 2: Line 2:
This document specifies Rezora's RESTful API for creating and managing Rezora account resources, such as agents, contacts, and newsletters.
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.
+
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 pipe-delimited 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 starting point for accessing the API is a URI, supplied by Rezora, which identifies the API and its version.
Line 9: Line 9:
* [[Common Behaviors]] that apply across all requests and responses.
* [[Common Behaviors]] that apply across all requests and responses.
-
* [[Resource Definitions]], which describe the data structures used in requests and responses.
+
* [[Resource Definitions]], which describe the available data structures and their usage.
-
* [[Code Examples]] that demonstrate real-life usage scenarios.
+
* [[Code Examples]] that demonstrate real-world usage scenarios.

Revision as of 16:06, 18 July 2010

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 pipe-delimited 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:

Personal tools