Skip to Content
CloudIntegrationREST API Integration

Rest API Integration

Overview

Prizm Cloud offers a REST API integration to facilitate communication between your IoT devices and external systems, which allows you to send and receive data using standard HTTP methods. This is useful for integrating with third-party services, custom applications, or other cloud platforms.

Getting Started

  1. API Keys can be retrieved in Settings > Data & Integrations > Copy API Key to Clipboard.
  2. Go to https://api.prizm.io/docs to view the full API documentation and test endpoints directly from the browser.
  3. Use the provided API key to authenticate your requests by including it in the x-api-key header with the key as the value.
  4. Only the endpoints with X-Api-Key in the Headers section allows access with the API key.

Note: For now, the API key only supports most of the endpoints for Dashboards .

Last updated on