Skip to main content
GET
/
matches
/
{match}
/
live
Show Match Point By Point ๐Ÿ”’
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>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

match
integer
required

The match ID

Response

MatchLiveResource

id
integer
required
self
string
required
channel
string
required
sets
string
required
connections
object
required