--- title: 'ReferOn' description: 'Affiliate tracking for iGaming — daily CSV registration/activity reports, customer status updates, and real-time registration/deposit postback events.' --- # ReferOn Affiliate tracking for iGaming — daily CSV registration/activity reports, customer status updates, and real-time registration/deposit postback events. | Detail | Value | |---|---| | Category | iGaming | | Base URL | `https://api.referon.com` | | Authentication | API Key | | Endpoints | 3 | | Connector key | `referon` | ## Using ReferOn in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **ReferOn** 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 | |---|---| | [POST /csv-consumer/v2](./post_csv_consumer_v2_submitreport) | Submit Registration or Activity CSV report (multipart/form-data: file, type=registration\|activity, reportDay, generatedAt, brandGuid) | | [POST /csv-consumer/customer/v1](./post_csv_consumer_customer_v1_submitcustomerstatusupdate) | Submit Customer Status update CSV (multipart/form-data: file, reportDay, generatedAt, brandGuid) | | [POST /postback-events-consumer/v1](./post_postback_events_consumer_v1_submitevent) | Submit real-time registration or deposit event (discriminated by `type`) | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.