How to Get Your API Key

To use our services, you'll need to generate an API key. This key allows you to authenticate your requests to our API. Follow these steps to obtain your API key:

Step 0: Create an Account (For New Users)

If you don't have an account yet, you'll need to register before you can generate an API key.

  1. Start the registration process

  2. Complete the registration process

    • For detailed instructions on how to register, please refer to our New Registration

    • Follow the steps outlined in the documentation to create and verify your account

Once your account is created and verified, proceed to Step 1.

Step 1: Log in to your account

Step 2: Access your profile settings

  • Once logged in, look for your profile icon in the upper right corner of the page

  • Click on the profile icon to reveal a dropdown menu -> navigate to "Settings"

Step 3: Generate your API key

  • On the settings page, look for the "API Key" section

  • Click on the "Generate API Key" button

  • Your new API key will be displayed on the screen

Step 4: Copy and secure your API key

  • Copy the generated API key

  • Store it in a secure location, such as a password manager

  • Important: Do not share your API key with others or expose it in public repositories

Using Your API Key

To use the API key in your requests to our services, include it in the sec1-api-key header of your HTTP requests. For example:

sec1-api-key: YOUR_API_KEY_HERE

Replace YOUR_API_KEY_HERE with the actual API key you generated.

Security Best Practices

  • Keep your API key confidential

  • If you suspect your key has been compromised, generate a new one immediately

  • Use environment variables or secure secret management systems to store your API key in your applications

  • Regularly rotate your API key for enhanced security

If you have any issues creating an account, generating your API key, or need further assistance, please contact our support team at support@sec1.io.

Last updated