--- title: 'Scaleo' description: 'Affiliate tracking and management for iGaming with offers, conversions, and statistics.' --- # Scaleo Affiliate tracking and management for iGaming with offers, conversions, and statistics. | Detail | Value | |---|---| | Category | iGaming | | Base URL | `https://app.scaletrk.com/api/v2` | | Authentication | API Key (Query) | | Endpoints | 8 | | Connector key | `scaleo` | ## Using Scaleo in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Scaleo** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /network/affiliates](./get_network_affiliates_igaming_listaffiliates) | List affiliates | | [POST /network/affiliates](./post_network_affiliates_igaming_createaffiliate) | Create affiliate | | [GET /network/offers](./get_network_offers_igaming_listoffers) | List offers | | [POST /network/offers](./post_network_offers_igaming_createoffer) | Create offer | | [GET /network/conversions](./get_network_conversions_igaming_listconversions) | List conversions | | [POST /network/conversions](./post_network_conversions_igaming_createconversion) | Create conversion | | [GET /network/reports/statistics](./get_network_reports_statistics_igaming_networkstatistics) | Network statistics | | [GET /affiliate/reports/statistics](./get_affiliate_reports_statistics_igaming_affiliatestatistics) | Affiliate statistics | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.