Particle IoT GraphQL Schema
This document describes a conceptual GraphQL schema for the Particle IoT platform. Particle exposes its Device Cloud capabilities primarily through a REST API at `https://api.particle.io`. This GraphQL schema represents the same domain — devices, fleets, events, firmware, SIM cards, integrations, and access control — modeled as a typed graph that enables clients to fetch exactly the fields they need in a single request.
Overview
Particle IoT GraphQL Schema is a GraphQL API specification published by Particle on the APIs.io network.
This document describes a conceptual GraphQL schema for the Particle IoT platform. Particle exposes its Device Cloud capabilities primarily through a REST API at https://api.particle.io. This GraphQL schema represents the same domain — devices, fleets, events, firmware, SIM cards, integrations, and access control — modeled as a typed graph that enables clients to fetch exactly the fields they need in a single request.
The specification includes 3 reference links.
Tagged areas include IoT, Internet of Things, Cellular, Wi-Fi, and Bluetooth.
Endpoint
References
- REST API reference https://docs.particle.io/reference/cloud-apis/api/
- GitHub organization https://github.com/particle-iot
- Developer portal https://www.particle.io/developer-tools/