Base URL
Authentication
All endpoints use Digest Authentication withX-Digest-Key, X-Digest-Timestamp, and X-Digest-Signature headers.
Response Format
All successful responses return JSON. Error responses follow this format:Common Status Codes
Pagination
List endpoints support pagination with query parameters:
Paginated responses include a
meta object with totalItems, itemCount, itemsPerPage, totalPages, and currentPage.