Public video
GET {{baseUrl}}/{{version}}/videos/{{video_id}}
This endpoint enables you to return a public video
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token | |
Admin-Token | string | A valid 3rd party API Secret Key |
RESPONSES
status: OK
{"error":false,"code":200,"message":"Video details. For this coach.","result":[{"video_id":302,"video_name":"Game vs Game1","team_id":127,"video_url":"/videolibrary/team_127/video/game/838_xVkrRjMo-015801.mp4","created_by":838,"deleted_at":null,"created_at":"2022-11-09T14:22:07.000000Z","updated_at":"2022-11-09T14:22:11.000000Z","video_type":"game","video_thumb_url":"/videolibrary/team_127/thumbnails/game/thumb_636bb790addc6.png","video_analised_date":null,"video_date":"2022-11-09T00:00:00.000000Z","video_opponent_name":"Game1","video_event_id":null,"score_sheet":null,"video_image1":null,"video_image2":null,"video_image3":null,"video_description":"","team_name":"TeamSportz Teams"}]}