v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get Unclaimed Widget Interactions

get/{profile_id}/unclaimed-widget-interactions/

Path parameters

profile_idstring required

Profile Id

Response

200

{"stackTrail":"paths:/{profile_id}/unclaimed-widget-interactions/:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}
countinteger
{"stackTrail":"paths:/{profile_id}/unclaimed-widget-interactions/:get:responses:200:content:application/json:schema:properties:next","oasType":"schema","type":"unknown"}

Example response

{
  "count": 1,
  "results": [
    {
      "claim_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.",
      "created_at": "2021-12-27T08:02:57.000Z",
      "id": "b9917148-baba-4100-a573-eaa2d9261cfd",
      "option_id": "cc0396be-163c-4f46-a562-6c1501a95375",
      "profile_id": "e4c9772d-fc5d-4cd2-8cff-ee41a7fdeb0e",
      "url": "https://cf-blast.livelikecdn.com/api/v1/profiles/e4c9772d-fc5d-4cd2-8cff-ee41a7fdeb0e/widget-interactions/text-prediction/509677e0-b40a-4d29-8c8b-e29f017f7e0c/b9917148-baba-4100-a573-eaa2d9261cfd/",
      "widget_id": "509677e0-b40a-4d29-8c8b-e29f017f7e0c",
      "widget_kind": "text-prediction"
    }
  ]
}