Enable3
WebsiteCommunity
  • 🚀getting started
    • What is Enable3?
    • Register and Log In
    • Admin Panel (Enable3 Account)
    • Basic Setup
  • 🪄HOW IT WORKS
    • Missions
    • Rewards & Redeem
    • Hold to Earn
    • Tap to Earn
    • Referral program
    • Web3 loyalty
  • ⚙️TECH
    • Integration
      • SDK
      • WebView
    • Endpoints
    • Callback
  • 🔵WEB3
    • Mechanics
    • Tokenomics
Powered by GitBook
On this page
  • Components diagram
  • General information
  • Authorization
  • Limitations
  • Flow
  1. TECH

Integration

Last updated 2 months ago

Components diagram

General information

The integration endpoint is: https://integration.enable3.io

If no response specified in documentation means there is no response body, just status code.

Authorization

All requests should have X-API-KEY header. The API KEY could be found in the Enable3 Admin panel.

Limitations

The server IP addresses, from which requests will be called, should be whitelisted in the Enable3 Admin panel.

Flow

User could be created in Enable3 side in two ways: during open the Widget or during receiving first event from the Application side.

Even if the user has never opened the widget, but the Application sent events - user will be create on Enable3 side and will start to receive rewards.

⚙️