- Previous: Authentication
- Up: Mashery API Documentation
- Next: Fetching Objects
API Objects
Mashery API Objects
The mashery API allows access to a set of objects describing and controlling the mashery product. These objects are represented as JSON objects. The api provides methods for manipulating these objects.
Mashery Object Types
Each domain object returned by the Mashery API will include an object_type field. The object_type field indicates the kind of object returned.
The supported object types are
- member
- A member object stores contact information for api key owners and allows developer portal access.
- application
- An Application is the name of the client system that a developer is building that consumes your API.
- key
- A Key tracks access to your API
- service
- A Service object describes a proxy service.
- role
- A Role groups members and controls access to portal features and content
Each object type also forms a namespace for calling methods related to that object.
Object Relationships
Here is an overview of how the basic Mashery API objects are related.

- Previous: Authentication
- Up: Mashery API Documentation
- Next: Fetching Objects
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.