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:
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 1 month ago
Was this helpful?
mutation CreateAPIKey { createApiKey { apikey { clientId clientSecret } } }