How to Get Your DT One API Credentials
Step-by-Step Guide:
- Go to dtshop.dtone.com
- Log in with your account (egtworks@gmail.com)
- Look for Settings → API Settings or Developer
- Find two values:
- API Key (sometimes called Client ID or Username)
- API Secret (sometimes called Client Secret or Password)
- Format them as ONE string:
api_key:api_secret - Example: If key is
abc123and secret isxyz789, then:abc123:xyz789
💾 Save to Base44:
- Go to Base44 Dashboard (app.base44.com)
- Select your EGT app
- Go to Settings → Environment Variables
- Find or create:
DT_ONE_API_KEY - Paste your formatted credentials:
key:secret - Save and test below
📞 Can't Find API Settings?
Your DTShop account may not have API access enabled yet.
Request: "API credentials for programmatic access" for account: egtworks@gmail.com
Test DT One API Connection
Tests the DT_ONE_API_KEY environment variable