Skip to main content
GET
/
media
/
video
/
count
Count ready videos for recipient
curl --request GET \
  --url https://api.example.com/media/video/count
123

Query Parameters

recipientId
string
required

Recipient ID to count ready videos for

Response

200 - application/json

Count of ready videos

The response is of type integer<int32>.