cURL
curl --request GET \ --url https://padelapi.org/api/videos/{video} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "self": "<string>", "name": "<string>", "url": "<string>", "type": "<string>", "started_at": "<string>", "connections": "<string>" }
Endpoint to retrieve detailed information about a specific tournament video including title, duration, thumbnail, and streaming URL.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The video ID
VideoResource