Skip to main content
Generate a GraphQL CoreAPI Key

This article will walk you through the process of generating an API Key

A
Written by Adam Fung
Updated over a month ago

Once you have access to App.Cherre you will be able to create an API key by following the steps below.

If you don't have access please reach out to support@cherre.com

  1. Click on the menu icon on the top left corner and navigate down to Management

  2. click on API Keys

  3. Click Add

  4. From here you will be asked to name your API key before hitting submit

  5. After hitting submit you will be presented with your new API Key

    Please note: The token will only be visible once upon creation, so be sure to save it securely!

  6. Please go to the following website to test out and build queries using the API

    1. End Point should be : https://graphql.cherre.com/graphql

    2. You will have to add "Authorization" under KEY and your API key under Value following "Bearer" (IE - Bearer *API Key*).
      ​

      Aurhtorization: Brearer YOUR_API_KEY_HERE

Did this answer your question?