Skip to Content

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.

Before using the API, you must Register dashboard.prizm.io  and Select a company.

Getting Started

  1. API Keys can be retrieved in Settings > Data & Integrations > Copy API Key to Clipboard. See Data & Integrations.
  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: The endpoints the API key can reach are listed under Public API .

Last updated on