v1

latestOpenAPI 3.0.22026-07-2645239950.4 KB

get/get-potential-points

Response

200

successboolean

Example response

{
  "data": {
    "potential_points": 160,
    "potential_promotion_points": 135,
    "potential_promotion_points_breakdown": [
      {
        "campaign_id": "campaign_c8fd9",
        "end_date": null,
        "potential_points": 75
      },
      {
        "campaign_id": "campaign_ch7j3",
        "end_date": null,
        "potential_points": 60
      }
    ]
  },
  "success": true
}