Using bem

Obtaining Your API Key & Webhook Secret

A quick guide on how to find and manage your API keys and webhook secrets within the bem user interface for both Sandbox and Production environments.

Updated 8/11/2025

To interact with the bem API, you will need an API key for authentication. Each of your environments (Sandbox and Production) has its own unique API key.

How to Find Your API Key

You can find your API key by navigating to the Settings page in the bem UI. The key will be displayed at the top of the page.

Managing Your Keys

  • Security: Your API key is a secret and should be treated like a password. Do not share it publicly or commit it to version control.
  • Revoking a Key: If you believe your API key has been compromised, you can revoke it at any time from the Settings page by clicking "Revoke key and create new one." This will immediately invalidate the old key and generate a new one.
  • Webhook Secret: The Settings page also contains your Webhook Secret, which is used to verify the authenticity of incoming webhooks from bem. You can revoke and regenerate this secret as well.