Introduction

The Onbo API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

The timezone the Onbo API operates in is Pacific Standard Time (PST).

For GET requests with an empty body, be sure to omit `Content-Type': 'application/json' from the header

Last updated