REST API Overview

The eHive API is a RESTful API that uses OAuth 2.0 authentication. You can use the API to build mobile apps and custom applications. We’ve built the WordPress plugins on top of the REST API.

It has a base URI for all of the methods:  http://ehive.com/api/v2/

It relies on GET, POST and DELETE requests for different methods. For example, you can GET the results of an object search.

Responses are returned as JSON objects.

  1. Specification
  2. Domain Objects
  3. Authentication
  4. Error Handling