Managing API Keys

API keys let external applications read your ClashWise data through the Developer API — for example, pulling your clash sets into PowerBI, Excel, Tableau, or a custom dashboard. The API is read-only: external tools can retrieve your data but never change it.

Each key is a Client ID / Client Secret pair used with Basic Authentication.

Who can use API keys

API access requires an active Clash Management plan (Pro or Business), including the free trial. Without one, the API ACCESS card on your Profile shows a CLASH MANAGEMENT REQUIRED pill and the generate button is disabled.

Generating a key

  1. Sign in at https://clashwise.ai.
  2. Open the navigation drawer and select Profile.
  3. Scroll to the API ACCESS card ("Manage your API keys for external integrations").
  4. Select Generate New API Key and give the key a descriptive name, such as "PowerBI Integration".
  5. The API Key Details dialog appears with your Client ID and Client Secret (Shown Once).
  6. Copy the Client Secret now and store it somewhere safe — it is shown only this once and can never be retrieved again. Then select I have copied my secret.

Your keys are listed in a table showing Name, Client ID, Created, and Last used, with a Revoke key action on each row.

Using a key

Authenticate with Basic Authentication: use the Client ID as the username and the Client Secret as the password. Most tools (PowerBI, Excel, Postman) have a "Basic" authentication option that handles the encoding for you.

For the available endpoints, requests, and responses, see the other articles in this section:

Revoking a key

Select Revoke key next to the key you want to remove. You'll be asked to confirm: "Are you sure you want to revoke this API key? Any applications using it will stop working immediately."

Revoke a key whenever:

Revocation takes effect immediately and cannot be undone — generate a new key and update your integration with the new credentials.

Limits

Security best practices

Troubleshooting

Related topics

Start free trial Download plug-in See pricing