Generate API credentials in Ion
Follow the instructions below to generate an API Client ID and Client Secret in Ion:
In ION, navigate to the GraphQL API:
Copy the below query:
mutation CreateAPIKey {
createApiKey {
apikey {
clientId clientSecret
}
}
}
Then paste it into Ion's GraphiQL panel and click execute.

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

Last updated
Was this helpful?