Generate API credentials in Ion

Follow the instructions below to generate an API Client ID and Client Secret in Ion:

  1. In ION, navigate to the GraphQL API:

  2. Copy the below query:

mutation CreateAPIKey {
		createApiKey {
			apikey {
		clientId clientSecret
				}
		}
}
  1. Then paste it into Ion's GraphiQL panel and click execute.

  1. Your Client ID and Client Secret will appear. Copy these to connect Ion in Violet.

Last updated

Was this helpful?