cURL
curl --request GET \ --url https://padelapi.org/api/matches/{match}/live \ --header 'Authorization: Bearer <token>'
{ "id": 123, "self": "<string>", "channel": "<string>", "sets": "<string>", "connections": { "match": "<string>" } }
Endpoint to retrieve point-by-point details of a specific match.
This endpoint requires a Pro subscription.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The match ID
MatchLiveResource
Show child attributes