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 a specific tournament video by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The video ID
VideoResource