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

# Zscaler OneAPI

> Zscaler OneAPI provides a unified, modern interface for interacting with Zscaler services. It streamlines integration, simplifies automation, and enables developers to manage security policies, access controls, and analytics through a consistent API framework.

<Note>
  **Note**
  Zscaler OneAPI provides unified access to multiple Zscaler APIs, including **REST APIs** (such as ZIA and ZPA) and **GraphQL APIs** (such as the Log Analytics API).
</Note>

## Creating a Zscaler OneAPI connection

### Using Client Secret

To create the connection you need:

* An API Address
* A Token API Address
* A Client ID
* A Client Secret

#### Obtaining the credentials

In order to obtain the credentials, refer to [Zscaler's documentation](https://help.zscaler.com/zidentity/adding-api-client).

#### Creating your connection

1. In the Blink platform, navigate to the **Connections** page > **Add connection**. A New Connection dialog box opens displaying icons of external service providers available.
2. Select the **Zscaler OneAPI** icon. A dialog box with name of the connection and connection methods appear.
3. (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
4. Select **Client Secret** as the method to create the connection.
5. Fill in the parameters:
   * The API Address
   * The Token API Address
   * The Client ID
   * The Client Secret
6. (Optional) Click **Test Connection** to test it.
7. Click **Create connection**. The new connection appears on the **Connections** page.
