Highlight details by video id

GET {{baseUrl}}/{{version}}/highlights/{{high_id}}

This endpoint enable you to retrieve a given highlight by its Unique Identification  UID highlight_id.

Note that if the highvideourl is not present it is because there was a problem generating the video trim

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"Highlight details","highlight":[{"high_id":623,"video_id":150,"tag_id":84,"team_id":127,"high_video_url":null,"deleted_at":null,"created_at":"2022-05-24T12:00:42.000000Z","updated_at":"2022-05-24T12:00:42.000000Z","high_tag":null,"high_start_time":null,"high_end_time":null,"high_canvas":null,"high_timestamp":324,"high_type":"home","high_thumbnail_url":null,"user_id":null,"flag_clip_being_generated":0,"tag_name":"Free throw","tag_abbreviation":"FT","tag_category":"offense","team_name":"TeamSportz Teams","team_avatar":"https://files.teamsportz.app/teams/127_1646910447.png","team_code":"CWsoeZ","video_name":"Game vs West Herts Warriors","video_type":"game","profile_first_name":null,"profile_last_name":null,"profile_avatar":null}]}