Firstbase API
  • INTRODUCTION
    • REST API
    • Use Cases
      • User Management
      • Asset Management
      • Catalog and Ordering
  • GETTING STARTED
    • Generating your API Key
    • Authentication
    • Making requests
    • Pagination
    • Rate Limiting
    • Deprecations - WIP
    • Filtering - WIP
  • API Reference
    • Catalog
      • Skus
    • Inventory
      • Tags
      • Assignment
      • Archive
    • Orders
    • Shipments
    • Packages
    • Users
    • Specification
Powered by GitBook
On this page
  1. GETTING STARTED

Generating your API Key

Everything about generating an API key and keeping it secure.

PreviousCatalog and OrderingNextAuthentication

Last updated 7 months ago

To generate an API key for accessing the Firstbase API, log in to the as an Admin user. Once logged in, navigate to the Firstbase API tab under the Settings menu in the top navigation bar.

Next, provide a name for your token (e.g., “Development” or “Production”). By default, tokens never expire, but if you need to cycle them, you can delete old tokens through the Firstbase app UI.

After creating the token, make sure to copy it to your clipboard and store it securely, such as in a password manager. You will not be able to retrieve it again.

To maintain security and protect your data:

  • Keep your API key confidential. Avoid exposing it in public repositories or client-side code.

  • Regularly rotate your API keys. This reduces the risk of unauthorized access. If a key is compromised, revoke it immediately and generate a new one.

  • Store API keys securely. Use a password manager or encrypted vault to prevent accidental exposure.

Firstbase application