Skip to main content
API Reference is the request-and-response level view of the documented Uppzy M2M surface. Use this section when you already understand the integration flow and need exact operation details such as:
  • HTTP method
  • Path
  • Parameters
  • Request body schema
  • Response schema
If you are starting a new integration, read these pages first:
  1. API Authentication
  2. M2M API Overview
  3. M2M Code Samples
  4. API Reference endpoint pages

Base URL

https://api.uppzy.com/api/v1

Authentication header

All documented M2M operations require an API key:
X-API-Key: <YOUR_API_KEY>

Published scope

The current published API reference covers:
  • API key creation
  • M2M chat operations
  • M2M document operations
  • M2M sessions and site statistics

How to use this section

Use the developer guide pages for rollout strategy, code structure, and operational guidance. Use API Reference when you need the exact operation contract for a specific endpoint.