- Previous: API Versioning
- Up: Mashery API Documentation
- Next: Authentication
Mashery API v1.0
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.
- Previous: API Versioning
- Up: Mashery API Documentation
- Next: Authentication
Docs Navigation
- Support Documentation
- Mashery API Documentation
- Tips and Tricks
- Customizing Your Portal
- API Proxy Service

Comments
New comments are not being accepted at this time.