Invalid TestOps Credentials and Cannot get Organization ID

Starting with recent Katalon Studio versions (notably 11.x), email/password authentication for TestOps has been replaced by API Keys, and attempting to use passwords now results in “Invalid Credentials” or “Cannot get Organization ID” errors.
YOu can try below steps
Step 1: Get Organization ID

  1. Log in to TestOps in a browser:
    https://testops.katalon.io

  2. Go to
    Settings → Organization Settings

  3. Copy the Organization ID

:small_blue_diamond: Step 2: Generate a new API Key

  1. In TestOps, go to:
    Settings → API Keys

  2. Click Create API Key

  3. Copy the generated key

:small_blue_diamond: Step 3: Configure Katalon Studio

In Katalon Studio → Project → Settings → Katalon TestOps, enter:

  • Server URL: https://testops.katalon.io

  • Organization ID: (from Step 1)

  • API Key: (from Step 2)

Do NOT use your account password

Click Apply → Fetch Projects.