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:
- developer.create
- developer.delete
- developer.fetch
- developer.fetchAll
- developer.getLimits
- developer.setLimits
- developer.update
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
- Support Documentation Portal
- Mashery API Documentation
- Mashery 2.0 API Guide
- Examples
- API Sandbox
- JSON RPC
- Authentication
- API Objects
- Fetching Objects
- Query Language
- Creating Objects
- Updating Objects
- Validating Fields
- Deleting Objects
- Applications
- General Object Methods
- Members
- Packages
- Plans
- Package Keys
- Keys
- Developer Classes
- Services
- Roles
- Mashery 2.0 Reporting API Guide
- Mashery 1.0 API Guide
- Mashery 2.0 API Guide
- Tips and Tricks
- Customizing Your Portal
- API Traffic Manager