REST API Definitions
Create and manage individual REST endpoint definitions
This folder contains endpoint definitions for the parent REST API. Each file defines one endpoint with its path, method, parameters, and responses.
Common response codes
Learn more
Endpoints Reference
Complete reference for REST API endpoint definitions including HTTP methods, paths, request bodies, and responses.
Parameters Reference
Complete reference for REST API parameters including path, query, header, and cookie parameters.
Responses Reference
Complete reference for REST API response definitions including status codes, schemas, headers, and content types.
Getting Started with Schemas
Create data schemas to define the structure of your APIs and documents. Learn about the four schema types and how to build your first schema.