Mashery 1.0 API Guide

This section provides documentation on the v1.0 version of the Mashery API.  We will support previously built applications and integration points, but not granting new access keys.  These pages are for legacy support purposes.  Should you wish to integrate with your Mashery instance, please utilize Mashery API version 2.0.

This section is intended for client solution architects or developers that need to understand the capabilities of the Mashery API to design or implement solutions that utilitize the API into the objects of the Mashery service.  This section contains:

as well as the following developer methods:

Calling the API

You can call the Mashery API using the following URL format:

http://api.mashery.com/services/[interface]

where [interface] is the Web Service interface type, for example json-rpc or soap. Currently, only the JSON-RPC interface is supported. Mashery's JSON-RPC interface is called through:

http://api.mashery.com/services/jsonrpc

and follows the JSON-RPC specification documented at http://json-rpc.org.

Docs Navigation