CWL(Concurrent Watching Limit) Endpoints (2023-08-06)

Download OpenAPI specification:

/api/v1/events/

header Parameters
ODX-User-Agent
string
Request Body schema: application/json
cid
string (Client, Device ID)
d
string (Device type for the client. [desktop, mobile, tablet, tv])
dt
string (the timestamp for the point of sending the request)
ei
int (Episode id)
ep
string (Slug of the episode.)
os
string (Name of the operating system. [windows, mac, linux, android, ios, tvos, webos, roku, ...])
s
string (service name. [ODK, ODC, ODV, ODL])
sl
string (subtitle_language)
st
string or null (Sale Type)
Enum: "GUEST" "FREE" "PPV" "PLUS" "PREMIUM" "VIP" "VIP+" null
wp
string (Current watching position for the video. seconds from 0.)
du
string (Total duration of the content)
u
string (user id.)
pid
string (profile id)

Responses

Request samples

Content type
application/json
{
  • "cid": 1416305749.1671696,
  • "d": "desktop",
  • "dt": 1690869876143,
  • "ei": 394105,
  • "ep": "miss-hammurabi-e1",
  • "os": "mac",
  • "s": "odk",
  • "sl": "en",
  • "st": "GUEST",
  • "wp": 314.812438,
  • "du": 13148.812,
  • "u": 1379565,
  • "pid": 242
}