Skip to main content

Introduction

The Eze 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.

Pagination

By default, our list API endpoints return a limit of 10 items per request. This can be overwritten by setting the take query parameter on the API requests.