Testing Referrals
How to test your integration.
Use test mode to verify your integration.
Test Mode
const referral = new ReferralEngine({
apiKey: 'test_your_api_key'
})Never use test API keys in production.
How to test your integration.
Use test mode to verify your integration.
const referral = new ReferralEngine({
apiKey: 'test_your_api_key'
})