user

List the authenticated user's captured interests (strongest first)

get/v1/user/interests

Query parameters

limitinteger

Number of items (default 20, max 100)

offsetinteger

Offset for pagination (default 0)

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "data": {
    "items": [
      {
        "kind": "interest",
        "source": "conversation",
        "strength": 0.82,
        "tagId": "interest_ab12cd34ef56",
        "value": "NVDA"
      }
    ]
  },
  "message": "success",
  "requestId": "req_abc123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.