Skip to main content
GET
/
v0
/
user
/
me
/
cta
Get personalized calls-to-action
curl --request GET \
  --url https://api.sumvin.com/v0/user/me/cta
{
  "_links": {
    "self": {
      "href": "/v0/user/me/cta"
    }
  },
  "ctas": [
    {
      "category": "trust-ladder",
      "cta": "Review your portfolio allocation",
      "meta": {
        "color": "teal",
        "icon": "chart"
      },
      "trust_stage_target": "connected",
      "type": "home",
      "urgency_score": 0.75
    }
  ],
  "generating": false,
  "refreshing": false
}

Headers

x-sumvin-token
string | null
x-juno-jwt
string | null
x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

Query Parameters

type
enum<string> | null

Filter by CTA type (home or chat). Omit for both.

Available options:
home,
chat

Response

CTAs returned (may be partial if generating)

Response containing personalized calls-to-action.

HAL-style hypermedia links for navigation and available actions.

ctas
CTAData · object[]
required

List of CTAs for the requested type(s).

generating
boolean
default:false

True if CTAs are being generated in the background. Client should poll again shortly.

refreshing
boolean
default:false

True if stale CTAs are being refreshed in the background. Current CTAs are still valid.