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
- API Keys can be retrieved in
Settings > Data & Integrations > Copy API Key to Clipboard. - Go to
https://api.prizm.io/docsto view the full API documentation and test endpoints directly from the browser. - Use the provided API key to authenticate your requests by including it in the
x-api-keyheader with the key as the value. - Only the endpoints with
X-Api-Keyin theHeaderssection allows access with the API key.
Note: For now, the API key only supports most of the endpoints for Dashboards .
Last updated on