All requests and responses from the ORC API are formatted in JSON.

The ORC API is only available over SSL. Unencrypted HTTP requests are not supported.

Every request must carry a current OAuth Token as an "Authorization" header ie:
Authorization: Bearer

Users can optionally select to use a specific version of the API by including an "Accept" header (currently only v1 is a valid value, and this is also the default)