Introduction

UZIO offers a comprehensive collection of REST APIs that enable you to build integrations with UZIO's system for various use cases. This document provides all the necessary information to effectively use the APIs.

  1. APIs communication will happen over HTTPS. APIs support JSON format.
  2. If an unknown API Key is used repeatedly, UZIO will disable access for a period. Users still will be able to log in to the UZIO platform with their credentials during this time. When the API is disabled, it will send back an HTTP 403 Forbidden response to any requests it receives.
  3. To serve our customers better, We will be rate-limiting the requests if their run-rate exceeds the threshold.
  4. For invalid requests we will send specific HTTP error codes and corresponding detailed messages.