Appearance
Authentication
Introduction
Welcome to the API documentation. This document provides an overview of the API endpoints, request formats, and response formats. The API uses Basic Authentication for access control.
Authentication
The API uses Basic Authentication to secure endpoints. Include the Authorization header with your credentials encoded in Base64 format:
http
Authorization: Basic base64(username:password)