Program

Program overview

Get program overview.

GET https://api.partnero.com/v1/program/overview

Response example

{
    "status": 1,
    "data": {
        "program": {
            "initial": "A0",
            "type": "Referral",
            "name": "Api Test 001",
            "created_at": "2025-04-30",
            "last_edited": "2025-04-30"
        },
        "active_rewards": 2,
        "total_customers": 4,
        "total_customers_before": 4,
        "total_customers_growth": 0,
        "total_referring_customers": 1,
        "total_referring_customers_before": 1,
        "total_referring_customers_growth": 0,
        "total_referred_customers": 3,
        "total_referred_customers_before": 3,
        "total_referred_customers_growth": 0,
        "total_sales": 3,
        "total_sales_before": 3,
        "total_sales_growth": 0,
        "participation": 25,
        "participation_before": 25,
        "participation_growth": 0,
        "total_revenue_from_sales": {
            "usd": "$411.97"
        }
    }
}
Response Code: 200 OK
Content-Type: application/json