メインコンテンツへスキップ
GET
/
v1
/
videos
/
{id}
/
events
Get video sales events
curl --request GET \
  --url https://platform.lymo.jp/v1/videos/{id}/events \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "analysis": {},
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "meta": {
    "request_id": "req_abc123"
  }
}

承認

Authorization
string
header
必須

Unkey API key (prefix lymo_)

パスパラメータ

id
string
必須

Video ID

レスポンス

200 - application/json

Sales event analysis

data
object[]
必須
meta
object
必須