Program

Program overview

Get program overview.

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

Response

{
  "status": 1,
  "data": {
    "program": {
      "id": 1,
      "public_id": "MOBTGEKX",
      "website": "https://example.com",
      "initial": "A0",
      "type": "Affiliate",
      "name": "Api Test 001",
      "created_at": "2025-04-30",
      "last_edited": "2025-04-30"
    },
    "total_partners": "3",
    "total_partners_growth": 0,
    "total_purchases": "10",
    "total_purchases_growth": 0,
    "total_signups": "3",
    "total_signups_growth": 0,
    "total_paid_accounts": "3",
    "total_paid_accounts_growth": 0,
    "total_reward": {
      "usd": "$337.47"
    },
    "total_reward_growth": 0,
    "total_revenue": {
      "usd": "$1,124.90"
    },
    "total_revenue_growth": 0,
    "affiliate_referred_visitors_clicks": "0",
    "affiliate_referred_visitors_clicks_growth": 0,
    "click_to_signup_conversion": "0",
    "click_to_signup_conversion_growth": 0,
    "signup_to_sale_conversion": "100",
    "signup_to_sale_conversion_growth": 0,
    "total_paid": [
      "0"
    ],
    "total_pending": [
      "0"
    ],
    "overview_program_current_settings": {
      "commission_description": "30%, lifetime",
      "program_name": "Api Test 001",
      "program_initials": "A0",
      "program_type_title": "Affiliate",
      "partner_portal_url": "https://apitest001.partneroapp.site",
      "currency": "USD",
      "cookie_lifetime": "7",
      "payout_threshold": 0
    }
  }
}
Response Code: 200 OK
Content-Type: application/json