ION GraphQL API

The ION Factory OS GraphQL API. A single GraphQL endpoint for reading and writing manufacturing data in ION: Runs, Procedures, Parts, mBOM/aBOM, inventory, notifications, and webhook subscriptions. Authentication is OAuth 2.0 client credentials (API key clientId/clientSecret exchanged for an access token at a Keycloak realm), with cursor-based Relay pagination and realtime webhook events.

API entry from apis.yml

apis.yml Raw ↑
name: ION GraphQL API
description: 'The ION Factory OS GraphQL API. A single GraphQL endpoint for reading and writing manufacturing
  data in ION: Runs, Procedures, Parts, mBOM/aBOM, inventory, notifications, and webhook subscriptions.
  Authentication is OAuth 2.0 client credentials (API key clientId/clientSecret exchanged for an access
  token at a Keycloak realm), with cursor-based Relay pagination and realtime webhook events.'
humanURL: https://manual.firstresonance.io/api
baseURL: https://api.buildwithion.com/graphql
tags:
- GraphQL
- Manufacturing
- MES
properties:
- type: GraphQL
  url: https://api.buildwithion.com/graphql
- type: APIReference
  url: https://manual.firstresonance.io/api/interactive-api-explorer
- type: Documentation
  url: https://manual.firstresonance.io/api
- type: GettingStarted
  url: https://manual.firstresonance.io/api/how-to-create-an-app-with-ion