Particle · GraphQL Specification

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.

Documentation Endpoint View on GitHub IoTInternet of ThingsCellularWi-FiBluetoothDevice ManagementFirmwareOTA UpdatesFleet ManagementHardwareEmbeddedGraphQL

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

Related API Specs

Particle Cloud API (OpenAPI)
Back to Particle · All GraphQL Specs · GitHub