Manage API Keys

Last updated 3 days ago

Access your secure API key to authenticate programmatic requests to the Bloopy API.

API keys are unique, secure credentials used to authenticate your custom applications, servers, and integrations with the Bloopy API.

1. Accessing Your API Key

Navigate to the API Key section in the main sidebar. Your active key is kept inside a secure API Key display container:

  • Masked Security: By default, the key is hidden behind a masked dot pattern to prevent accidental screen exposures.
  • Show/Hide Toggle: Click the eye icon (👁) inside the input container to reveal the actual key sequence.
  • Copy to Clipboard: Click the copy icon next to the input container to copy the full API key to your clipboard instantly.

2. Authenticating API Requests

When programmatically interacting with Bloopy endpoints, pass your API key as a Bearer token in the HTTP Authorization header of your requests:

Authorization: Bearer YOUR_API_KEY
Warning: Keep this key secure. Applications and tools use this key to access your account data. Do not share it in public repositories or client-side scripts. If your key is compromised, contact support immediately to rotate it.