Skip to content

Getting Started

BOSSe edited this page Feb 3, 2026 · 1 revision

Getting Started

First Launch

When you first launch Zscaler API Client, you'll see the Welcome dialog with an overview of supported APIs and quick tips.

Configure Credentials

  1. Go to File → Settings (or press Ctrl+, / Cmd+,)
  2. Select the Credentials tab
  3. Enter your API credentials for the services you want to use

ZIA (Zscaler Internet Access)

  • Cloud: Your ZIA cloud (e.g., zsapi.zscaler.net)
  • API Key: Your ZIA API key
  • Username: Admin username
  • Password: Admin password

ZPA (Zscaler Private Access)

  • Cloud: Usually config.private.zscaler.com
  • Client ID: OAuth client ID
  • Client Secret: OAuth client secret
  • Customer ID: Your ZPA customer ID

Other APIs

ZDX, ZCC, ZIdentity, ZTW, ZWA, and EASM all use OAuth with Client ID and Client Secret.

Make Your First Request

  1. Select an API from the dropdown (e.g., "ZIA")
  2. Browse the endpoint tree on the left
  3. Click an endpoint to load it
  4. Click Send (or press Ctrl+Enter)
  5. View the JSON response with syntax highlighting

Tips

  • Use Ctrl+Shift+C to copy the request as a cURL command
  • Use Ctrl+H to view your request history
  • Enable "Auto-authenticate on startup" in Settings for convenience

Clone this wiki locally