Manage API authentication keys

8x8 is introducing a mechanism to generate an API key and use it to authenticate into the 8x8 API gateway. This allows you to access many of the developer-facing 8x8 APIs. As a developer, you may want to create one or multiple applications interacting with one or more 8x8 APIs. In the 8x8 Admin Console, you can now create an app which in turn generates an API key and a secret code. Use this key to further authenticate into the specific APIs selected.

Note: We currently support authentication for Cloud Storage API and Chat API.

To create an app for the API:

  1. From the menu, go to API Keys.
  2. Click Create app.
  3. Enter a name for the app.
  4. Select the API/s from the list of available APIs.
  5. Save the app. This automatically generates the API key.

To fetch the API key for the app:

  1. Go to the list of apps listed under the API Keys.
  2. Select to edit the app you just created.
  3. Note that the API key and the secret code are now visible in the protective mode.
  4. Click to view the key and the code.
  5. Copy and store the key for authentication.

To revoke access to any of the supported 8x8 API:

You can simply delete the app to remove access to the API. Deleting the app revokes the API key and blocks access to the APIs selected in the app.

Next step

After fetching the API key, go to https://developer.8x8.com, select the API you wish to use, and use the key to authenticate the API calls.

Delete this text and replace it with your own content.