Set up access
- Get a token. Use an API key for a machine-to-machine integration, or OAuth 2.0 for a user-facing application.
-
Send every request, with
POST, to the API endpoint for your region. For each environment’s endpoint, see ION environments. -
Authenticate each request with these headers:
Use this reference
- Queries read data.
- Mutations create, update, and delete data.
- Types define the fields each query returns and each mutation accepts.