# Overview

Version 1 of the Bizmate API is structured around REST, HTTP, and JSON.

API endpoint URLs are organized around *resources*, such as contacts or deals. It uses HTTP methods for indicating the action to take on a resource, and HTTP status codes for expressing error states.

Resources are represented in JSON following a conventional schema.
