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

# How Do I Get My Account Integration Details: API Key and Secret Key?

> To start the integration process, this is where you can get your integration keys or activate your high security mode on Gameball dashboard.

## Plan Availability

<Tabs>
  <Tab title="Shopify & Salla">
    | Feature              | Available |
    | -------------------- | --------- |
    | API Key & Secret Key | Guru      |

    <Note>
      If you are on the Pro plan, API access is available as a paid add-on. Contact Gameball support to request a payment link.
    </Note>
  </Tab>

  <Tab title="Self Serve">
    | Feature              | Available |
    | -------------------- | --------- |
    | API Key & Secret Key | All plans |
  </Tab>
</Tabs>

To start your account integration with your platform, you will need to access your Gameball API keys, Secret Key, as well as enable some security measures if needed, such as your High Security Mode, or apply key rotation. The following will show you where to find those keys and how to apply strong security measures.

***

## Accessing Account Integration Settings

You can access your **Account Integration** settings section in **Gameball Admin Dashboard** through **Settings > Admin Settings > Account Integration**.

<Frame>
  <img src="https://mintcdn.com/gameball/_0P_nX_CDM4maIwW/images/product-docs/admin-settings/account-integration.png?fit=max&auto=format&n=_0P_nX_CDM4maIwW&q=85&s=202dcd11ae2bcfff013fb017fd98863c" alt="Account Integration" width="1416" height="756" data-path="images/product-docs/admin-settings/account-integration.png" />
</Frame>

***

## Integration Keys

<AccordionGroup>
  <Accordion title="Live API Key" icon="key">
    This is your account key, which will be used in the integration between your platform and Gameball.

    <Warning>
      You will have a **Test API Key** and a **Live API Key**. Use the test one during your integration and the live one after going live. [Read more about Test/Live Data API Keys](/product-documentation/integrate-gameball/other-integration-notes/test-and-live-data)
    </Warning>
  </Accordion>

  <Accordion title="Test API Key" icon="flask">
    This is your account key, which will be used for test environments.
  </Accordion>

  <Accordion title="Secret Key" icon="lock">
    This is your account points transactions key. It will be used with all points transactions APIs.
  </Accordion>

  <Accordion title="High Security Mode for API Authentication" icon="shield-halved">
    When enabled, this mode ensures that all API requests are verified and secure, preventing unauthorized access and data exposure. This feature is disabled by default and can be easily activated in the Integration settings within the Admin panel. Once enabled, any integration that previously required only an API key will now also require a Secret Key, ensuring that even if the API key is exposed, it cannot be misused.

    <Frame>
      <img src="https://mintcdn.com/gameball/uEA80o39LYM8icFj/images/product-docs/admin-settings/high-security-mode.png?fit=max&auto=format&n=uEA80o39LYM8icFj&q=85&s=f6b213a54fca66954defae28bc80010d" alt="High Security Mode" width="1976" height="368" data-path="images/product-docs/admin-settings/high-security-mode.png" />
    </Frame>
  </Accordion>

  <Accordion title="API & Secret Key Rotation" icon="arrows-rotate">
    You can now **secure your accounts by rotating keys** without affecting your existing platform connections, helping them comply with security best practices (e.g., periodic credential rotation) and mitigate potential key exposure risks.

    <Frame>
      <img src="https://mintcdn.com/gameball/uEA80o39LYM8icFj/images/product-docs/admin-settings/key-rotation.png?fit=max&auto=format&n=uEA80o39LYM8icFj&q=85&s=97ba76f71306faae7ab4f165bc730c1a" alt="Key Rotation" width="1978" height="328" data-path="images/product-docs/admin-settings/key-rotation.png" />
    </Frame>

    Key features of rotation:

    | Feature                               | Details                                                                                                |
    | ------------------------------------- | ------------------------------------------------------------------------------------------------------ |
    | Individual Key Rotation               | API keys and Secret Key can each be rotated separately with dedicated actions                          |
    | Immediate Replacement                 | Upon rotation, a new key is generated instantly and the old key is immediately disabled                |
    | Automated Updates for Shopify & Salla | Rotated keys are automatically updated in connected Shopify and Salla stores — no manual update needed |
    | Access Control                        | Only Admins, Workspace Owners, and Workspace Admins can rotate keys; configurable with custom roles    |
  </Accordion>
</AccordionGroup>

***

## Related Articles

<CardGroup cols={2}>
  <Card title="Test and Live Data" icon="flask" href="/product-documentation/integrate-gameball/other-integration-notes/test-and-live-data">
    Understand the difference between test and live API keys and when to use each.
  </Card>

  <Card title="Gameball Integration with your Web App" icon="globe" href="/product-documentation/integrate-gameball/website/gameball-integration-with-your-web-app">
    A complete guide to integrating Gameball with your web application.
  </Card>

  <Card title="Gameball Integration with your Mobile App" icon="mobile" href="/product-documentation/integrate-gameball/mobile-app/gameball-integration-with-your-mobile-app">
    A complete guide to integrating Gameball with your mobile application.
  </Card>

  <Card title="Publish Gameball Experience" icon="rocket" href="/product-documentation/guides-strategies-faqs/supportive-guides/publish-gameball-experience">
    Learn how to publish the Gameball experience and widget on your store.
  </Card>
</CardGroup>
