Lamba Product Documentation
Learn More
  • πŸ‘‹Welcome to Lamba
  • Overview
    • πŸ’‘Why Lamba?
    • 🍒Our Strategies for Solving Problems
    • β˜‘οΈReasons Why Lamba is Almost Costless!
    • πŸ”’Methods of Security Enforcement
  • Use Cases
    • πŸ‘ For E-commerce (collecting & splitting payments)
    • 🏹For CRMs
    • πŸ‘©β€πŸ’»For CMS
    • πŸ“§Building Email Apps
    • πŸ“©Building SMS Apps
    • πŸ§‘β€πŸ€β€πŸ§‘Building Social Media Publishing Apps
  • Getting Started
    • 🀝Creating Your First App
    • πŸ”Generating API keys & Enabling Services
    • πŸ”‘Recommended Security Considerations
  • Documentation
    • 🐦Understanding Lamba Model
    • ⛱️Lamba UI (JS Client)
      • πŸ‹Live Demo
      • πŸ§‘Installation & Initialization
      • πŸ“Structure of the Initialization Object
      • πŸ§‘How to use a service
        • Using LowMail
        • Using LowSMS
        • Using LowFi
      • 〽️Listening for Events
      • πŸ•ΈοΈHandling Webhooks
    • ♐Lamba API
      • πŸŽ†Endpoint & Authorization
  • Development Roadmap
    • πŸ—ΎRDMP 2023
    • πŸ—ΎRDMP 2024
  • Join The Team
    • πŸ«‚Bring On Your Skillset
Powered by GitBook
On this page
  • Generating API keys
  • Enabling Services

Was this helpful?

  1. Getting Started

Generating API keys & Enabling Services

PreviousCreating Your First AppNextRecommended Security Considerations

Last updated 1 year ago

Was this helpful?

Generating API keys

Navigate to the Settings section of your Lamba app. Scroll and locate the API keys section shown below. Click on the New Keys to generate your API keys. It is important to copy your keys to somewhere safe since you won't have access to them as soon as you close the modal:

Your Encryption Key is used for webhook interactions with your webhook server. When Lamba communicates with your server, you must verify that the encryption key matches the one in your server's environmental variable before finalising a payment action or other kind of actions. You can, at any point in time, change your encryption key to a new value, but make sure to update the new value in your server.

Enabling Services

You can enable or disable services your app needs to operate on. This helps you control unauthorized use of services you never intended for your app.

Simply locate the Enabled Services section in your app's Settings tab. By default, all services are enabled, but you can disable services you don't intend using at the moment:

πŸ”
Creating your API keys
Creating your API keys
Creating your API keys