---
title: "Authentication to Use Analytics for 8x8 Work API"
slug: "authentication-to-use-analytics-for-8x8-work-api"
updated: 2026-05-17T16:40:36Z
published: 2026-05-21T21:26:45Z
canonical: "help.8x8.com/authentication-to-use-analytics-for-8x8-work-api"
stale: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.8x8.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Authentication to Use Analytics for 8x8 Work API

## Objective

Analytics for 8x8 Work API authentication.

## Applies To

- Analytics for 8x8 Work
- APIs

## Procedure

1. Open **Admin Console** from your **8x8 Application Panel** and navigate to **API Keys** icon.
2. Click on **Create App** button
3. Select **Analytics for 8x8 Work** and input the name you want for the app.
4. Click **Save**. This will generate a **Key** and a **Secret.** The **Key** value will be the **8x8-apikey** header.

![](https://cdn.us.document360.io/e3a59e39-abd3-4423-964c-0a4008dc5673/Images/Documentation/clipboard_efed633a9af1e75a54f509217c704f297.png)
5. Obtain the **access token** by calling the **oauth/token** endpoint: ***POST https://api.8x8.com/analytics/work/v1/oauth/token***
6. In the **Authorization** tab, set the **Type** to **No Auth**.
7. In the **Headers**, use the **8x8-apikey** created earlier and **Content-Type** as **application/x-www-form-urlencoded.**
8. In the **Body**, add the **username** and **password** for a user with access to Analytics for 8x8 Work.

The **access_token** will be used in data requests for the available API endpoints, in the header **Authorization** with the value **Bearer <access_token>.**

![](https://cdn.us.document360.io/e3a59e39-abd3-4423-964c-0a4008dc5673/Images/Documentation/clipboard_e74a7a3c90d9ba426dd325f4bc2952248.png)

## Additional Information

For more information regarding the authentication, endpoints available, and parameters, review the [Work Analytics](https://developer.8x8.com/analytics/docs/work-analytics-cdr-report) documentation on the 8x8 Developer site.
