API Basics

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

On this page