How to add your Affiliate Program
1) Sign up and register your affiliate network information
2) Login to your dashboard after email verification
3) Generate your personal API key inside the dashboard
4) Use the API to push your affiliate offers to Wedebeek
Our API allows affiliate networks to automatically submit and update offers.
Once your API key is generated, you can integrate Wedebeek directly with your system
and push affiliate offers programmatically.
POST /api/push
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
{
"external_offer_id": "offer123",
"title": "Example Affiliate Offer",
"preview_url": "https://example.com",
"payouttype": "fixed",
"point": 10
}