a84d4905fdbb

latestOpenAPI 3.1.02026-08-143874115.7 MB
Users

List Recommended Actions

Lists the recommended actions computed for the user: personal suggestions (e.g. start a business or become an affiliate) pooled with the highest-impact actions across the accounts the user owns. Business actions are tagged with their account_id/account_name; personal actions leave those null. Self-only: id must be me or the authenticated user's own tag/username.

get/users/{id}/recommend_actions

Response

recommended actions listed

Example response

{
  "data": [
    {
      "account_id": "biz_xxxxxxxxxxxxxx",
      "account_name": "Shine Time Auto Detailing",
      "action": "apply_for_financing",
      "blocked_capabilities": [
        "accept_bnpl_payments"
      ],
      "cta": "https://whop.com/dashboard/biz_xxxxxxxxxxxxxx/settings/payments/",
      "cta_label": "Apply",
      "description": "Let detailing customers split a $249 ceramic coating over four payments.",
      "icon_url": "https://whop.com/illustrations/orange/piggy-bank.svg",
      "impact_score": 82,
      "reasoning": "Ceramic coating is the priciest job on the menu, so financing lifts conversion most.",
      "status": "optional",
      "title": "Offer financing at checkout"
    }
  ]
}